Skip to content

savraj/tempoiq-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TempoIQ Python Library

Adapted to work with google appengine, by savraj

Removed dependence on requests, swapped in appengine's urlfetch, made a few other changes, like using pytz.gae, see diff

To use, copy paste the tempoiq folder into your project and import tempoiq

===

The TempoIQ Python API library makes calls to the TempoIQ API. The module is available on PyPI as tempoiq:

pip install tempoiq

You can also check out this repository and install from source:

git clone https://github.com/TempoIQ/tempoiq-python.git
cd tempoiq-python
python setup.py install

Run unit tests:

cd path/to/tempoiq-python
python setup.py nosetests

Build documentation:

cd path/to/tempoiq-python/docs
make html
cd build
firefox index.html

Examples can be found in the HTML documentation.

About

TempoIQ Python Client

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%