wownero-python/README.rst

22 lines
583 B
ReStructuredText
Raw Normal View History

2018-01-28 14:53:52 +00:00
Python Monero module
====================
A comprehensive Python module for handling Monero cryptocurrency.
2018-02-14 13:15:20 +00:00
* release 0.1.1
2018-02-13 19:37:29 +00:00
* Please read `the docs`_ (incomplete yet)
.. _`The docs`: http://monero-python.readthedocs.io/en/latest/transactions.html
2018-01-28 14:53:52 +00:00
Copyrights
----------
Released under the BSD 3-Clause License. See `LICENSE.txt`_.
2018-01-28 20:17:16 +00:00
Copyright (c) 2017 Michał Sałaban <michal@salaban.info>
2018-01-28 14:53:52 +00:00
2018-01-28 20:17:16 +00:00
Copyright (c) 2016 The MoneroPy Developers (``monero/base58.py`` taken from `MoneroPy`_)
2018-01-28 14:53:52 +00:00
.. _`LICENSE.txt`: LICENSE.txt
.. _`MoneroPy`: https://github.com/bigreddmachine/MoneroPy