{ "info": { "author": "Eric Florenzano", "author_email": "floguy@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "django-tokyo-sessions\n=======================\n\nThis is a session backend for Django that stores sessions in a Tokyo Cabinet\ndatabase, which communicates via Tokyo Tyrant using the PyTyrant library. Tokyo\nCabinet is a key-value store similar to BDB.\n\nThe advantage to using this over other solutions is that your data is persistent\nunlike memcached, and Tokyo Cabinet is designed to store key-value data like\nthis, so performance is much closer to that of memcached than with a database.\n\nInstalling django-tokyo-sessions\n-----------------------------------\n\n1. Either download the tarball and run ``python setup.py install``, or simply\n use easy install or pip like so ``easy_install django-tokyo-sessions``.\n\n\n2. Set ``tokyo_sessions.tokyo`` as your session engine, like so::\n\n SESSION_ENGINE = 'tokyo_sessions.tokyo'\n\n\n3. Add settings describing where to connect to the Tokyo Tyrant database::\n\n TT_HOST = '127.0.0.1'\n TT_PORT = 1978\n\n\nThat's it. Hopefully this backend gives you all the better performance while\nstill not sacrificing persistence.", "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/ericflo/django-tokyo-sessions/tree/master", "keywords": "tokyo,session,cabinet,tyrant,pytyrant,django", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-tokyo-sessions", "package_url": "https://pypi.org/project/django-tokyo-sessions/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-tokyo-sessions/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/ericflo/django-tokyo-sessions/tree/master" }, "release_url": "https://pypi.org/project/django-tokyo-sessions/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "This is a session backend for Django that stores sessions in a Tokyo Cabinet database, which communicates via Tokyo Tyrant using the PyTyrant library. Tokyo Cabinet is a key-value store similar to BDB.", "version": "0.1.0" }, "last_serial": 790895, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "723893d21aec60ed613123a097451725", "sha256": "e0d364ed031866c603fbdf0b80b8548cfc5c8372d2502ef78f54dd6162bd376b" }, "downloads": -1, "filename": "django-tokyo-sessions-0.1.0.tar.gz", "has_sig": false, "md5_digest": "723893d21aec60ed613123a097451725", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4228, "upload_time": "2009-02-22T01:58:13", "url": "https://files.pythonhosted.org/packages/53/53/13d37890e252f11e9b733cf2023a6d822a32ad57e5561387fcab1ef6012b/django-tokyo-sessions-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "723893d21aec60ed613123a097451725", "sha256": "e0d364ed031866c603fbdf0b80b8548cfc5c8372d2502ef78f54dd6162bd376b" }, "downloads": -1, "filename": "django-tokyo-sessions-0.1.0.tar.gz", "has_sig": false, "md5_digest": "723893d21aec60ed613123a097451725", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4228, "upload_time": "2009-02-22T01:58:13", "url": "https://files.pythonhosted.org/packages/53/53/13d37890e252f11e9b733cf2023a6d822a32ad57e5561387fcab1ef6012b/django-tokyo-sessions-0.1.0.tar.gz" } ] }