pyacryl2

Acryl node API client


Keywords
acryl, pyacryl, api, client, async, api-client, cryptocurrency, python
License
MIT
Install
pip install pyacryl2==0.1.6

Documentation

PyAcryl2

Build Status Documentation Status

Acryl Node API client

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

Installation

Requirements:

  • Python 3.6 and higher
  • Packages from requirements.txt

From PyPI:

pip install pyacryl2

Or from source:

python setup.py install

What's included

  • Node API client

    • Sync
    • Async
  • Generators and validators

    • Address data
    • Transactions data
  • Matcher API

  • Docs

  • Tests