Metadata-Version: 2.1
Name: pynyzo
Version: 0.0.10
Summary: A Nyzo client package for Python3.
Home-page: https://github.com/EggPool/pynyzo
Author: EggdraSyl
Author-email: dev@eggpool.net
License: MIT license
Keywords: pynyzo,nyzo,python,crypto
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: tornado
Requires-Dist: ed25519
Requires-Dist: requests

==================
PyNyzo
==================


.. image:: https://img.shields.io/pypi/v/pynyzo.svg
        :target: https://pypi.python.org/pypi/pynyzo

.. image:: https://img.shields.io/travis/EggPool/pynyzo.svg
        :target: https://travis-ci.org/EggPool/pynyzo

.. image:: https://readthedocs.org/projects/pynyzo/badge/?version=latest
        :target: https://pynyzo.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




A Nyzo client package for Python3.


* Free software: MIT license
* Documentation: https://pynyzo.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.0.10 (2021-01-21)
-------------------

New "NyzoClient" helper
Get frozen edge from client
Generates tx and forwards to cycle
Query tx
Associated tests

0.0.9 (2019-03-30)
------------------

Support for blockchain v1 & v2
Support for cycle transactions


0.0.8 (2019-03-30)
------------------

Fix "messages" namespace

0.0.7 (2019-02-05)
------------------

Small fixes for empty data

0.0.6 (2019-02-05)
------------------

Small fix

0.0.5 (2019-02-05)
------------------

Support for .nyzoblock file format

0.0.4 (2019-01-28)
------------------

* BlockRequest11, BlockResponse12, BalanceLists

0.0.3 (2019-01-26)
------------------

* Various fixes and more transcriptions.

0.0.2 (2019-01-26)
------------------

* First working message, StatusRequest17.


0.0.1 (2019-01-25)
------------------

* First release on PyPI.



