Skip to main content

Create dict from MySQL query result text.

Project description

=====================
mysqlqueryresult2dict
=====================


Description
===========

Create dict from MySQL query result text.
python port of https://github.com/koyachi/ruby-hash-from_mysql_query_result .

Example
=======

.. code:: python
import mysqlqueryresult2dict

DATA = '''mysql> SELECT * FROM foo;
+----+-------+
| id | value |
+----+-------+
| 1 | A |
| 2 | b |
| 3 | C |
+----+-------+
3 rows in set (0.01 sec)


dict = mysqlqueryresult2dict.parse_text(DATA)
print dict

Author
======

koyachi, rtk2106@gmail.com

License
=======

mysqlquery2dict is avairable under the MIT license. See the LICENSE file for more info.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mysqlqueryresult2dict-0.0.1.tar.gz (2.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page