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 hashes)

Uploaded Source

Supported by

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