A BSD-licensed Python client library for a number of Koordinates web APIs.
The library provides easy access to Koordinates web services, particularly the Publisher Admin APIs.
To install the latest stable release of the library, simply:
pip install -U koordinates
The library is compatible with Python 3.7+.
Please report bugs as Github issues. For general technical support for the APIs and libraries, please contact us via support.koordinates.com.
We welcome contributions as pull requests - please open a new issue to start a discussion around a feature idea or bug. See the Contributing notes for more details.
We use Black to ensure consistent code formatting. We recommend integrating black with your editor:
- Sublime Text: install sublack via Package Control
- VSCode instructions
We use the default settings.
One easy solution is to install pre-commit, run pre-commit install --install-hooks
and it'll automatically validate your changes code as a git pre-commit hook.