{ "info": { "author": "Felipe Lerena", "author_email": "felipelerena@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Flask SQLAlchemy Session\n========================\nThis is a Database Session storage interface for Flask with SQLAlchemy\n\nHow to use\n----------\nFirst you will have to create the sessions table\n::\n CREATE TABLE sessions (\n session_id CHAR(129) UNIQUE NOT NULL,\n atime TIMESTAMP,\n data TEXT);\n\nThen you will have to connect the interface to your Flask application ::\n\n\n from FlaskSQLAlchemySession import set_db_session_interface\n application.config['SQLALCHEMY_DATABASE_URI'] = \"[your-sqlalchemy-db-uri]\"\n set_db_session_interface(application)\n\n\nBy default, the data is stored using pickle module, but you can pass other data serializer like JSON module ::\n\n import json\n from FlaskSQLAlchemySession import set_db_session_interface\n application.config['SQLALCHEMY_DATABASE_URI'] = \"[your-sqlalchemy-db-uri]\"\n set_db_session_interface(application, data_serializer=json)\n\nRequirements\n------------\n * Flask\n * Flask-SQLAlchemy\n\n", "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/MSA-Argentina/FlaskSQLAlchemySession", "keywords": null, "license": "LICENSE.txt", "maintainer": null, "maintainer_email": null, "name": "Flask-SQLAlchemySession", "package_url": "https://pypi.org/project/Flask-SQLAlchemySession/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Flask-SQLAlchemySession/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/MSA-Argentina/FlaskSQLAlchemySession" }, "release_url": "https://pypi.org/project/Flask-SQLAlchemySession/0.0.4/", "requires_dist": null, "requires_python": null, "summary": "UNKNOWN", "version": "0.0.4" }, "last_serial": 2322310, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "1e7f80c49d7f7506d24affdf1c6cfd5c", "sha256": "1ab95117eb3374e9a44c7c95045867a8fbc80b58f79b547cb9e832f0957eeb25" }, "downloads": -1, "filename": "Flask-SQLAlchemySession-0.0.1.tar.gz", "has_sig": false, "md5_digest": "1e7f80c49d7f7506d24affdf1c6cfd5c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2181, "upload_time": "2014-05-12T14:52:08", "url": "https://files.pythonhosted.org/packages/3c/c6/92120de1d59d2deb4de82942cfc81403deb24b504499327e4adae2dc7239/Flask-SQLAlchemySession-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "95b7f025eecf18fe109f8d6ef240ccc6", "sha256": "32713b03b4d3be1537cfe7f5770b2b8674ea6542fb4c4514a2ebd70ad3e3f8ca" }, "downloads": -1, "filename": "Flask-SQLAlchemySession-0.0.2.tar.gz", "has_sig": false, "md5_digest": "95b7f025eecf18fe109f8d6ef240ccc6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2318, "upload_time": "2015-02-23T17:38:44", "url": "https://files.pythonhosted.org/packages/64/1c/a94cb11588e7e55ba965b9a0ac9af0b78e199723d6da12f7d87865b701c5/Flask-SQLAlchemySession-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "5714e26e321562607f63084d30d5f1a2", "sha256": "32c51bd975aba07d5c625a3008f36b5cddd028297d9d7438735d386625ed7df1" }, "downloads": -1, "filename": "Flask-SQLAlchemySession-0.0.3.tar.gz", "has_sig": false, "md5_digest": "5714e26e321562607f63084d30d5f1a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2332, "upload_time": "2015-11-30T21:10:53", "url": "https://files.pythonhosted.org/packages/10/fd/ebfe10515d2b1bbfaf0eaf7b3add97ee6f81b6b2ab7f753bf6df61dffc54/Flask-SQLAlchemySession-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "6d2e6087009b28c8b0830a791f9d00ae", "sha256": "eca2af7ebc32edbacac51c5eb02642ed48fa48e1a53d70c50ffbf790273a2e7e" }, "downloads": -1, "filename": "Flask-SQLAlchemySession-0.0.4.tar.gz", "has_sig": false, "md5_digest": "6d2e6087009b28c8b0830a791f9d00ae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2318, "upload_time": "2016-09-03T01:28:00", "url": "https://files.pythonhosted.org/packages/e8/f9/1d9f801508ffd8be2634f7502e63b0e6d74d814eeba1cc71d85b40de6435/Flask-SQLAlchemySession-0.0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6d2e6087009b28c8b0830a791f9d00ae", "sha256": "eca2af7ebc32edbacac51c5eb02642ed48fa48e1a53d70c50ffbf790273a2e7e" }, "downloads": -1, "filename": "Flask-SQLAlchemySession-0.0.4.tar.gz", "has_sig": false, "md5_digest": "6d2e6087009b28c8b0830a791f9d00ae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2318, "upload_time": "2016-09-03T01:28:00", "url": "https://files.pythonhosted.org/packages/e8/f9/1d9f801508ffd8be2634f7502e63b0e6d74d814eeba1cc71d85b40de6435/Flask-SQLAlchemySession-0.0.4.tar.gz" } ] }