Metadata-Version: 2.1
Name: willowlabs
Version: 0.3.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
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
Requires-Dist: google-api-python-client (>=1.7.11)
Requires-Dist: grpcio (>=1.27.0)
Requires-Dist: grpcio-tools (>=1.27.2)
Requires-Dist: PyYAML (>=5.3)

# Willow Labs Python API
Python client library for Willow Labs APIs

## Installation
``` Pip install -U willowlabs ```

## Example usage
```
   import willowlabs as wl
   client = wl.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.2.0 
Relased 04.04.2020.

First beta version: Basic funcunality.

## License
[MIT](https://opensource.org/licenses/MIT)


