{ "info": { "author": "koyachi", "author_email": "rtk2106@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7" ], "description": "=====================\nmysqlqueryresult2dict\n=====================\n\n\nDescription\n===========\n\nCreate dict from MySQL query result text.\npython port of https://github.com/koyachi/ruby-hash-from_mysql_query_result .\n\nExample\n=======\n\n.. code:: python\n import mysqlqueryresult2dict\n \n DATA = '''mysql> SELECT * FROM foo;\n +----+-------+\n | id | value |\n +----+-------+\n | 1 | A |\n | 2 | b |\n | 3 | C |\n +----+-------+\n 3 rows in set (0.01 sec)\n \n \n dict = mysqlqueryresult2dict.parse_text(DATA)\n print dict\n\nAuthor\n======\n\nkoyachi, rtk2106@gmail.com\n\nLicense\n=======\n\nmysqlquery2dict is avairable under the MIT license. See the LICENSE file for more info.", "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/koyachi/mysqlqueryresult2dict", "keywords": null, "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "mysqlqueryresult2dict", "package_url": "https://pypi.org/project/mysqlqueryresult2dict/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/mysqlqueryresult2dict/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/koyachi/mysqlqueryresult2dict" }, "release_url": "https://pypi.org/project/mysqlqueryresult2dict/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Create dict from MySQL query result text.", "version": "0.0.1" }, "last_serial": 1069054, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "14c3a74fcbcaff7b3d2cb725d7c98452", "sha256": "62543edbdee182b5add11d81cbe47b36d6e718afac2ee1a60ea34336a87de7b3" }, "downloads": -1, "filename": "mysqlqueryresult2dict-0.0.1.tar.gz", "has_sig": false, "md5_digest": "14c3a74fcbcaff7b3d2cb725d7c98452", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2373, "upload_time": "2014-04-23T11:17:17", "url": "https://files.pythonhosted.org/packages/46/25/6e8313f8597a2f8c2ad355834b5750a51f1563943aa9a26dad6fce949624/mysqlqueryresult2dict-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "14c3a74fcbcaff7b3d2cb725d7c98452", "sha256": "62543edbdee182b5add11d81cbe47b36d6e718afac2ee1a60ea34336a87de7b3" }, "downloads": -1, "filename": "mysqlqueryresult2dict-0.0.1.tar.gz", "has_sig": false, "md5_digest": "14c3a74fcbcaff7b3d2cb725d7c98452", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2373, "upload_time": "2014-04-23T11:17:17", "url": "https://files.pythonhosted.org/packages/46/25/6e8313f8597a2f8c2ad355834b5750a51f1563943aa9a26dad6fce949624/mysqlqueryresult2dict-0.0.1.tar.gz" } ] }