Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 606 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 606 Bytes

pynyzo

A Nyzo client as a python package.

Installation

pynyzo is availaable from pypi.org

Install from source here, or simply pip install pynyzo

If you have errors when installing this lib, you may need other libs that can be missing on your setup.
You can try to
sudo apt install python3-setuptools
sudo apt install build-essential
and redo the requirements install.

Credits

Based upon the Java Nyzo verifier source code.
https://github.com/n-y-z-o/nyzoVerifier

Licence

Original Nyzo code is released as public domain.
This repo is currently under a MIT Licence.