BlockIo
This Python package is the official reference client for the Block.io payments API. To use this, you will need the Dogecoin, Bitcoin, or Litecoin API key(s) from Block.io. Go ahead, sign up :)
COMPATIBILITY: Please use Python 3.6+. Untested on Windows: ensure all tests pass before using this package regardless.
Installation
Using virtualenv is recommended when installing Python packages.
Install the package using pip3:
pip3 install block-io
Usage
It's super easy to get started. In your Python shell, do:
from block_io import BlockIo
block_io = BlockIo('API KEY', 'SECRET PIN', API_VERSION)
# print the account balance
print block_io.get_balance()
# print all addresses on this account
print block_io.get_my_addresses()
For more information, see Python API Docs. This Python client provides a mapping for all methods listed on the Block.io API site.
Contributing
- Fork it ( https://github.com/BlockIo/block_io-python/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Release files for block-io 2.0.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| block-io-2.0.6.tar.gz | 11.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| block_io-2.0.6-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 23.2 kB
Release files / block-io-2.0.6.tar.gz
| Download URL | block-io-2.0.6.tar.gz |
|---|---|
| Size | 11.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
33b7337e96a05eaa16592bb87a707767685cd86b406ac908e9c9c9cc97690bc2
|
|
BLAKE2b-256 checksum How to use checksums |
7f8d3626ce78028a73d228d9871f284539c428fe68c37eda5242f19c27518ec8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.6
|
Release files / block_io-2.0.6-py2.py3-none-any.whl
| Download URL | block_io-2.0.6-py2.py3-none-any.whl |
|---|---|
| Size | 11.6 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
659bc93cf1021f2b6e8c54a8762778e0a566f6535c4ec276f4f150ecbeece6d7
|
|
BLAKE2b-256 checksum How to use checksums |
b885f959bbbd925dd9fa78b5e87f22e2ec81fc742bc249592ff708c52c8b24e6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.6
|