Skip to content

Latest commit

 

History

History
executable file
·
18 lines (12 loc) · 461 Bytes

File metadata and controls

executable file
·
18 lines (12 loc) · 461 Bytes

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

Documentation

Documentation can be found in the source archive. It is built using Sphinx

Installation instructions

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

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