Welcome to the initial alpha release of the Koordinates Python client library. The library provides easy access to Koordinates web services, particularly the [Administration APIs](https://support.koordinates.com/hc/en-us/sections/200876264-Koordinates-Administration-API).
Documentation
Documentation on the library is available at [koordinates-python.readthedocs.org](http://koordinates-python.readthedocs.org).
Documentation for the [underlying APIs](https://support.koordinates.com/hc/en-us/sections/200876264-Koordinates-Administration-API) is available.
Features
Currently supported APIs:
- [Data Catalog API](https://support.koordinates.com/hc/en-us/articles/204767344-Koordinates-Data-Catalog-API)
- [Layers & Tables API](https://support.koordinates.com/hc/en-us/articles/204795824-Koordinates-Layers-Tables-API)
- [Sets API](https://support.koordinates.com/hc/en-us/articles/205008090-Koordinates-Sets-API)
- [Publishing API](https://support.koordinates.com/hc/en-us/articles/204795854-Koordinates-Publishing-API)
- [Licenses API](https://support.koordinates.com/hc/en-us/articles/205008070-Koordinates-License-API)
- [Metadata API](https://support.koordinates.com/hc/en-us/articles/204795834-Koordinates-Metadata-API)
- [Token API](https://support.koordinates.com/hc/en-us/articles/204890044-Koordinates-Token-API)
We're working hard to add support for additional APIs to the library, so expect this list to grow soon. The aim is to support all the published APIs.
Compatibility
The library supports both Python 2.7 & Python 3.3+, and is tested via Continuous Integration against 2.7 & 3.4.
Support & Contributions
Please report bugs at [Github issues](https://github.com/koordinates/python-client/issues). For general technical support for the APIs and libraries, please contact us via [support.koordinates.com](https://support.koordinates.com)
The Koordinates Python Client Library is released under the terms of the BSD License. We welcome contributions as pull requests - please [open a new issue](https://github.com/koordinates/python-client/issues) to start a discussion around a feature idea or bug. See the Contributing section in the documentation for more details.