项目作者: DPInvaders

项目描述 :
Python library for Waves
高级语言: Python
项目地址: git://github.com/DPInvaders/wavespy.git
创建时间: 2020-07-20T11:04:40Z
项目社区:https://github.com/DPInvaders/wavespy

开源协议:MIT License

下载


WavesPy

Build Status
Documentation Status

Waves Node API client

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

Installation

Requirements:

  • Python 3.6 and higher
  • Packages from requirements.txt

From PyPI:

  1. pip install wavespy

Or from source:

  1. 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