Python lib for wow
Go to file
Michał Sałaban 9e9b75a42e Add API docs for backend and transaction classes 2018-02-16 13:46:14 +01:00
docs Add API docs for backend and transaction classes 2018-02-16 13:46:14 +01:00
monero Add API docs for backend and transaction classes 2018-02-16 13:46:14 +01:00
tests Test outgoing transfers 2018-01-31 00:22:26 +01:00
utils Allow sending transactions with relaying disabled 2018-01-31 00:21:53 +01:00
.gitignore Add packaging tools, clean up 2018-01-28 15:53:52 +01:00
LICENSE.txt Add packaging tools, clean up 2018-01-28 15:53:52 +01:00
README.rst v0.1.1 2018-02-14 14:15:20 +01:00
requirements.txt Add packaging tools, clean up 2018-01-28 15:53:52 +01:00
setup.py Add link to docs, prepare for 0.1 2018-02-13 21:01:05 +01:00

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