Metadata-Version: 2.1
Name: crowdwiz
Version: 0.9.2
Summary: Python library for crowdwiz
Home-page: https://github.com/crowdwiz-biz/python-crowdwiz
Author: Donbc Crowdwiz
Author-email: donbc@protonmail.com
Maintainer: Donbc Crowdwiz
Maintainer-email: donbc@protonmail.com
License: UNKNOWN
Download-URL: https://github.com/crowdwiz-biz/python-crowdwiz/tarball/0.9.2
Keywords: crowdwiz,library,api,rpc,cwd
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Topic :: Office/Business :: Financial
License-File: LICENSE.txt
License-File: AUTHORS
Requires-Dist: graphenelib (>=1.1.16)
Requires-Dist: websockets (==7.0)
Requires-Dist: Events (==0.3)

# Python Library for CrowdWiz

Python library for blockchain project cwd.global

## Installation

### Install with pip3:

	$ sudo apt-get install libffi-dev libssl-dev python-dev python3-dev python3-pip
	$ pip3 install crowdwiz

### Manual installation:

	$ git clone https://github.com/crowdwiz/python-crowdwiz/
	$ cd python-crowdwiz
	$ python3 setup.py install --user

### Upgrade

	$ pip3 install --user --upgrade crowdwiz


### License

A copy of the license is available in the repository's
[LICENSE](LICENSE.txt) file.


