iron_core_python is a collection of common functions for working with the RESTful APIs that we build at Iron.io from Python.
- Service-agnostic
- Pip- and easy_install-installable
- Well documented
- An API wrapper. Those are specific to each service, and you can generally find them by checking the documentation for the service.
- A place for service-specific code. This is only meant to handle the basic, common interaction.
You can use pip or easy_install
to install the release version. If you'd
like to work with a development or beta version, retrieve the files from Github
and run python setup.py install
from the root directory.
This software is released under the BSD 2-Clause License. You can find the full text of this license under LICENSE.txt in the module's root directory.