An open API service indexing awesome lists of open source software.

https://github.com/eggpool/pynyzo

A Nyzo client as a python package
https://github.com/eggpool/pynyzo

Last synced: 3 months ago
JSON representation

A Nyzo client as a python package

Awesome Lists containing this project

README

        

# 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.