brucexiu / monero-python

A comprehensive Python module for handling Monero cryptocurrency

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Monero module

travis coveralls

A comprehensive Python module for handling Monero cryptocurrency.

Copyrights

Released under the BSD 3-Clause License. See LICENSE.txt.

Copyright (c) 2017 Michał Sałaban <michal@salaban.info>

Copyright (c) 2016 The MoneroPy Developers (monero/base58.py and monero/ed25519.py taken from MoneroPy)

Copyright (c) 2011 thomasv@gitorious (monero/seed.py based on Electrum)

Contributors: lalanza808, cryptochangements34, atward, rooterkyberian.

Want to help?

If you find this project useful, please consider a donation to the following address: 481SgRxo8hwBCY4z6r88JrN5X8JFCJYuJUDuJXGybTwaVKyoJPKoGj3hQRAEGgQTdmV1xH1URdnHkJv6He5WkEbq6iKhr94

Development

  1. Clone the repo
  2. Create virtualenv & activate it
python3 -m venv .venv
source .venv/bin/activate
  1. Install dependencies
pip install -r requirements.txt -r test_requirements.txt
  1. Do your thing
  2. Run tests
pytest

About

A comprehensive Python module for handling Monero cryptocurrency

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%