Skip to main content

django package to interact with blockchain.info api

Project description

https://badge.fury.io/py/djangoblockchain-info.svg https://travis-ci.org/b3h3rkz/djangoblockchain-info.svg?branch=master https://codecov.io/gh/b3h3rkz/djangoblockchain-info/branch/master/graph/badge.svg

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

djangoblockchain-info-0.1.0.tar.gz (5.8 kB view details)

Uploaded Source

File details

Details for the file djangoblockchain-info-0.1.0.tar.gz.

File metadata

File hashes

Hashes for djangoblockchain-info-0.1.0.tar.gz
Algorithm Hash digest
SHA256 7ec06cc0fc4b72e23d7d80666e0ff4f3398935e1c75bbf7c1ab2f07d9af89d05
MD5 7ba2bcee02f1bcc350e30cbde14d310c
BLAKE2b-256 76f60f1845fb5c948303ea2bbcde85c78c001e27c80b671ed3a6e32e86d04ddb

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page