Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 637 Bytes

README.markdown

File metadata and controls

27 lines (16 loc) · 637 Bytes

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.