https://github.com/bitshares/python-bitshares
Fully featured client-side library for the BitShares Blockchain - written entirely in python.
https://github.com/bitshares/python-bitshares
bitshares blockchain python python-library
Last synced: 5 months ago
JSON representation
Fully featured client-side library for the BitShares Blockchain - written entirely in python.
- Host: GitHub
- URL: https://github.com/bitshares/python-bitshares
- Owner: bitshares
- License: mit
- Created: 2016-12-06T10:30:13.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-06-04T09:37:52.000Z (5 months ago)
- Last Synced: 2025-06-04T17:03:05.831Z (5 months ago)
- Topics: bitshares, blockchain, python, python-library
- Language: Python
- Homepage: http://docs.pybitshares.com/
- Size: 1.39 MB
- Stars: 163
- Watchers: 26
- Forks: 166
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Support: docs/support.rst
Awesome Lists containing this project
- awesome-bitshares - python-bitshares - full featured python library. (Libraries / Python Libraries)
README
# Python Library for BitShares






**Stable**
[](http://python-bitshares.readthedocs.io/en/latest/)
[](https://travis-ci.org/bitshares/python-bitshares)
[](https://codecov.io/gh/bitshares/python-bitshares)
**Develop**
[](http://python-bitshares.readthedocs.io/en/develop/)
[](https://travis-ci.org/bitshares/python-bitshares)
[](https://codecov.io/gh/bitshares/python-bitshares)
---
## Documentation
Visit the [pybitshares website](http://docs.pybitshares.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 bitshares
### Manual installation:
$ git clone https://github.com/bitshares/python-bitshares/
$ cd python-bitshares
$ python3 setup.py install --user
### Upgrade
$ pip3 install --user --upgrade bitshares
## Contributing
python-bitshares 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/pybitshares)
### License
A copy of the license is available in the repository's
[LICENSE](LICENSE.txt) file.