Metadata-Version: 2.1
Name: aepp-sdk
Version: 6.2.0
Summary: Python SDK to interact with the Æternity blockchain
Home-page: https://github.com/aeternity/aepp-sdk-python
License: ISC
Keywords: aeternity,blockchain,sdk
Author: Andrea Giacobino
Author-email: no.andrea@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Provides-Extra: test
Requires-Dist: Deprecated (>=1.2,<2.0)
Requires-Dist: PyNaCl (>=1.3,<2.0)
Requires-Dist: base58 (>=1.0,<2.0)
Requires-Dist: click (>=7.0,<8.0)
Requires-Dist: mnemonic (>=0.19.0,<0.20.0)
Requires-Dist: namedtupled (>=0.3.3,<0.4.0)
Requires-Dist: requests (>=2.20,<3.0)
Requires-Dist: rlp (>=1.1,<2.0)
Requires-Dist: semver (>=2.8,<3.0)
Requires-Dist: simplejson (>=3.16.0,<4.0.0)
Requires-Dist: validators (>=0.13,<0.14)
Requires-Dist: websockets (>=7.0,<8.0)
Project-URL: Repository, https://github.com/aeternity/aepp-sdk-python
Description-Content-Type: text/markdown

# aepp-sdk-python

[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![Build Status](https://ci.aepps.com/buildStatus/icon?job=aepp-sdk-python/develop)](https://ci.aepps.com/job/aepp-sdk-python/job/develop/)
[![PyPI version](https://badge.fury.io/py/aepp-sdk.svg)](https://badge.fury.io/py/aepp-sdk)
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/aeternity/aepp-sdk-python.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/aeternity/aepp-sdk-python/context:python)
[![Documentation Status](https://readthedocs.org/projects/aepp-sdk-python/badge/?version=latest)](https://aepp-sdk-python.readthedocs.io/en/latest/?badge=latest)

Welcome to the [Aeternity](https://aeternity.com) SDK for Python

For support visit the [forum](https://forum.aeternity.com), for bug reports or feature requests visit open an [issue](https://github.com/aeternity/aepp-sdk-python/issues).


### Documentation 
- [Stable](https://aepp-sdk-python.readthedocs.io/en/stable/) for the `master` branch (current release).
- [Latest](https://aepp-sdk-python.readthedocs.io/en/latest/) for the `develop` branch

### Relevant repositories
- [Aeternity node](https://github.com/aeternity/aeternity)
- [Protocol documentation](https://github.com/aeternity/protocol)

### Useful links
- [Mainnet API Gateway](https://mainnet.aeternity.io/v2/status)
- [Mainnet frontend and middleware](https://mainnet.aeternal.io) (Aeternal)
- [Testnet API Gateway](https://mainnet.aeternity.io/v2/status)
- [Testnet frontend and middleware](https://testnet.aeternal.io) (Aeternal)
- [Testnet faucet](https://testnet.faucet.aepps.com)






