Metadata-Version: 2.0
Name: bitshares
Version: 0.1.11
Summary: Python library for bitshares
Home-page: http://www.github.com/xeroc/python-bitshares
Author: Fabian Schuh
Author-email: Fabian@chainsquad.com
License: UNKNOWN
Download-URL: https://github.com/xeroc/python-bitshares/tarball/0.1.11
Description-Content-Type: UNKNOWN
Keywords: bitshares,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 (>=0.5.9)
Requires-Dist: websockets
Requires-Dist: appdirs
Requires-Dist: Events
Requires-Dist: scrypt
Requires-Dist: pycryptodome

# Python Library for BitShares

---

## Documentation

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

## Installation

### Install with pip:
```
$ sudo apt-get install libffi-dev libssl-dev python-dev python3-dev python3-pip
$ pip3 install bitshares
```

### Manual installation:
```
$ git clone https://github.com/xeroc/python-bitshares/
$ cd python-bitshares
$ python3 setup.py install --user
```

### Upgrade
```
$ pip3 install --user --upgrade
```


