|travis| |coveralls|
.. |travis| image:: https://travis-ci.org/monero-ecosystem/monero-python.svg .. _travis: https://travis-ci.org/monero-ecosystem/monero-python
.. |coveralls| image:: https://coveralls.io/repos/github/monero-ecosystem/monero-python/badge.svg .. _coveralls: https://coveralls.io/github/monero-ecosystem/monero-python
.. warning:: URGENT SECURITY UPDATE The version 1.0.2 contains an urgent security update in the output recognition code. If you're using the module for scanning transactions and identifying outputs using the secret view key, UPDATE THE SOFTWARE IMMEDIATELY. Otherwise you're safe. Standard wallet operations like receiving payments, spending, address generation etc. are NOT AFFECTED.
A comprehensive Python module for handling Monero cryptocurrency.
the latest source
_ (at least we try to keep up)documentation
_Monero FFS
_ donors.. warning:: With release 0.6 the project name at PyPi has changed from monero-python
to monero
.
Please update your dependency files.
.. the latest source
: https://github.com/monero-project/monero
.. documentation
: http://monero-python.readthedocs.io/en/latest/
.. _Monero FFS
: https://forum.getmonero.org/9/work-in-progress
Released under the BSD 3-Clause License. See LICENSE.txt
_.
Copyright (c) 2017-2018 Michał Sałaban michal@salaban.info and Contributors:
lalanza808
, cryptochangements34
, atward
, rooterkyberian
, brucexiu
,
lialsoftlab
, moneroexamples
, massanchik
, MrClottom
, jeffro256
,
sometato
, kayabaNerve
, j-berman
_.
Copyright (c) 2016 The MoneroPy Developers (monero/base58.py
taken from MoneroPy
_)
Copyright (c) 2011 thomasv@gitorious (monero/seed.py
based on Electrum
_)
.. LICENSE.txt
: LICENSE.txt
.. MoneroPy
: https://github.com/bigreddmachine/MoneroPy
.. _Electrum
: https://github.com/spesmilo/electrum
.. lalanza808
: https://github.com/lalanza808
.. cryptochangements34
: https://github.com/cryptochangements34
.. atward
: https://github.com/atward
.. rooterkyberian
: https://github.com/rooterkyberian
.. brucexiu
: https://github.com/brucexiu
.. lialsoftlab
: https://github.com/lialsoftlab
.. moneroexamples
: https://github.com/moneroexamples
.. massanchik
: https://github.com/massanchik
.. MrClottom
: https://github.com/MrClottom
.. jeffro256
: https://github.com/jeffro256
.. sometato
: https://github.com/sometato
.. kayabaNerve
: https://github.com/kayabaNerve
.. _j-berman
: https://github.com/j-berman
If you find this project useful, please consider a donation to the following address:
8AWCa5moRywJcmA6jqnKLJWZMUyoEAFJXBqqDonUnR1SjS8foScqTadcXyE6oVb6Mh2JFeWZtocGxZoZZsMqLNKbNm5Wt3q
.. code-block:: bash
python3 -m venv .venv
source .venv/bin/activate
.. code-block:: bash
.venv/bin/pip install -r requirements.txt -r test_requirements.txt
Do your thing
Run tests
.. code-block:: bash
.venv/bin/pytest
.. code-block:: bash
.venv/bin/black .
Version | Tag | Published |
---|---|---|
1.1.1 | 6mos ago | |
1.1 | 6mos ago | |
1.0.3 | 9mos ago | |
1.0.2 | 1yr ago |