wownero-python/docs/source/index.rst

33 lines
713 B
ReStructuredText
Raw Normal View History

2018-01-16 21:07:27 +00:00
Python module for Monero -- docs
================================================
Welcome to the documentation for the `monero` Python module.
The aim of this project is to offer a set of tools for interacting with Monero
cryptocurrency in Python. It provides higher level classes representing objects
from the Monero environment, like wallets, accounts, addresses, transactions.
Currently it operates over JSON RPC protocol, however other backends are
planned as well.
2018-01-16 21:07:27 +00:00
.. toctree::
:maxdepth: 1
2018-01-16 21:07:27 +00:00
:caption: Contents:
quickstart
2018-01-16 21:07:27 +00:00
wallet
address
daemon
backends
2018-01-16 21:07:27 +00:00
exceptions
license
authors
Indices and tables
------------------
2018-01-16 21:07:27 +00:00
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`