https://github.com/eggpool/pynyzo
A Nyzo client as a python package
https://github.com/eggpool/pynyzo
Last synced: over 1 year ago
JSON representation
A Nyzo client as a python package
- Host: GitHub
- URL: https://github.com/eggpool/pynyzo
- Owner: EggPool
- License: mit
- Created: 2019-01-25T10:42:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T20:46:58.000Z (over 3 years ago)
- Last Synced: 2025-02-21T16:48:37.550Z (over 1 year ago)
- Language: Python
- Size: 93.8 KB
- Stars: 5
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.