{ "info": { "author": "David Buckley", "author_email": "buckley.w.david@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.6" ], "description": "# Meatspace Password Generator\n\nGenerate passwords from real world phenomena\n\n# Usage\n``` $ meatgen --help\nusage: meatgen [-h] [-d DELIMITER] [--wordlist WORDLIST] key [key ...]\n\nGenerate passwords from real world phenomena\n\npositional arguments:\n key A sequence of keys from the wordlist\n\noptional arguments:\n -h, --help show this help message and exit\n -d DELIMITER, --delimiter DELIMITER\n The string that separates keys and values in the\n wordlist\n --wordlist WORDLIST Path to a file container a wordlist\n```\n\nThe wordlist is also accepted over `STDIN`.\n\n## Wordlist\nA wordlist is simple a textfile containing lines in the form of \"{KEY}{DELIMITER}{VALUE}\\n\", this list is parsed at the beginning of execution and used to generate the output.\nAny lines not matching this format will simply be ignored.\n\nTypically each password generation technique comes with it's own wordlists. The most well known is [diceware](http://world.std.com/~reinhold/diceware.html), but alternative techniques exist as well, such as [pokerware](https://github.com/skeeto/pokerware).\n\n## Examples\n```\n$ meatgen --wordlist /home/example-user/Documents/pokerware-formal.txt ACADD ACTCC 3C4CH 5STHS\nabide anemia fake peace\n$ cat /home/example-user/Documents/pokerware-formal.txt | meatgen ACADD ACTCC 3C4CH 5STHS\nabide anemia fake peace\n$ meatgen --wordlist /home/example-user/Documents/diceware.wordlist.asc 11136\nabbot\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": "http://github.com/buckley-w-david/Meatspace-password-generator", "keywords": "", "license": "UNLICENSE", "maintainer": "", "maintainer_email": "", "name": "meatgen", "package_url": "https://pypi.org/project/meatgen/", "platform": "", "project_url": "https://pypi.org/project/meatgen/", "project_urls": { "Homepage": "http://github.com/buckley-w-david/Meatspace-password-generator" }, "release_url": "https://pypi.org/project/meatgen/0.1.3/", "requires_dist": null, "requires_python": "", "summary": "Generate passwords via real world phenomena", "version": "0.1.3" }, "last_serial": 5682880, "releases": { "0.1.3": [ { "comment_text": "", "digests": { "md5": "17b76005dad3e26df43771dae606d1ee", "sha256": "18bfde5a4d39560410fc0cdb44df8f7f5a9fb3953a9cbde9bcee2392f60e43cb" }, "downloads": -1, "filename": "meatgen-0.1.3-py3-none-any.whl", "has_sig": false, "md5_digest": "17b76005dad3e26df43771dae606d1ee", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3121, "upload_time": "2019-08-15T15:50:13", "url": "https://files.pythonhosted.org/packages/e5/34/1b727fb8593ee3b2e8e660f0d93d69c16e3f31410cf0a1f59266e9315b0f/meatgen-0.1.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f73e9965c55c834a0b9491e23ea2cf40", "sha256": "3025e253a7b49a194e2d85c433f1cffa2140594604fea99cad566f132fa21c26" }, "downloads": -1, "filename": "meatgen-0.1.3.tar.gz", "has_sig": false, "md5_digest": "f73e9965c55c834a0b9491e23ea2cf40", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2457, "upload_time": "2019-08-15T15:50:15", "url": "https://files.pythonhosted.org/packages/61/7a/4077c4fd0f8d5f92f1d82b79dd83d9dd0c597a70e59863f1767c2dced471/meatgen-0.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "17b76005dad3e26df43771dae606d1ee", "sha256": "18bfde5a4d39560410fc0cdb44df8f7f5a9fb3953a9cbde9bcee2392f60e43cb" }, "downloads": -1, "filename": "meatgen-0.1.3-py3-none-any.whl", "has_sig": false, "md5_digest": "17b76005dad3e26df43771dae606d1ee", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3121, "upload_time": "2019-08-15T15:50:13", "url": "https://files.pythonhosted.org/packages/e5/34/1b727fb8593ee3b2e8e660f0d93d69c16e3f31410cf0a1f59266e9315b0f/meatgen-0.1.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f73e9965c55c834a0b9491e23ea2cf40", "sha256": "3025e253a7b49a194e2d85c433f1cffa2140594604fea99cad566f132fa21c26" }, "downloads": -1, "filename": "meatgen-0.1.3.tar.gz", "has_sig": false, "md5_digest": "f73e9965c55c834a0b9491e23ea2cf40", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2457, "upload_time": "2019-08-15T15:50:15", "url": "https://files.pythonhosted.org/packages/61/7a/4077c4fd0f8d5f92f1d82b79dd83d9dd0c597a70e59863f1767c2dced471/meatgen-0.1.3.tar.gz" } ] }