Skip to content

TempoIQ/tempoiq-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TempoIQ Python Library

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.