Skip to content

iron-io/iron_core_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages