This library provides the accounting required to operate a successful and transparent v.systems supernode.
The library is still in "alpha" but is being used to generate the automated reporting for Peercoin's VPool at http://vsys.peercoin-library.org/.
You can use the library by pip installing it from PyPi:
pip install pyvsystems-rewards
To work on the library:
git clone https://github.com/belovachap/pyvsystems_rewards.git
cd pyvsystems_rewards
virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements-dev.txt
Unit tests can be run with pytest test
.
- Update the version number in
setup.py
make clean
make
make upload
Other initiatives using this library:
- Write unit tests that consume real world data and produce vetted results.
- Release a 0.1.0 version.