{ "info": { "author": "Joe Blankenship", "author_email": "info@cgrii.org", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.7" ], "description": "# Bitcoin Graph\n\nThe `bitcoin_graph` library makes it simple to produce graphs and matrices of Bitcoin transactions from a single wallet address of a list of wallet addresses.\n\n This is an alpha release, so please post bugs/requests as you encounter them. Thanks!\n\n## Installation\n\n # via pip\n pip install bitcoin_graph\n\n # via github\n pip install git+https://github.com/joeblankenship1/bitcoin_graph.git\n\n## Example\n\n from bitcoin_graph import bitcoin_graph\n\n # you can input a single wallet address or a list of dictionaries with metadata\n node_data = [('1DqeUNa3wqJRamTEUMTiUXHAQynQuLh426', {'name': 'Near Genesis'})]\n\n # this will take a single wallet address of a list of dictionaries with metadata\n edge_data = bitcoin_graph.bitcoin_network(node_data)\n\n # this will output a Networkx graph object\n graph_object = bitcoin_graph.bitcoin_graph(node_data, edge_data)\n\n # you can then export to one of several formats\n bitcoin_graph.bitcoin_data_export(graph_object, 'graphml', 'filename')\n\n* You can also now use [NetworkX](https://networkx.github.io/documentation/stable/) to manipulate the graph object.\n\n## Features\n\n* Single or multiple addresses\n* Multiple output formats\n* Extends Networkx functionality\n* Python 3.6+\n\n## Documentation\n\nDocs are forthcoming.\n\n## Bugs/Requests\n\nPlease use [Github Issue Tracker](https://github.com/joeblankenship1/bitcoin_graph/issues)\n\n## Changelog\n\nChangelog is forthcoming (will be in same location as Docs).\n\n## License\n\nCopyright Joe Blankenship, 2019\n\nDistributed under the terms of the [GNU GPL-3.0](https://github.com/joeblankenship1/bitcoin_graph/blob/master/LICENSE) license. Bitcoin_graph is free and open-source software.\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/joeblankenship1/bitcoin_graph", "keywords": "", "license": "GPL-3.0", "maintainer": "", "maintainer_email": "", "name": "bitcoin-graph", "package_url": "https://pypi.org/project/bitcoin-graph/", "platform": "", "project_url": "https://pypi.org/project/bitcoin-graph/", "project_urls": { "Homepage": "https://github.com/joeblankenship1/bitcoin_graph" }, "release_url": "https://pypi.org/project/bitcoin-graph/0.1a1/", "requires_dist": [ "blockchain (==1.4.4)", "networkx (==2.3)" ], "requires_python": "", "summary": "A Python library for making matrices and graphs of Bitcoin wallet transactions", "version": "0.1a1" }, "last_serial": 5952667, "releases": { "0.1a1": [ { "comment_text": "", "digests": { "md5": "f3d4185f835c5c4b98eb8617cda840f0", "sha256": "cc0828296d6e4cb3eff762c6fafaf4c294cbcc65e5c9b18339ae17a5c7ad897b" }, "downloads": -1, "filename": "bitcoin_graph-0.1a1-py3-none-any.whl", "has_sig": false, "md5_digest": "f3d4185f835c5c4b98eb8617cda840f0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 17336, "upload_time": "2019-10-10T01:36:34", "url": "https://files.pythonhosted.org/packages/d8/6f/a61928ee68f163dc0d98d228b410f389f00d4d03b0b532efceb27a8579ff/bitcoin_graph-0.1a1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "83b509d58e3ad021c24293da30a21970", "sha256": "d439dc06424abd64f9bfea83cc6f839abe52b6b3d650c784dbd8cc294192e178" }, "downloads": -1, "filename": "bitcoin_graph-0.1a1.tar.gz", "has_sig": false, "md5_digest": "83b509d58e3ad021c24293da30a21970", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4205, "upload_time": "2019-10-10T01:36:37", "url": "https://files.pythonhosted.org/packages/1a/79/d440934ad4196e8b7d879e1ad4649311e4e3a0f6fa9a4708f5f84d19ea32/bitcoin_graph-0.1a1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f3d4185f835c5c4b98eb8617cda840f0", "sha256": "cc0828296d6e4cb3eff762c6fafaf4c294cbcc65e5c9b18339ae17a5c7ad897b" }, "downloads": -1, "filename": "bitcoin_graph-0.1a1-py3-none-any.whl", "has_sig": false, "md5_digest": "f3d4185f835c5c4b98eb8617cda840f0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 17336, "upload_time": "2019-10-10T01:36:34", "url": "https://files.pythonhosted.org/packages/d8/6f/a61928ee68f163dc0d98d228b410f389f00d4d03b0b532efceb27a8579ff/bitcoin_graph-0.1a1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "83b509d58e3ad021c24293da30a21970", "sha256": "d439dc06424abd64f9bfea83cc6f839abe52b6b3d650c784dbd8cc294192e178" }, "downloads": -1, "filename": "bitcoin_graph-0.1a1.tar.gz", "has_sig": false, "md5_digest": "83b509d58e3ad021c24293da30a21970", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4205, "upload_time": "2019-10-10T01:36:37", "url": "https://files.pythonhosted.org/packages/1a/79/d440934ad4196e8b7d879e1ad4649311e4e3a0f6fa9a4708f5f84d19ea32/bitcoin_graph-0.1a1.tar.gz" } ] }