{ "info": { "author": "Jay Carlson", "author_email": "nop@nop.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# bip39gen: wordlist generator for Python\n\n[Bitcoin BIP39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) includes wordlists. These wordlists are useful for generating easily-typed but strongly random strings. The wordlists are 2048 words long, so each word carries 11 bits of information; a generated six-word passphrase has 66 bits of entropy, sufficient for most passwords.\n\nThis module does *not* attempt to encode or decode BIP39 keys; it just manages wordlists, and provides convenience methods for generating strongly random lists of words from them.\n\n## `bip39gen` command\n\n[`--lang` *lang*]\n\n[`--separator` *separator*]\n\n[`--count` *count*]\n\n[*length*]\n\nGenerate *count* lines, each with *length* words, separated by *separator*.\n\nOnly the English (`en`) wordlist is shipped.\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/nopdotcom/bip39gen", "keywords": "bip39 bip039", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "bip39gen", "package_url": "https://pypi.org/project/bip39gen/", "platform": "", "project_url": "https://pypi.org/project/bip39gen/", "project_urls": { "Homepage": "https://github.com/nopdotcom/bip39gen" }, "release_url": "https://pypi.org/project/bip39gen/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "Generate random BIP-039 wordlists", "version": "1.0.0" }, "last_serial": 5344688, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "b97065c8a5b946bb9d68a696b14d3550", "sha256": "bed6741c8ebfbaa67ce8147a398a54c1d8236c3224f2b0bc1dcf1ec441d0b40b" }, "downloads": -1, "filename": "bip39gen-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "b97065c8a5b946bb9d68a696b14d3550", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10828, "upload_time": "2019-05-31T21:57:34", "url": "https://files.pythonhosted.org/packages/af/ad/8cb54f0c4ac420d42d2384bf60c09e4574bc4d40640426e15e0a4274aef4/bip39gen-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "10f84c9ae0c5714a896944fb6f6fd18c", "sha256": "9e41648a068daa267bee4345fa787064a2618b9bb6696da82d89bab4a299aed3" }, "downloads": -1, "filename": "bip39gen-1.0.0.tar.gz", "has_sig": false, "md5_digest": "10f84c9ae0c5714a896944fb6f6fd18c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9415, "upload_time": "2019-05-31T21:57:35", "url": "https://files.pythonhosted.org/packages/90/21/2ada709ccaeedef8334332cff3d6420fb2e0bb157e24cafad320b83ff08c/bip39gen-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b97065c8a5b946bb9d68a696b14d3550", "sha256": "bed6741c8ebfbaa67ce8147a398a54c1d8236c3224f2b0bc1dcf1ec441d0b40b" }, "downloads": -1, "filename": "bip39gen-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "b97065c8a5b946bb9d68a696b14d3550", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10828, "upload_time": "2019-05-31T21:57:34", "url": "https://files.pythonhosted.org/packages/af/ad/8cb54f0c4ac420d42d2384bf60c09e4574bc4d40640426e15e0a4274aef4/bip39gen-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "10f84c9ae0c5714a896944fb6f6fd18c", "sha256": "9e41648a068daa267bee4345fa787064a2618b9bb6696da82d89bab4a299aed3" }, "downloads": -1, "filename": "bip39gen-1.0.0.tar.gz", "has_sig": false, "md5_digest": "10f84c9ae0c5714a896944fb6f6fd18c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9415, "upload_time": "2019-05-31T21:57:35", "url": "https://files.pythonhosted.org/packages/90/21/2ada709ccaeedef8334332cff3d6420fb2e0bb157e24cafad320b83ff08c/bip39gen-1.0.0.tar.gz" } ] }