{ "info": { "author": "Jonas Galvez", "author_email": "jonasgalvez@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Database", "Topic :: Database :: Front-Ends", "Topic :: Software Development :: Libraries" ], "description": "sqlwitch is a Python 2.5+ library that offers idiomatic SQL generation on top \nof MySQLdb. BSD-licensed.\n\nUsage\n`````\n\n::\n\n with db.insert(into='foobars') as obj:\n obj.foo = 1\n with db.select('foo, bar', from_='foobars'):\n db.where('foo = 1') \n with db.update('foobars') as changeset:\n changeset.foo = 2\n db.where('foo = 1')\n with db.delete(from_='foobars'):\n db.where('foo = 2')\n\nSetup\n`````\n\n::\n\n $ pip install sqlwitch # or\n $ easy_install sqlwitch # or\n $ cd sqlwitch-0.2; python setup.py install\n\nLinks\n`````\n\n* `Full documentation `_\n* `Development repository `_\n* `Author's website `_", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://jonasgalvez.com.br/Software/SQLWitch.html", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "sqlwitch", "package_url": "https://pypi.org/project/sqlwitch/", "platform": "Python 2.5 and later", "project_url": "https://pypi.org/project/sqlwitch/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://jonasgalvez.com.br/Software/SQLWitch.html" }, "release_url": "https://pypi.org/project/sqlwitch/0.2/", "requires_dist": null, "requires_python": null, "summary": "sqlwitch offers idiomatic SQL generation on top of MySQLdb.", "version": "0.2" }, "last_serial": 800020, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "4b24201cd5baf73505ba76b639969aca", "sha256": "b5f4e54fee14ea95ec92b30633f9923ad08667ec0a0efd4b45013d8bf61848f4" }, "downloads": -1, "filename": "sqlwitch-0.2.tar.gz", "has_sig": false, "md5_digest": "4b24201cd5baf73505ba76b639969aca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4115, "upload_time": "2011-01-03T00:59:59", "url": "https://files.pythonhosted.org/packages/ab/85/443331e72bc405790d6a6dd53a15276fbb3f7f2f2828721a1ac1b55f13e0/sqlwitch-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4b24201cd5baf73505ba76b639969aca", "sha256": "b5f4e54fee14ea95ec92b30633f9923ad08667ec0a0efd4b45013d8bf61848f4" }, "downloads": -1, "filename": "sqlwitch-0.2.tar.gz", "has_sig": false, "md5_digest": "4b24201cd5baf73505ba76b639969aca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4115, "upload_time": "2011-01-03T00:59:59", "url": "https://files.pythonhosted.org/packages/ab/85/443331e72bc405790d6a6dd53a15276fbb3f7f2f2828721a1ac1b55f13e0/sqlwitch-0.2.tar.gz" } ] }