{ "info": { "author": "jamesg31", "author_email": "jamie.gardner25@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Password System\nThanks for checking out Password System. This will run you through all you need to get started with a full login system for your application. Please read the complete README so that you understand how to use the library.\n\n## Downloading / Installing:\nYou can either download Password System through Github directly at https://github.com/jamesg31/Password-System or using `python -m pip install password-system`\n\nThen import using `import passsys`\n\n## Setup:\n\nTo setup you use the `passsys.setup(Data File)`\n\n**Please note you need to create that file for the password system to work!**\n\n## Adding Users:\nAdd a username and password with `passsys.addUser(username, password)` replacing username and password with the username and password variables.\n\nExample:\n\n username = input(\"Username: \")\n password = input(\"Password: \")\n passsys.addUser(username, password)\n\n## Checking Users:\nTo check a username and password against the database use the `passsys.checkUser(username, password)` which will return either *True* or *False* depending on whether the details matched details in the database.\n\nExample:\n\n username = input(\"Username: \")\n password = input(\"Password: \")\n if passsys.checkUser(username, password) == True:\n\t print(\"Login Successful\")\n\telse:\n\t\tprint(\"Login Unsuccessful\")\n\n## Saving:\nAt the end of your script, or when you complete the login process in the script, use the `passsys.save()` command to save all the changes to the database.\n\n## Complete Example:\nYou can view a complete example of the Password Systems implementation at https://github.com/jamesg31/Password-System/blob/master/demo.py\n\n## Support:\nIf you have any problems, please report it by making a new issue at https://github.com/jamesg31/Password-System/issues Please ensure you have read the complete README before creating a issue as your problem may be solved here.\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/jamesg31/Password-System", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "password-system", "package_url": "https://pypi.org/project/password-system/", "platform": "", "project_url": "https://pypi.org/project/password-system/", "project_urls": { "Homepage": "https://github.com/jamesg31/Password-System" }, "release_url": "https://pypi.org/project/password-system/1.0/", "requires_dist": null, "requires_python": "", "summary": "A complete password system.", "version": "1.0" }, "last_serial": 3974891, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "48d6943a597ed0fb8828dff2fa13b0a9", "sha256": "c460e4b79f43639219626a68a3f5dd8ebbfc28e505e827ad6875f792015e6e80" }, "downloads": -1, "filename": "password_system-1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "48d6943a597ed0fb8828dff2fa13b0a9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2149, "upload_time": "2018-06-18T21:14:11", "url": "https://files.pythonhosted.org/packages/10/3c/6b106c13e88b9567bf60ad1013f9deda3c35fb9a21d465fef92c7fb4b85f/password_system-1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f542bca3d463ada14a750bc368ab4812", "sha256": "f7db05ce7660c45aafb80e080bffb65e1ded07886557490a40366fbed83296a4" }, "downloads": -1, "filename": "password_system-1.0.tar.gz", "has_sig": false, "md5_digest": "f542bca3d463ada14a750bc368ab4812", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1855, "upload_time": "2018-06-18T21:14:12", "url": "https://files.pythonhosted.org/packages/b8/37/9465ddab999f6f766a72af469a92e0fb442ca0a3d5585332f9e83a28c5d9/password_system-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "48d6943a597ed0fb8828dff2fa13b0a9", "sha256": "c460e4b79f43639219626a68a3f5dd8ebbfc28e505e827ad6875f792015e6e80" }, "downloads": -1, "filename": "password_system-1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "48d6943a597ed0fb8828dff2fa13b0a9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2149, "upload_time": "2018-06-18T21:14:11", "url": "https://files.pythonhosted.org/packages/10/3c/6b106c13e88b9567bf60ad1013f9deda3c35fb9a21d465fef92c7fb4b85f/password_system-1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f542bca3d463ada14a750bc368ab4812", "sha256": "f7db05ce7660c45aafb80e080bffb65e1ded07886557490a40366fbed83296a4" }, "downloads": -1, "filename": "password_system-1.0.tar.gz", "has_sig": false, "md5_digest": "f542bca3d463ada14a750bc368ab4812", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1855, "upload_time": "2018-06-18T21:14:12", "url": "https://files.pythonhosted.org/packages/b8/37/9465ddab999f6f766a72af469a92e0fb442ca0a3d5585332f9e83a28c5d9/password_system-1.0.tar.gz" } ] }