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.
Go to file
Michał Sałaban c729611c81
Add numbers module docs, describe transaction priorities
6 years ago
docs Add numbers module docs, describe transaction priorities 6 years ago
monero Add numbers module docs, describe transaction priorities 6 years ago
tests Test outgoing transfers 6 years ago
utils Allow sending transactions with relaying disabled 6 years ago
.gitignore Add packaging tools, clean up 6 years ago
LICENSE.txt Add packaging tools, clean up 6 years ago
README.rst v0.1.1 6 years ago
requirements.txt Add packaging tools, clean up 6 years ago
setup.py Add link to docs, prepare for 0.1 6 years ago

README.rst

Python Monero module

====================

A comprehensive Python module for handling Monero cryptocurrency.

* release 0.1.1
* Please read `the docs`_ (incomplete yet)

.. _`The docs`: http://monero-python.readthedocs.io/en/latest/transactions.html

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