Skip to content

koordinates/python-client

Repository files navigation

Koordinates Python API Client

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.

Build status

Installation

To install the latest stable release of the library, simply:

pip install -U koordinates

The library is compatible with Python 3.7+.

Documentation

Support & Contributions

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.

Code formatting

We use Black to ensure consistent code formatting. We recommend integrating black with your editor:

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.