Metadata-Version: 2.1
Name: crowdwiz
Version: 0.8
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.8
Keywords: crowdwiz,library,api,rpc
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
Requires-Dist: graphenelib (>=1.1.16)
Requires-Dist: websockets (==7.0)
Requires-Dist: Events (==0.3)

# Python Library for CrowdWiz

![](https://img.shields.io/pypi/v/crowdwiz.svg?style=for-the-badge)
![](https://img.shields.io/github/release/crowdwiz/python-crowdwiz.svg?style=for-the-badge)
![](https://img.shields.io/github/downloads/crowdwiz/python-crowdwiz/total.svg?style=for-the-badge)
![](https://img.shields.io/pypi/pyversions/crowdwiz.svg?style=for-the-badge)
![](https://img.shields.io/pypi/l/crowdwiz.svg?style=for-the-badge)
![](https://cla-assistant.io/readme/badge/crowdwiz/python-crowdwiz)

**Stable**

[![docs master](https://readthedocs.org/projects/python-crowdwiz/badge/?version=latest)](http://python-crowdwiz.readthedocs.io/en/latest/)
[![Travis master](https://travis-ci.org/crowdwiz/python-crowdwiz.png?branch=master)](https://travis-ci.org/crowdwiz/python-crowdwiz)
[![codecov](https://codecov.io/gh/crowdwiz/python-crowdwiz/branch/master/graph/badge.svg)](https://codecov.io/gh/crowdwiz/python-crowdwiz)

**Develop**

[![docs develop](https://readthedocs.org/projects/python-crowdwiz/badge/?version=develop)](http://python-crowdwiz.readthedocs.io/en/develop/)
[![Travis develop](https://travis-ci.org/crowdwiz/python-crowdwiz.png?branch=develop)](https://travis-ci.org/crowdwiz/python-crowdwiz)
[![codecov develop](https://codecov.io/gh/crowdwiz/python-crowdwiz/branch/develop/graph/badge.svg)](https://codecov.io/gh/crowdwiz/python-crowdwiz)

---

## Documentation

Visit the [pycrowdwiz website](http://docs.pycrowdwiz.com/en/latest/) for in depth documentation on this Python library.

## 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

## Contributing

python-crowdwiz welcomes contributions from anyone and everyone. Please
see our [guidelines for contributing](CONTRIBUTING.md) and the [code of
conduct](CODE_OF_CONDUCT.md).

### Discussion and Developers

Discussions around development and use of this library can be found in a
[dedicated Telegram Channel](https://t.me/pycrowdwiz)

### License

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

### Bounties

As part of [HackTheDex](https://hackthedex.io), security issues found in this
library are potentially eligible for a bounty.


