Metadata-Version: 2.1
Name: pyacryl2
Version: 0.1.2
Summary: Acryl node API client
Home-page: https://github.com/DPInvaders/pyacryl2
Author: DPInvaders
Author-email: dima@acrylplatform.com
License: MIT
Keywords: acryl pyacryl api client async
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
Requires-Dist: aiohttp (~=3.5.4)
Requires-Dist: base58 (~=0.2.5)
Requires-Dist: mnemonic (~=0.18)
Requires-Dist: pysha3 (~=1.0.2)
Requires-Dist: python-axolotl-curve25519 (~=0.4.1.post2)
Requires-Dist: requests (~=2.21.0)
Requires-Dist: ujson (~=1.35)

# PyAcryl2 
[![Build Status](https://travis-ci.com/DPInvaders/pyacryl2.svg?token=s1sqYjTtbQq5zQbpVpA2&branch=master)](https://travis-ci.com/DPInvaders/pyacryl2)
[![Documentation Status](https://readthedocs.org/projects/pyacryl2/badge/?version=latest)](https://pyacryl2.readthedocs.io/en/latest/?badge=latest)

[Acryl](https://acrylplatform.com/ "Acryl Platform") Node API client 

**Full documentation**
https://pyacryl2.readthedocs.io/en/latest/

## Installation

Requirements:
- Python 3.6 and higher
- Packages from `requirements.txt`



From PyPI:

```bash
pip install pyacryl2
```

Or from source:

```bash
python setup.py install
```


## What's included

- [X] Node API client
	- [X] Sync
	- [X] Async

- [X] Generators and validators
	- [X] Address data
	- [X] Transactions data

- [X] Matcher API

- [X] Docs
- [X] Tests



