{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [], "description": "# MySQL's login path file reader\n\nDecrypt and parse MySQL's login path file.\n\nSee also: https://dev.mysql.com/doc/refman/8.0/en/mysql-config-editor.html\n\n\n## Example\n\n```console\n$ mysql_config_editor set --login-path=client --host=localhost --user=localuser --password\nEnter password: \n```\n\n```python\nimport myloginpath, MySQLdb\nconf = myloginpath.parse('client')\nprint(conf) # {'host': 'localhost', 'user': 'localuser', 'password': 'secretstring'}\nconn = MySQLdb.connect(**conf, db=\"myapp\")\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": "https://github.com/PyMySQL/myloginpath/", "keywords": "MySQL", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "myloginpath", "package_url": "https://pypi.org/project/myloginpath/", "platform": "", "project_url": "https://pypi.org/project/myloginpath/", "project_urls": { "Homepage": "https://github.com/PyMySQL/myloginpath/" }, "release_url": "https://pypi.org/project/myloginpath/0.0.1/", "requires_dist": [ "cryptography" ], "requires_python": ">=3.4", "summary": "MySQL login path file reader", "version": "0.0.1" }, "last_serial": 3843741, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "8501ec66c3eeffc660d022b5386524a7", "sha256": "1150cec7df3b421adee0cc239499a3f6dbbe41574e2ca7584ec7f5b277cd8c32" }, "downloads": -1, "filename": "myloginpath-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "8501ec66c3eeffc660d022b5386524a7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4", "size": 2925, "upload_time": "2018-05-08T10:55:15", "url": "https://files.pythonhosted.org/packages/07/be/0c27d7b8f331fd0e654322f2148570d378327363e9a4eed290a459de65ab/myloginpath-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "740f4862558b8e230b3fb9d32db88ef7", "sha256": "d6dad5d873247ad1a978f267bc0d5605380bc43ac423a85a81c3536bc103c6c8" }, "downloads": -1, "filename": "myloginpath-0.0.1.tar.gz", "has_sig": false, "md5_digest": "740f4862558b8e230b3fb9d32db88ef7", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 2580, "upload_time": "2018-05-08T10:55:16", "url": "https://files.pythonhosted.org/packages/43/8f/4a191df5f56a47c34d484d49d37a5e8bfd3380cad67207858534c3a76c0d/myloginpath-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8501ec66c3eeffc660d022b5386524a7", "sha256": "1150cec7df3b421adee0cc239499a3f6dbbe41574e2ca7584ec7f5b277cd8c32" }, "downloads": -1, "filename": "myloginpath-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "8501ec66c3eeffc660d022b5386524a7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4", "size": 2925, "upload_time": "2018-05-08T10:55:15", "url": "https://files.pythonhosted.org/packages/07/be/0c27d7b8f331fd0e654322f2148570d378327363e9a4eed290a459de65ab/myloginpath-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "740f4862558b8e230b3fb9d32db88ef7", "sha256": "d6dad5d873247ad1a978f267bc0d5605380bc43ac423a85a81c3536bc103c6c8" }, "downloads": -1, "filename": "myloginpath-0.0.1.tar.gz", "has_sig": false, "md5_digest": "740f4862558b8e230b3fb9d32db88ef7", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 2580, "upload_time": "2018-05-08T10:55:16", "url": "https://files.pythonhosted.org/packages/43/8f/4a191df5f56a47c34d484d49d37a5e8bfd3380cad67207858534c3a76c0d/myloginpath-0.0.1.tar.gz" } ] }