django package to interact with blockchain.info api
Project description
django package to interact with blockchain.info api
Documentation
The full documentation is at https://djangoblockchain-info.readthedocs.io.
Quickstart
Install djangoblockchain-info:
pip install djangoblockchain-info
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'djangoblockchain_info.apps.DjangoblockchainInfoConfig',
...
)
Add djangoblockchain-info’s URL patterns:
from djangoblockchain_info import urls as djangoblockchain_info_urls
urlpatterns = [
...
url(r'^', include(djangoblockchain_info_urls)),
...
]
Features
TODO
Running Tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
Credits
Tools used in rendering this package:
History
0.1.0 (2017-02-18)
First release on PyPI.
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
File details
Details for the file djangoblockchain-info-0.1.0.tar.gz.
File metadata
- Download URL: djangoblockchain-info-0.1.0.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ec06cc0fc4b72e23d7d80666e0ff4f3398935e1c75bbf7c1ab2f07d9af89d05
|
|
| MD5 |
7ba2bcee02f1bcc350e30cbde14d310c
|
|
| BLAKE2b-256 |
76f60f1845fb5c948303ea2bbcde85c78c001e27c80b671ed3a6e32e86d04ddb
|