Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.04 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.04 KB

iron_core_python

iron_core_python is a collection of common functions for working with the RESTful APIs that we build at Iron.io from Python.

It Is

  • Service-agnostic
  • Pip- and easy_install-installable
  • Well documented

It Is Not

  • 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.

Installation

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.

License

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.