{ "info": { "author": "Paul Heymann", "author_email": "hey_pgsqlexec@heymann.be", "bugtrack_url": null, "classifiers": [], "description": "hey_pgsqlexec\n=============\nA simple executable object for dumping SQL from files into a PostgreSQL\ndatabase through psycopg2.\n\n__doc__\n-------\nPGSQLExec is a simple interface for dumping SQL into a PostgreSQL\ndatabase, often from a file, and maybe getting some results out.\n\nThe usage is usually something like:\n\n.. code:: python\n\n (hey_pgsqlexec.PGSQLExec(self.conn)\n .append_file('txt/check_append.sql', localizer=self._dl)\n .execute()\n .get_rows()[0][0])\n\nEssentially, PGSQLExec is a minimal, chaining wrapper around the\npsycopg2 Connection and Cursor classes to make the common case of\nworking with pre-written, static SQL files easier.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.pybrid.com/", "keywords": null, "license": "LICENSE.txt", "maintainer": null, "maintainer_email": null, "name": "hey_pgsqlexec", "package_url": "https://pypi.org/project/hey_pgsqlexec/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/hey_pgsqlexec/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.pybrid.com/" }, "release_url": "https://pypi.org/project/hey_pgsqlexec/1.0.2/", "requires_dist": null, "requires_python": null, "summary": "Hey! PostgreSQL SQL Executable Object", "version": "1.0.2" }, "last_serial": 792895, "releases": { "1.0.2": [ { "comment_text": "", "digests": { "md5": "19bc152d33d40f22bd114a8d54788c92", "sha256": "3a53f30ce4300d7eb0ab32fc812a0f08609f8ecafafc769a1f38a28df6a69fb1" }, "downloads": -1, "filename": "hey_pgsqlexec-1.0.2.tar.gz", "has_sig": false, "md5_digest": "19bc152d33d40f22bd114a8d54788c92", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3857, "upload_time": "2013-03-10T02:33:33", "url": "https://files.pythonhosted.org/packages/03/ac/88edc15b1401ca38b36e4595a1c497c408db47daa7178591eba801fa46aa/hey_pgsqlexec-1.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "19bc152d33d40f22bd114a8d54788c92", "sha256": "3a53f30ce4300d7eb0ab32fc812a0f08609f8ecafafc769a1f38a28df6a69fb1" }, "downloads": -1, "filename": "hey_pgsqlexec-1.0.2.tar.gz", "has_sig": false, "md5_digest": "19bc152d33d40f22bd114a8d54788c92", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3857, "upload_time": "2013-03-10T02:33:33", "url": "https://files.pythonhosted.org/packages/03/ac/88edc15b1401ca38b36e4595a1c497c408db47daa7178591eba801fa46aa/hey_pgsqlexec-1.0.2.tar.gz" } ] }