Skip to main content

A comprehensive Python module for handling Monero cryptocurrency

Project description

travis coveralls

A comprehensive Python module for handling Monero cryptocurrency.

Copyrights

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

Copyright (c) 2017-2018 Michał Sałaban <michal@salaban.info> and Contributors: lalanza808, cryptochangements34, atward, rooterkyberian, brucexiu, lialsoftlab, moneroexamples, massanchik, MrClottom, jeffro256, sometato, kayabaNerve, j-berman.

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

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

Want to help?

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

Development

  1. Clone the repo

  2. Create virtualenv & activate it

python3 -m venv .venv
source .venv/bin/activate
  1. Install dependencies

.venv/bin/pip install -r requirements.txt -r test_requirements.txt
  1. Do your thing

  2. Run tests

.venv/bin/pytest
  1. Format your code with black

.venv/bin/black .

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

monero-1.1.1.tar.gz (144.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page