public
Description: Tarpipe API library in Python
Home | Edit | New

Home

The Python module to easily access TarPipe’s REST API.

Usage based on Andy Armstrong’s TarPipe.pm

To get you started:

easy_install tarpipe-python


import tarpipe

t = tarpipe.TarPipe(token="your workflow token")
t.upload(title="hello from python",body="testing TarPipe from Python",image="/Users/youruser/Images/test.png")
Last edited by alcides, Mon Aug 11 07:11:14 -0700 2008
Home | Edit | New
Versions: