{ "info": { "author": "fiatjaf", "author_email": "fiatjaf@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.7" ], "description": "The simplest Bitcoin Core RPC library for when you're trying to test stuff.\n\n```bash\nbitcoind -regtest -rpcuser=user -rpcpassword=pass\n```\n\n```python\nfrom bitcoin import BitcoinRPC\n\nrpc = BitcoinRPC('http://127.0.0.1:18443', 'user', 'pass')\nblocks = rpc.generate(101)\ntx = rpc.sendtoaddress(address, 20)\n```\n\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/fiatjaf/bitcoin-requests", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "bitcoin-requests", "package_url": "https://pypi.org/project/bitcoin-requests/", "platform": "", "project_url": "https://pypi.org/project/bitcoin-requests/", "project_urls": { "Homepage": "https://github.com/fiatjaf/bitcoin-requests" }, "release_url": "https://pypi.org/project/bitcoin-requests/1.0.0/", "requires_dist": [ "requests" ], "requires_python": "", "summary": "Simplest Bitcoin Core RPC interface.", "version": "1.0.0" }, "last_serial": 4832990, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "5124c1fa84632bc90d4904df354ae2a7", "sha256": "35ff8e433768ba5b2d19092787a6e7b4b9b9355349e736a6e2723f405a8ecd4d" }, "downloads": -1, "filename": "bitcoin_requests-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "5124c1fa84632bc90d4904df354ae2a7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2290, "upload_time": "2019-02-18T02:01:40", "url": "https://files.pythonhosted.org/packages/3c/34/78cb73eb17ba2dde6c178b124b7d6c4ab632eba61052d48f8fcd6bb97c73/bitcoin_requests-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "572641333b230563629114fbdbb29f95", "sha256": "2ca4fdcf764d9aff30c2ec6aa572e098821894a200fee39a637fed5ceefe1579" }, "downloads": -1, "filename": "bitcoin-requests-1.0.0.tar.gz", "has_sig": false, "md5_digest": "572641333b230563629114fbdbb29f95", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1853, "upload_time": "2019-02-18T02:01:41", "url": "https://files.pythonhosted.org/packages/c3/cd/d921e3dd36aae7d8560b87bf1bae1aab1e7481646d16fe08da4bf7216c2a/bitcoin-requests-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5124c1fa84632bc90d4904df354ae2a7", "sha256": "35ff8e433768ba5b2d19092787a6e7b4b9b9355349e736a6e2723f405a8ecd4d" }, "downloads": -1, "filename": "bitcoin_requests-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "5124c1fa84632bc90d4904df354ae2a7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2290, "upload_time": "2019-02-18T02:01:40", "url": "https://files.pythonhosted.org/packages/3c/34/78cb73eb17ba2dde6c178b124b7d6c4ab632eba61052d48f8fcd6bb97c73/bitcoin_requests-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "572641333b230563629114fbdbb29f95", "sha256": "2ca4fdcf764d9aff30c2ec6aa572e098821894a200fee39a637fed5ceefe1579" }, "downloads": -1, "filename": "bitcoin-requests-1.0.0.tar.gz", "has_sig": false, "md5_digest": "572641333b230563629114fbdbb29f95", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1853, "upload_time": "2019-02-18T02:01:41", "url": "https://files.pythonhosted.org/packages/c3/cd/d921e3dd36aae7d8560b87bf1bae1aab1e7481646d16fe08da4bf7216c2a/bitcoin-requests-1.0.0.tar.gz" } ] }