![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
mysqlqueryresult2dict
Advanced tools
Create dict from MySQL query result text. python port of https://github.com/koyachi/ruby-hash-from_mysql_query_result .
.. 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
koyachi, rtk2106@gmail.com
mysqlquery2dict is avairable under the MIT license. See the LICENSE file for more info.
FAQs
Create dict from MySQL query result text.
We found that mysqlqueryresult2dict demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.