Metadata-Version: 2.1
Name: wc-novaposhta
Version: 0.1.0
Summary: SDK for Novaposhta's API.
Home-page: UNKNOWN
Author: WebCase
Author-email: info@webcase.studio
License: MIT License
Description: # WebCase Novaposhta API
        
        SDK for Novaposhta's(Ukrainian logistics company) API.
        
        ## Installation
        
        ```sh
        pip install wc-novaposhta
        ```
        
        ## Usage
        
        ```python
        from wc_novaposhta.client import Client
        
        
        novaposhta = Client('YOUR_API_KEY)
        # Getting cities list
        cities = novaposhta.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.
        - [_] Smaller catalogs lookup methods.
        - [_] Printing forms 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
