Metadata-Version: 2.1
Name: aergo-herapy
Version: 0.1.8
Summary: python SDK for AERGO
Home-page: https://github.com/aergoio/herapy
Author: aergo.io
Author-email: hello@aergo.io
License: MIT license
Keywords: herapy
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
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: protobuf
Requires-Dist: base58
Requires-Dist: ecdsa
Requires-Dist: cryptography
Requires-Dist: googleapis-common-protos
Requires-Dist: grpcio-tools


======
herapy
======

.. image:: https://codecov.io/gh/aergoio/herapy/branch/accounts/graph/badge.svg?token=JylbPsDrDB
  :target: https://codecov.io/gh/aergoio/herapy

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

.. image:: https://img.shields.io/travis/aergoio/herapy.svg
        :target: https://travis-ci.org/aergoio/herapy

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

.. image:: https://pyup.io/repos/github/aergoio/herapy/shield.svg
     :target: https://pyup.io/repos/github/aergoio/herapy/
     :alt: Updates

HeraPy is a Python package for AERGO that provides the features below.


Features
--------

* Communication with a node
* Getting a metadata
* Managing an account
* Making and sending a transaction
* Making and sending a smart contract

Install
-------

.. code-block:: console

   pip install aergo-herapy


Build
-----

* TODO


Releases and Contributing
-------------------------

HeraPy follows a major release cycle of AERGO.
A minor release such as fixing bugs and errors are occasionally patched.
Please let us know if you encounter a bug by `filling an issue <https://github.com/aergoio/herapy/issues>`_.

If you are planning to contribute a new feature, class, or function,
please `open an issue <https://github.com/aergoio/herapy/issues>`_ and discuss with us.

We appreciate all contributions.


License
-------

HeraPy is MIT license as found in the LICENSE file.
* Documentation: https://herapy.readthedocs.io.


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.1.0 (2018-11-07)
------------------

* First release on PyPI.


