{ "info": { "author": "Hadrien David", "author_email": "hadrien@ectobal.com", "bugtrack_url": null, "classifiers": [], "description": "pyramid_sqlalchemy_utility\n==========================\n\nA simple pyramid extension which register a sqlalchemy utility. It add a\n`sqla_session` property to request object. Session is opened at first access\nand automatically commited and closed on request's finished callback.\n\nIt tights sqlalchemy session to request lifecycle rather than relying on thread\nlocal scoped sessions as recommended in sqlalchemy documentation:\n\n The Session can be established as the request begins, or using a lazy\n initialization pattern which establishes one as soon as it is needed. The\n request then proceeds, with some system in place where application logic\n can access the current Session in a manner associated with how the actual\n request object is accessed. As the request ends, the Session is torn down\n as well, usually through the usage of event hooks provided by the web\n framework.\n\n -- http://docs.sqlalchemy.org/en/rel_0_8/orm/session.html\n\n\nSource code and example available on https://github.com/hadrien/pyramid_sqlalchemy_utility", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "pyramid_sqlalchemy_utility", "package_url": "https://pypi.org/project/pyramid_sqlalchemy_utility/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyramid_sqlalchemy_utility/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/pyramid_sqlalchemy_utility/0.1/", "requires_dist": null, "requires_python": null, "summary": "Pyramid sqlalchemy extension", "version": "0.1" }, "last_serial": 1064671, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "686ee11aa6fb7a9453a578c4e27161ae", "sha256": "53bde1ba80d6f2d5eae57a4ce5444d8f3bcfb8755faa3ab403e1bbf345c999ea" }, "downloads": -1, "filename": "pyramid_sqlalchemy_utility-0.0.1.tar.gz", "has_sig": false, "md5_digest": "686ee11aa6fb7a9453a578c4e27161ae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2320, "upload_time": "2013-07-19T18:07:45", "url": "https://files.pythonhosted.org/packages/f7/59/450fd9923d2724fa05a2f4695865c481437d852740a466b788fa7c5d5467/pyramid_sqlalchemy_utility-0.0.1.tar.gz" } ], "0.1": [ { "comment_text": "", "digests": { "md5": "27bec6f37ae23eb9aa3685bc41f60c87", "sha256": "1ebef036699f322872ae3f652ee4213c782e2253bae908058266394456a37974" }, "downloads": -1, "filename": "pyramid_sqlalchemy_utility-0.1.tar.gz", "has_sig": false, "md5_digest": "27bec6f37ae23eb9aa3685bc41f60c87", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2454, "upload_time": "2013-10-10T15:47:19", "url": "https://files.pythonhosted.org/packages/b7/33/03ef7bd777b80ec2600810faa52018fc24755ab5e201f84b85e1c8ca1094/pyramid_sqlalchemy_utility-0.1.tar.gz" } ], "0.2-dev": [] }, "urls": [ { "comment_text": "", "digests": { "md5": "27bec6f37ae23eb9aa3685bc41f60c87", "sha256": "1ebef036699f322872ae3f652ee4213c782e2253bae908058266394456a37974" }, "downloads": -1, "filename": "pyramid_sqlalchemy_utility-0.1.tar.gz", "has_sig": false, "md5_digest": "27bec6f37ae23eb9aa3685bc41f60c87", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2454, "upload_time": "2013-10-10T15:47:19", "url": "https://files.pythonhosted.org/packages/b7/33/03ef7bd777b80ec2600810faa52018fc24755ab5e201f84b85e1c8ca1094/pyramid_sqlalchemy_utility-0.1.tar.gz" } ] }