{ "info": { "author": "Fionn Behrens", "author_email": "psql@software.fionet.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Programming Language :: Python", "Programming Language :: SQL", "Topic :: Adaptive Technologies", "Topic :: Database :: Front-Ends", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "This module allows for easy wrapping of SQL tables, simple queries and\r\ntheir results in dictionary-like python datatype objects.\r\nAttn: MySQLdb is currently mandatory for this module!\r\nExample:\r\n\r\n>>> res = myDB.Address.City[\"Oklahoma%\"]\r\n>>> len(res)\r\n2\r\n>>> for r in res:\r\n... print \"%s: %s\"%(r.Name, r.Phone)\r\nJohn Doe: 0405-12345\r\nJoe User: 0405-67890\r\n>>> john = res[0]\r\n>>> john.Phone = '0405-54321'", "description_content_type": null, "docs_url": null, "download_url": "http://software.fionet.com/pSQL/", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://software.fionet.com/pSQL/", "keywords": "datatype, sql, database", "license": "GPL", "maintainer": "Fionn Behrens", "maintainer_email": "psql@software.fionet.com", "name": "pSQL", "package_url": "https://pypi.org/project/pSQL/", "platform": "Linux", "project_url": "https://pypi.org/project/pSQL/", "project_urls": { "Download": "http://software.fionet.com/pSQL/", "Homepage": "http://software.fionet.com/pSQL/" }, "release_url": "https://pypi.org/project/pSQL/0.9.2/", "requires_dist": null, "requires_python": null, "summary": "SQL statement wrapper class", "version": "0.9.2" }, "last_serial": 442, "releases": { "0.9.2": [] }, "urls": [] }