{ "info": { "author": "Robert-Reinder Nederhoed", "author_email": "r.r.nederhoed@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python" ], "description": "python-bitcoinadress\n====================\nBitcoin address validation\n\n2012-12-14 R.R. Nederhoed\nhttps://github.com/nederhoed/python-bitcoinadress\nPlease give feedback.\n\n\nOriginal author probably:\n http://paddy3118.blogspot.nl/2012/11/some-identities-for-python-inttobytes.html\n\nCopied from: \n http://rosettacode.org/wiki/Bitcoin/address_validation#Python\n\nI packaged it to be available to everyone via The Cheese Shop (pypi):\n http://pypi.python.org/pypi/python-bitcoinaddress\n\n\nIf you use this module, support me with bitcoins! Any amount is appreciated.\n`1qYsJbtEWAeXMsbgxUgGsJsAp3VArsBRd`\n\nHistory\n-------\n### 2013-08-12\n* Invalidate addresses with non-base58 characters\n Leading or trailing spaces will invalidate your address. Strip them before\n validating the address.\n\n### 2012-12-14\n* Renamed the `check_bc` function to `validate` for ease of use.\n* Added check if the base58-re-encoded address matches the original address\n Relevant for short addresses with a valid check, but invalid format.\n For example: `14oLvT2`\n The valid version of that address is: `1111111111111111111114oLvT2`\n* Added alternatives for `long.to_bytes` and `long.from_bytes` for Python \n versions prior to 3.2\n* Added unit tests", "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/nederhoed/python-bitcoinaddress", "keywords": "bitcoin address validation", "license": "GPLv3", "maintainer": null, "maintainer_email": null, "name": "python-bitcoinaddress", "package_url": "https://pypi.org/project/python-bitcoinaddress/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/python-bitcoinaddress/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/nederhoed/python-bitcoinaddress" }, "release_url": "https://pypi.org/project/python-bitcoinaddress/0.2.2/", "requires_dist": null, "requires_python": null, "summary": "Python bitcoin address validation", "version": "0.2.2" }, "last_serial": 838229, "releases": { "0.2.1": [ { "comment_text": "", "digests": { "md5": "fb5a97cc06c57d1a84725b5c3fbd867e", "sha256": "296c03a3086481b7b855ee4c43e5e3b8a0de4abe83366f482d06dff32f8851dd" }, "downloads": -1, "filename": "python-bitcoinaddress-0.2.1.tar.gz", "has_sig": false, "md5_digest": "fb5a97cc06c57d1a84725b5c3fbd867e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7900, "upload_time": "2012-12-15T01:19:07", "url": "https://files.pythonhosted.org/packages/ab/92/4b21003e897ad285d9d1da767280d3cadd464534d933c7528853e0184805/python-bitcoinaddress-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "435540b9260e14b7cd6c7bc68a7fb1ad", "sha256": "910e50af7d197ce34045ba0cfaf750a8b4fe249afdb608473b61d560a30e2dea" }, "downloads": -1, "filename": "python-bitcoinaddress-0.2.2.tar.gz", "has_sig": false, "md5_digest": "435540b9260e14b7cd6c7bc68a7fb1ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8171, "upload_time": "2013-08-12T14:04:18", "url": "https://files.pythonhosted.org/packages/f3/44/b7ba0c3a9bc2b8a19bac4c18b55768c42046daccf2d1bf1e98842b3f169d/python-bitcoinaddress-0.2.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "435540b9260e14b7cd6c7bc68a7fb1ad", "sha256": "910e50af7d197ce34045ba0cfaf750a8b4fe249afdb608473b61d560a30e2dea" }, "downloads": -1, "filename": "python-bitcoinaddress-0.2.2.tar.gz", "has_sig": false, "md5_digest": "435540b9260e14b7cd6c7bc68a7fb1ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8171, "upload_time": "2013-08-12T14:04:18", "url": "https://files.pythonhosted.org/packages/f3/44/b7ba0c3a9bc2b8a19bac4c18b55768c42046daccf2d1bf1e98842b3f169d/python-bitcoinaddress-0.2.2.tar.gz" } ] }