{ "info": { "author": "Brad Montgomery", "author_email": "brad@bradmontgomery.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "Intended Audience :: System Administrators", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Security", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": "ninethreesix\n============\n\n|version| |license|\n\na password generator\n\n\nusage\n-----\n\nFrom python::\n\n >>> from ninethreesix import Password\n >>> p = Password(num_words=3, min_len=3, max_len=6)\n >>> p.as_string()\n 'whelp-word-out'\n\nOr run the module directly::\n\n $ python -m ninethreesix.password\n\n show-sine-Troy\n\n\nwhat's with the name?\n---------------------\n\nSee: `http://xckd.com/936/ `_\n\n\nlicense\n-------\n\nThe code here is available under the MIT license.\n\n\nword list\n---------\n\nThe bundled word list comes from the Moby Word list by Grady Ward, which is\nlisted in the public domain.\n\nThe bundled word file is COMMON.TXT, which is:\n\n 74,550 common dictionary words (common.txt)\n A list of words in common with two or more published dictionaries.\n This gives the developer of a custom spelling checker a good\n beginning pool of relatively common words.\n\nFor the original sources, see:\n`http://www.gutenberg.org/ebooks/3201 <(http://www.gutenberg.org/ebooks/3201>`_\n\n.. |version| image:: http://img.shields.io/pypi/v/python-ninethreesix.svg?style=flat-square\n :alt: Current Release\n :target: https://pypi.python.org/pypi/python-ninethreesix/\n\n.. |license| image:: http://img.shields.io/pypi/l/python-ninethreesix.svg?style=flat-square\n :alt: License\n :target: https://pypi.python.org/pypi/python-ninethreesix/", "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/bradmontgomery/python-ninethreesix", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "python-ninethreesix", "package_url": "https://pypi.org/project/python-ninethreesix/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/python-ninethreesix/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/bradmontgomery/python-ninethreesix" }, "release_url": "https://pypi.org/project/python-ninethreesix/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "a password generator inspired by http://xkcd.com/936/", "version": "0.1.1" }, "last_serial": 1491065, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "20043bd9cea7f3a54033042f60a3b944", "sha256": "ee1a8c2389acd42bf8b78cb89db8915149ecd1c8e859f84955cd4b230b89213c" }, "downloads": -1, "filename": "python-ninethreesix-0.1.0.tar.gz", "has_sig": false, "md5_digest": "20043bd9cea7f3a54033042f60a3b944", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3095, "upload_time": "2015-04-04T17:13:54", "url": "https://files.pythonhosted.org/packages/55/e0/ebe78e408d269e454a0579a459f3843ef3559f74b1e44c52dce498651771/python-ninethreesix-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "bf51a7eaa9218760bdeb4357236b8c72", "sha256": "72594dab03a6807adb2565a8b962c4663d0b7619ffff130d27094f3421953f41" }, "downloads": -1, "filename": "python-ninethreesix-0.1.1.tar.gz", "has_sig": false, "md5_digest": "bf51a7eaa9218760bdeb4357236b8c72", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 281296, "upload_time": "2015-04-04T19:48:59", "url": "https://files.pythonhosted.org/packages/5f/5b/22a86a533155f3d09baeee06da00d420d02e61f4ccaf785c70dab2da4e55/python-ninethreesix-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bf51a7eaa9218760bdeb4357236b8c72", "sha256": "72594dab03a6807adb2565a8b962c4663d0b7619ffff130d27094f3421953f41" }, "downloads": -1, "filename": "python-ninethreesix-0.1.1.tar.gz", "has_sig": false, "md5_digest": "bf51a7eaa9218760bdeb4357236b8c72", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 281296, "upload_time": "2015-04-04T19:48:59", "url": "https://files.pythonhosted.org/packages/5f/5b/22a86a533155f3d09baeee06da00d420d02e61f4ccaf785c70dab2da4e55/python-ninethreesix-0.1.1.tar.gz" } ] }