Metadata-Version: 2.1
Name: wc-delivery-auto-sdk
Version: 0.1.0
Summary: SDK for Delivery's API.
Home-page: UNKNOWN
Author: WebCase
Author-email: info@webcase.studio
License: MIT License
Description: # WebCase Delivery API
        
        SDK for Delivery's(Ukrainian logistics company) API.
        
        ## Installation
        
        ```sh
        pip install wc-delivery-auto-sdk
        ```
        
        ## Usage
        
        ```python
        from wc_delivery_auto.client import Client
        
        
        delivery = Client()
        # Getting cities list
        cities = delivery.geo.cities.get_list()
        ```
        
        ## TODO
        
        - [x] Geography catalog lookup methods.
        - [_] Streets catalog lookup methods.
        - [_] Warehouses catalog lookup methods.
        - [_] Counterparty management methods.
        - [_] Registries management methods.
        - [_] Waybills management methods.
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: dev
