{ "info": { "author": "Tark", "author_email": "tark.hidden@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "You can try https://pypi.python.org/pypi/mongodb-beaker2 which released in 2012... I couldn't, I gave up.\r\n\r\n\r\n::\r\n\r\n # encoding: utf-8\r\n\r\n from pyramid.config import Configurator\r\n from pyramid_mongo_session import MongoSessionFactory\r\n ...\r\n\r\n def main(global_config, **settings):\r\n config = Configurator(settings=settings)\r\n\r\n session_factory = MongoSessionFactory(\r\n collection=MongoClient('localhost', 27017).your_db.session)\r\n config.set_session_factory(session_factory)\r\n ...\r\n return config.make_wsgi_app()\r\n\r\n\r\nDocumentation: https://github.com/tark-hidden/pyramid_mongo_session", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/tark-hidden/pyramid_mongo_session", "keywords": "pyramid mongodb mongo session factory", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "pyramid_mongo_session", "package_url": "https://pypi.org/project/pyramid_mongo_session/", "platform": "any", "project_url": "https://pypi.org/project/pyramid_mongo_session/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/tark-hidden/pyramid_mongo_session" }, "release_url": "https://pypi.org/project/pyramid_mongo_session/0.1/", "requires_dist": null, "requires_python": null, "summary": "MongoDB-based session factory for Pyramid framework", "version": "0.1" }, "last_serial": 1700782, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "d6da253627b19ff066113ed96e3bf922", "sha256": "f3d539742a1968f5116cf5e33699dda6335a0fe8acaedd0bbe9fe2fb4d6811b6" }, "downloads": -1, "filename": "pyramid_mongo_session-0.1.zip", "has_sig": false, "md5_digest": "d6da253627b19ff066113ed96e3bf922", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8217, "upload_time": "2015-08-30T22:47:52", "url": "https://files.pythonhosted.org/packages/89/7c/a40cac0d646cd0b208bdb95163008c7737d30f42d21d091e0762fa8da027/pyramid_mongo_session-0.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d6da253627b19ff066113ed96e3bf922", "sha256": "f3d539742a1968f5116cf5e33699dda6335a0fe8acaedd0bbe9fe2fb4d6811b6" }, "downloads": -1, "filename": "pyramid_mongo_session-0.1.zip", "has_sig": false, "md5_digest": "d6da253627b19ff066113ed96e3bf922", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8217, "upload_time": "2015-08-30T22:47:52", "url": "https://files.pythonhosted.org/packages/89/7c/a40cac0d646cd0b208bdb95163008c7737d30f42d21d091e0762fa8da027/pyramid_mongo_session-0.1.zip" } ] }