Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 905 Bytes

README.rst

File metadata and controls

36 lines (22 loc) · 905 Bytes

theholyroger-python is a set of Python libraries that allows easy access to the theholyroger peer-to-peer cryptocurrency client API.

Documentation

Documentation can be found here, or in the source archive. It is built using Sphinx:

http://deseret-tech.github.com/litecoin-python/doc/

Installation instructions

theholyroger-python uses setuptools for the install script. There are no dependencies apart from Python itself.

$ python setup.py build
$ python setup.py install

Pypi / Cheeseshop

It is possible to install the package through Pypi (cheeseshop), see http://pypi.python.org/pypi?:action=display&name=theholyroger-python

$ pip install theholyroger-python

TODO

These things still have to be added:

  • SSL support (including certificate verification) for managing remote theholyroger daemons.