Skip to content

storecast/holon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Coverage Status

txtr library for communicating with txtr reaktor API.

This library provides an interface to reaktor API.

Installation

Nothing fancy - clone the repo and run

python setup.py install
Requirements:

pycurl. If using python < 2.6, then simplejson is also required.

Usage

from reaktor import reaktor
token = reaktor.WSAuth.authenticateAnonymous().token
document = reaktor.WSDocMgmt.getDocument(token, document_id)

Tests

mock is needed in order to run the tests. After installing it:

python -m unittest holon.tests

License

BSD, see LICENSE for more details.

Contributors

txtr web team - web-dev@txtr.com.