Metadata-Version: 2.1
Name: willowlabs
Version: 0.4.0
Summary: A Python package for accessing the Willow Labs APIs
Home-page: https://github.com/willowlabs/willowlabs-apis-python
Author: Willow Labs AS
Author-email: lars@willowlabs.ai
License: UNKNOWN
Description: # Willow Labs Python API
        Python client library for Willow Labs APIs
        
        ## Installation
        ``` pip install -U willowlabs ```
        
        ## Example usage
        ```
             from willowlabs.company_information.client import CompanyInformationClient
           client = CompanyInformationClient("client_config.yaml")
           company_basic_results = client.get_basic_company_information(organisation_number)
           company_ownership_results = client.get_company_ownership(organisation_number, record_year)
        ```
        
        ## Documentation
        [Read the docs](https://willow-labs-python-api.readthedocs.io/en/doc_release/)
        
        
        ## Versions
        ### 0.4.0 (current) 
        Relased 16.04.2020.
        
        Change in import structure.
        
        ### 0.3.0  
        Relased 15.04.2020.
        
        Bugg fixes.
        
        ### 0.2.0 
        Relased 04.04.2020.
        
        First beta version: Basic funcunality.
        
        ## License
        [MIT](https://opensource.org/licenses/MIT)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Python: >=3.7.0
Description-Content-Type: text/markdown
