A library simplifying the use of SIMBAChain APIs
Project description
pylibsimba
pylibsimba is a library simplifying the use of SIMBAChain APIs. We aim to abstract away the various blockchain concepts, reducing the necessary time needed to get to working code.
🏠 Homepage
📝 Documentation
Install
Just needs python >=3.7, and python3.7-dev (or -devel) installed.
The rest can be installed into a virtualenv with :
Install - from PyPI
pip install pylibsimba
Install - from package
pip install dist/pylibsimba-0.1.tar.gz
Install - for development
pip install -r requirements.txt
Usage
from pylibsimba import get_simba_instance
from pylibsimba.wallet import Wallet
Examples
See here
Contributing
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
License
Copyright © 2019 SIMBAChain Inc.
This project is MIT licensed.
Appendix
Makefile
Adding these lines to Makefile, so that calling make github puts the Sphinx documentation into ./docs so the github pages can find it.
Also creates the .nojekyll file so the github templates are ignored and js/css in subfolders is available.
github:
@make html
@cp -a build/html/. ./docs
@echo "" > ./docs/.nojekyll
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for PyLibSIMBA-0.1.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c28a4011985b939fdfce6f5cd5aa6730b2ef516f8508643854427167a90ee3fb |
|
MD5 | 6372fa49c00b16a48649dca38dbcc8a6 |
|
BLAKE2b-256 | fe7989fb1ecf6abcf92745f8afac463b3535cd590f03db979d2227d221097b80 |