{ "info": { "author": "Max Presman", "author_email": "max@presman.ca", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy" ], "description": "django-rethinkdb-sessions \n=========================\n\n.. image:: https://travis-ci.org/MaxPresman/django-rethinkdb-sessions.png\n :target: https://travis-ci.org/MaxPresman/django-rethinkdb-sessions\n\n\nDjango session backend for rethinkdb.\n\n------------\nInstallation\n------------\n\n1. install the package by pypi\n pip install django-rethinkdb-sessions\n2. in django settings, switch the session over to rethinkdb-sessions\n SESSION_ENGINE = 'rethinkdb_sessions.main'\n3. configure the following settings to adjust the rethinkdb enviorment\n - \"SESSION_RETHINK_HOST\" -- host that rethinkdb is currently running on.\n - \"SESSION_RETHINK_PORT\" -- current rethinkdb port\n - \"SESSION_RETHINK_DB\" -- rethinkdb database\n - \"SESSION_RETHINK_TABLE\" -- rethinkdb table\n - \"SESSION_RETHINK_AUTH\" -- rethinkdb auth key (if exists)\n\n-------------\nRunning Tests\n-------------\n\nTests are included, invoke tests by running\n \"python tests/tests.py\"", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/maxpresman/django-rethinkdb-sessions", "keywords": "", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-rethinkdb-sessions", "package_url": "https://pypi.org/project/django-rethinkdb-sessions/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-rethinkdb-sessions/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/maxpresman/django-rethinkdb-sessions" }, "release_url": "https://pypi.org/project/django-rethinkdb-sessions/0.0.3/", "requires_dist": null, "requires_python": null, "summary": "rethinkdb backed sessions for django", "version": "0.0.3" }, "last_serial": 830554, "releases": { "0.0.1": [], "0.0.2": [], "0.0.3": [ { "comment_text": "", "digests": { "md5": "97b6ce43246d44e6adfe958c711452e3", "sha256": "f65095a96048460da888e2a86a73ac9163a3fe5615821d30172cfdd0765d7b59" }, "downloads": -1, "filename": "django-rethinkdb-sessions-0.0.3.tar.gz", "has_sig": false, "md5_digest": "97b6ce43246d44e6adfe958c711452e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3792, "upload_time": "2013-08-02T00:19:18", "url": "https://files.pythonhosted.org/packages/da/1e/d8939c2d0dc2c9838caaab3b6683f9cbcb560a43d67590b261f64ef56a33/django-rethinkdb-sessions-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "97b6ce43246d44e6adfe958c711452e3", "sha256": "f65095a96048460da888e2a86a73ac9163a3fe5615821d30172cfdd0765d7b59" }, "downloads": -1, "filename": "django-rethinkdb-sessions-0.0.3.tar.gz", "has_sig": false, "md5_digest": "97b6ce43246d44e6adfe958c711452e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3792, "upload_time": "2013-08-02T00:19:18", "url": "https://files.pythonhosted.org/packages/da/1e/d8939c2d0dc2c9838caaab3b6683f9cbcb560a43d67590b261f64ef56a33/django-rethinkdb-sessions-0.0.3.tar.gz" } ] }