{ "info": { "author": "Bernard Barje Parah", "author_email": "barjebernard@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Django", "Framework :: Django :: 1.10", "Framework :: Django :: 1.8", "Framework :: Django :: 1.9", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "=============================\ndjangoblockchain-info\n=============================\n\n.. image:: https://badge.fury.io/py/djangoblockchain-info.svg\n :target: https://badge.fury.io/py/djangoblockchain-info\n\n.. image:: https://travis-ci.org/b3h3rkz/djangoblockchain-info.svg?branch=master\n :target: https://travis-ci.org/b3h3rkz/djangoblockchain-info\n\n.. image:: https://codecov.io/gh/b3h3rkz/djangoblockchain-info/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/b3h3rkz/djangoblockchain-info\n\ndjango package to interact with blockchain.info api\n\nDocumentation\n-------------\n\nThe full documentation is at https://djangoblockchain-info.readthedocs.io.\n\nQuickstart\n----------\n\nInstall djangoblockchain-info::\n\n pip install djangoblockchain-info\n\nAdd it to your `INSTALLED_APPS`:\n\n.. code-block:: python\n\n INSTALLED_APPS = (\n ...\n 'djangoblockchain_info.apps.DjangoblockchainInfoConfig',\n ...\n )\n\nAdd djangoblockchain-info's URL patterns:\n\n.. code-block:: python\n\n from djangoblockchain_info import urls as djangoblockchain_info_urls\n\n\n urlpatterns = [\n ...\n url(r'^', include(djangoblockchain_info_urls)),\n ...\n ]\n\nFeatures\n--------\n\n* TODO\n\nRunning Tests\n-------------\n\nDoes the code actually work?\n\n::\n\n source /bin/activate\n (myenv) $ pip install tox\n (myenv) $ tox\n\nCredits\n-------\n\nTools used in rendering this package:\n\n* Cookiecutter_\n* `cookiecutter-djangopackage`_\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage\n\n\n\n\nHistory\n-------\n\n0.1.0 (2017-02-18)\n++++++++++++++++++\n\n* First release on PyPI.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/b3h3rkz/djangoblockchain-info", "keywords": "djangoblockchain-info", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "djangoblockchain-info", "package_url": "https://pypi.org/project/djangoblockchain-info/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/djangoblockchain-info/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/b3h3rkz/djangoblockchain-info" }, "release_url": "https://pypi.org/project/djangoblockchain-info/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "django package to interact with blockchain.info api", "version": "0.1.0" }, "last_serial": 2652261, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "7ba2bcee02f1bcc350e30cbde14d310c", "sha256": "7ec06cc0fc4b72e23d7d80666e0ff4f3398935e1c75bbf7c1ab2f07d9af89d05" }, "downloads": -1, "filename": "djangoblockchain-info-0.1.0.tar.gz", "has_sig": false, "md5_digest": "7ba2bcee02f1bcc350e30cbde14d310c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5823, "upload_time": "2017-02-19T00:03:51", "url": "https://files.pythonhosted.org/packages/76/f6/0f1845fb5c948303ea2bbcde85c78c001e27c80b671ed3a6e32e86d04ddb/djangoblockchain-info-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7ba2bcee02f1bcc350e30cbde14d310c", "sha256": "7ec06cc0fc4b72e23d7d80666e0ff4f3398935e1c75bbf7c1ab2f07d9af89d05" }, "downloads": -1, "filename": "djangoblockchain-info-0.1.0.tar.gz", "has_sig": false, "md5_digest": "7ba2bcee02f1bcc350e30cbde14d310c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5823, "upload_time": "2017-02-19T00:03:51", "url": "https://files.pythonhosted.org/packages/76/f6/0f1845fb5c948303ea2bbcde85c78c001e27c80b671ed3a6e32e86d04ddb/djangoblockchain-info-0.1.0.tar.gz" } ] }