Name | bech32 JSON |
Version |
1.2.0
JSON |
| download |
home_page | https://github.com/fiatjaf/bech32 |
Summary | Reference implementation for Bech32 and segwit addresses. |
upload_time | 2020-02-17 15:31:09 |
maintainer | fiatjaf |
docs_url | None |
author | |
requires_python | >=3.5 |
license | MIT |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
|
coveralls test coverage |
No coveralls.
|
bech32
======
Since this implementation wasn't in a place that was easy to use for Python programmers I took it from from https://github.com/rustyrussell/lightning-payencode and published [on GitHub](https://github.com/fiatjaf/bech32) and [on PyPI](https://pypi.org/project/bech32/).
The original version of this package is probably the one at https://github.com/sipa/bech32/tree/master/ref/python, but apparently Rusty Russel commented out the 90-length limit of bech32-encoded stuff so it could be used for Lightning invoices. Let's keep that change.
Install
-------
```
pip install bech32
```
Raw data
{
"_id": null,
"home_page": "https://github.com/fiatjaf/bech32",
"name": "bech32",
"maintainer": "fiatjaf",
"docs_url": null,
"requires_python": ">=3.5",
"maintainer_email": "fiatjaf@alhur.es",
"keywords": "",
"author": "",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/ab/fe/b67ac9b123e25a3c1b8fc3f3c92648804516ab44215adb165284e024c43f/bech32-1.2.0.tar.gz",
"platform": "",
"description": "bech32\n======\n\nSince this implementation wasn't in a place that was easy to use for Python programmers I took it from from https://github.com/rustyrussell/lightning-payencode and published [on GitHub](https://github.com/fiatjaf/bech32) and [on PyPI](https://pypi.org/project/bech32/).\n\nThe original version of this package is probably the one at https://github.com/sipa/bech32/tree/master/ref/python, but apparently Rusty Russel commented out the 90-length limit of bech32-encoded stuff so it could be used for Lightning invoices. Let's keep that change.\n\nInstall\n-------\n\n```\npip install bech32\n```\n\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Reference implementation for Bech32 and segwit addresses.",
"version": "1.2.0",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "cc97d7de03e5b69eb795fc28ebb8025f",
"sha256": "990dc8e5a5e4feabbdf55207b5315fdd9b73db40be294a19b3752cde9e79d981"
},
"downloads": -1,
"filename": "bech32-1.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "cc97d7de03e5b69eb795fc28ebb8025f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.5",
"size": 4587,
"upload_time": "2020-02-17T15:31:08",
"upload_time_iso_8601": "2020-02-17T15:31:08.299825Z",
"url": "https://files.pythonhosted.org/packages/b6/41/7022a226e5a6ac7091a95ba36bad057012ab7330b9894ad4e14e31d0b858/bech32-1.2.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "410353aa23912ce07158955187f1bfcc",
"sha256": "7d6db8214603bd7871fcfa6c0826ef68b85b0abd90fa21c285a9c5e21d2bd899"
},
"downloads": -1,
"filename": "bech32-1.2.0.tar.gz",
"has_sig": false,
"md5_digest": "410353aa23912ce07158955187f1bfcc",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.5",
"size": 3695,
"upload_time": "2020-02-17T15:31:09",
"upload_time_iso_8601": "2020-02-17T15:31:09.763019Z",
"url": "https://files.pythonhosted.org/packages/ab/fe/b67ac9b123e25a3c1b8fc3f3c92648804516ab44215adb165284e024c43f/bech32-1.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2020-02-17 15:31:09",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "fiatjaf",
"github_project": "bech32",
"travis_ci": true,
"coveralls": false,
"github_actions": false,
"lcname": "bech32"
}