toshipon / iron_core_python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 100.0%