threedi-api-client
- A Python library for interfacing with the 3Di API
- Free software: BSD license
- Documentation: https://threedi-api-client.readthedocs.io
Features
- Object-oriented API interaction generated with https://openapi-generator.tech/.
- Asynchronous support.
- Advanced file download and upload utility functions.
Installation
We recommend pip to install this package:
pip install --user threedi-api-client
If async support is required, install as follows:
pip install --user threedi-api-client[aio]
Credits
The OpenAPI client has been generated with OpenAPI generator (https://openapi-generator.tech/), which is licensed under the Apache License 2.0.
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.