Python lib for wow
Go to file
Michał Sałaban ae778383d4 Add link to docs, prepare for 0.1 2018-02-13 21:01:05 +01:00
docs Remove unicode, readthedocs.io doesn't swallow that 2018-02-13 20:30:43 +01:00
monero Use protocol constant 2018-02-05 23:38:45 +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 Add link to docs, prepare for 0.1 2018-02-13 21:01:05 +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
    * 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