{ "info": { "author": "Erik van Widenfelt", "author_email": "ew2789@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "|pypi| |travis| |codecov| |downloads|\n\nMempass\n-------\n\nSimple memorizable password generator\n\nSee http://xkcd.com/936/\n\nAdapted from https://github.com/jesterpm/bin/blob/master/mkpasswd\n\n\n.. code-block:: bash\n\n pip install mempass\n\n\non the command line\n\n.. code-block:: bash\n\n $ mempass 4\n password: celeriac waggable endoss oxytocia\n score: Strong! (4)\n\n\nin python\n\n.. code-block:: python\n\n >>> from mempass import mkpassword\n >>> password = mkpassword(4)\n >>> print(password)\n celeriac waggable endoss oxytocia\n\nor\n\n.. code-block:: python\n\n >>> from mempass import PasswordGenerator\n >>> pwgen = PasswordGenerator(nwords=4)\n >>> print(pwgen.password)\n celeriac waggable endoss oxytocia\n\n >>> print(pwgen.score)\n 4\n\n >>> print(pwgen.warning)\n \"\"\n\n >>> print(pwgen.suggestions)\n \"\"\n\n\n.. |pypi| image:: https://img.shields.io/pypi/v/mempass.svg\n :target: https://pypi.python.org/pypi/mempass\n\n.. |travis| image:: https://travis-ci.com/erikvw/mempass.svg?branch=develop\n :target: https://travis-ci.com/erikvw/mempass\n\n.. |codecov| image:: https://codecov.io/gh/erikvw/mempass/branch/develop/graph/badge.svg\n :target: https://codecov.io/gh/erikvw/mempass\n\n.. |downloads| image:: https://pepy.tech/badge/mempass\n :target: https://pepy.tech/project/mempass\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/erikvw/mempass", "keywords": "memorizable password", "license": "GPL license, see LICENSE", "maintainer": "", "maintainer_email": "", "name": "mempass", "package_url": "https://pypi.org/project/mempass/", "platform": "", "project_url": "https://pypi.org/project/mempass/", "project_urls": { "Homepage": "http://github.com/erikvw/mempass" }, "release_url": "https://pypi.org/project/mempass/0.1.2/", "requires_dist": [ "zxcvbn" ], "requires_python": ">=3.6", "summary": "Simple memorizable password generator.", "version": "0.1.2" }, "last_serial": 4961100, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "9acd88744e5f3efb596517f28a502f6a", "sha256": "255284c95e4b62ea099b09e3c5eb7d11c56dbc60c9c2a9638132e3141d96706f" }, "downloads": -1, "filename": "mempass-0.1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "9acd88744e5f3efb596517f28a502f6a", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": ">=3.6", "size": 15579, "upload_time": "2019-03-19T17:45:39", "url": "https://files.pythonhosted.org/packages/53/bf/2b77659a6860ca655d99d0658c23e2abce86720a359c621c76331b1d734f/mempass-0.1.0-py2-none-any.whl" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "019bdfd202ce8102dae03f35200a1265", "sha256": "d1ada2216b4c0ba91935b00f558211d2c1c4589f93fe7c26290fe473979e5a1b" }, "downloads": -1, "filename": "mempass-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "019bdfd202ce8102dae03f35200a1265", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 15579, "upload_time": "2019-03-19T17:59:50", "url": "https://files.pythonhosted.org/packages/13/88/ad037a9a470e90f602c3369e657b9f7352238dac59cd3b70c5a9fe928bb4/mempass-0.1.1-py3-none-any.whl" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "0d6070e79cf70f2f33cfa2cc2ceee42b", "sha256": "b9c862fef1542c1c85058ab3dc478af2d33761ab1bbbedaed8d488e087ee0313" }, "downloads": -1, "filename": "mempass-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "0d6070e79cf70f2f33cfa2cc2ceee42b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 16464, "upload_time": "2019-03-19T21:50:18", "url": "https://files.pythonhosted.org/packages/5e/59/1ad939058d3dc0dd69942b3220e1ce279777de5a08f8df197e26d0d513f8/mempass-0.1.2-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0d6070e79cf70f2f33cfa2cc2ceee42b", "sha256": "b9c862fef1542c1c85058ab3dc478af2d33761ab1bbbedaed8d488e087ee0313" }, "downloads": -1, "filename": "mempass-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "0d6070e79cf70f2f33cfa2cc2ceee42b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 16464, "upload_time": "2019-03-19T21:50:18", "url": "https://files.pythonhosted.org/packages/5e/59/1ad939058d3dc0dd69942b3220e1ce279777de5a08f8df197e26d0d513f8/mempass-0.1.2-py3-none-any.whl" } ] }