Metadata-Version: 2.1
Name: wavespy
Version: 0.1
Summary: Waves node API client
Home-page: https://github.com/DPInvaders/wavespy
Author: DPInvaders
Author-email: dp@theinvaders.pro
License: MIT
Description: # WavesPy
        [![Build Status](https://travis-ci.com/DPInvaders/wavespy.svg?branch=master)](https://travis-ci.com/acrylplatform/wavespy.svg?branch=master)
        [![Documentation Status](https://readthedocs.org/projects/wavespy/badge/?version=latest)](https://wavespy.readthedocs.io/en/latest/?badge=latest)
        
        [Waves](https://wavesexplorer.com/ "Waves Platform") Node API client 
        
        **Full documentation**
        https://wavespy.readthedocs.io/en/latest/
        
        ## Installation
        
        Requirements:
        - Python 3.6 and higher
        - Packages from `requirements.txt`
        
        
        From PyPI:
        
        ```bash
        pip install wavespy
        ```
        
        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
        
        
Keywords: waves wavespy 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
