{ "info": { "author": "mingtak", "author_email": "andy@mingtak.com.tw", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python :: 2.7", "Programming Language :: SQL" ], "description": "Mysql connection parameters defined in a text file, reads the parameter file and return the connection parameter's dict\r\n\r\n**example:**\r\n\r\nFirst, you must have a parameter file, which reads as follows:\r\n\r\n# mysql Connection parameters\r\n\r\nhost=localhost\r\n\r\npassword=password\r\n\r\nuser=userid\r\n\r\ndatabase=dbname\r\n\r\n\r\n\r\n**Then**,you can use this package in your python program\r\n\r\n>>>import getMysqlConnPara\r\n\r\n>>>getMysqlConnPara.getMysqlConnPara('/home/user/conn.conf')\r\n\r\n{'host': 'localhost', 'password': 'password', 'user': 'userid', 'database': 'dbname'}", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.mingtak.com.tw", "keywords": "", "license": "UNKNOWN", "maintainer": "", "maintainer_email": "", "name": "getMysqlConnPara", "package_url": "https://pypi.org/project/getMysqlConnPara/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/getMysqlConnPara/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.mingtak.com.tw" }, "release_url": "https://pypi.org/project/getMysqlConnPara/2.0.0/", "requires_dist": null, "requires_python": null, "summary": "Mysql connection parameters defined in a text file, reads the parameter file and return the connection parameter's dict", "version": "2.0.0" }, "last_serial": 792348, "releases": { "1.0.2": [ { "comment_text": "", "digests": { "md5": "f68317c40b316dfb30c214f2cb0cc5fd", "sha256": "5be6d92b6bb935f5e2287d02835850d237d3b60eb566b1b6ff116dd8d212df30" }, "downloads": -1, "filename": "getMysqlConnPara-1.0.2.tar.gz", "has_sig": false, "md5_digest": "f68317c40b316dfb30c214f2cb0cc5fd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1495, "upload_time": "2013-04-23T12:29:24", "url": "https://files.pythonhosted.org/packages/59/83/6be6184d08d28ccd8b5393b9afbd9601a3f9c219962e22fc7fb58c1204cb/getMysqlConnPara-1.0.2.tar.gz" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "fe271367e6a4f10923d1b0b0eee46a24", "sha256": "7118e817cf4d6efeaeb79ca288144925e6cddce1ab794336e15888e5a57fc7dd" }, "downloads": -1, "filename": "getMysqlConnPara-2.0.0.tar.gz", "has_sig": false, "md5_digest": "fe271367e6a4f10923d1b0b0eee46a24", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1517, "upload_time": "2013-04-23T14:00:54", "url": "https://files.pythonhosted.org/packages/56/16/f65ffdfa6c536f4dc744a716e6e963bdd0b18a53ab42af8ea8d8d53ce6b5/getMysqlConnPara-2.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fe271367e6a4f10923d1b0b0eee46a24", "sha256": "7118e817cf4d6efeaeb79ca288144925e6cddce1ab794336e15888e5a57fc7dd" }, "downloads": -1, "filename": "getMysqlConnPara-2.0.0.tar.gz", "has_sig": false, "md5_digest": "fe271367e6a4f10923d1b0b0eee46a24", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1517, "upload_time": "2013-04-23T14:00:54", "url": "https://files.pythonhosted.org/packages/56/16/f65ffdfa6c536f4dc744a716e6e963bdd0b18a53ab42af8ea8d8d53ce6b5/getMysqlConnPara-2.0.0.tar.gz" } ] }