Metadata-Version: 1.1
Name: pynyzo
Version: 0.0.15
Summary: A Nyzo client package for Python3.
Home-page: https://github.com/EggPool/pynyzo
Author: EggdraSyl
Author-email: dev@eggpool.net
License: MIT license
Description: ==================
        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.15 (2021-07-27)
        -------------------
        
        Upgrade to latest nyzostrings module
        
        
        0.0.14 (2021-02-07)
        -------------------
        
        safe_send faster return
        
        0.0.13 (2021-02-07)
        -------------------
        
        safe_send bugfix
        
        0.0.12 (2021-01-31)
        -------------------
        
        safe_send support, sync and async
        
        0.0.11 (2021-01-22)
        -------------------
        
        Debug trace removed, adjust requirements.
        
        
        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.
        
        
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
