A comprehensive Python module for handling uPlexa cryptocurrency.
- release 0.1
- open source: https://github.com/uplexa/uplexa-python
- works with uPlexa 0.2.0.2 and the latest source
- Python 2.x and 3.x compatible
- comes with `documentation`_
- generously funded by `uPlexa FFS`_ donors
- Clone the repo
- Create virtualenv & activate it
python3 -m venv .venv
source .venv/bin/activate
- Install dependencies
pip install -r requirements.txt -r test_requirements.txt
- Do your thing
- Run tests
pytest