You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
monero-python/README.rst

27 lines
838 B

Python Monero module
====================
A comprehensive Python module for handling Monero cryptocurrency.
6 years ago
* release 0.1.3
6 years ago
* works with Monero 0.11.x and `the latest source`_ (at least we try to keep up)
* Python 2.x and 3.x compatible
* comes with `documentation`_
* generously funded by `Monero FFS`_ donors
.. _`the latest source`: https://github.com/monero-project/monero
.. _`documentation`: http://monero-python.readthedocs.io/en/latest/
.. _`Monero FFS`: https://forum.getmonero.org/9/work-in-progress
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`` taken from `MoneroPy`_)
.. _`LICENSE.txt`: LICENSE.txt
.. _`MoneroPy`: https://github.com/bigreddmachine/MoneroPy