{ "info": { "author": "Tobias Rodaebel", "author_email": "tobias dot rodaebel at googlemail dot com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX :: Linux", "Programming Language :: Python" ], "description": "=========================\nTyphoonAE Redis Datastore\n=========================\n\nThis package contains an API proxy stub to connect TyphoonAE or the Google App\nEngine SDK to a Redis database.\n\n\nIntroduction\n============\n\nRedis is an advanced key-value store. In contrast to approaches like memcache,\nits dataset is not volatile, and values can be strings, lists, sets, and\nordered sets. All this data types can be manipulated with atomic operations to\npush/pop elements, add/remove elements, perform server side union,\nintersection, difference between sets, and so forth. And Redis supports\ndifferent kinds of sorting abilities.\n\nSince Redis provides master-slave replication with very fast non-blocking first\nsynchronization and auto reconnection on net split, it is very interesting to\nbe used as Datastore backend for TyphoonAE. This package contains the API proxy\nstub to seamlessly connect TyphoonAE or the Google App Engine SDK to a Redis\ndatabase server.\n\nSee http://code.google.com/p/redis for further information on Redis.\n\n\nCopyright and License\n=====================\n\nCopyright 2010 Tobias Rodaebel\n\nThis software is released under the Apache License, Version 2.0. You may obtain\na copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n\nBuilding and Testing\n====================\n\nGet a local copy of the TyphoonAE Redis repository with this command:\n\n $ hg clone https://redis.typhoonae.googlecode.com/hg/ typhoonae-redis\n\nChange into the typhoonae-redis directory and run the buildout:\n\n $ python bootstrap.py\n $ bin/buildout\n\nTo run all unit tests start the Redis server and enter the following command:\n\n $ bin/nosetests\n\n\nUsing the TyphoonAE Redis Datstore with the Google App Engine SDK\n=================================================================\n\nThis buildout already downloads and patches the Google App Engine SDK for you.\nIn order to use the Redis Datastore just start the development appserver with\nan additional option:\n\n $ bin/dev_appserver --use_redis parts/google_appengine/demos/guestbook/\n\nImportant: The Redis server must be listening on port 6379.\n\nThe Datastore Redis stub also supports the SDK's bulkloader. Thus it should be\npossible to restore downloaded data into your local running application.\n\n\nContributing\n============\n\nSince the TyphoonAE project uses Mercurial as SCM, you can easily create a\nclone of it on http://code.google.com/p/typhoonae/source/clones?repo=redis.\n\nVisit the project page http://typhoonae.googlecode.com for further information.\n\nFeel free to join the TyphoonAE Discussion Group:\n\n http://groups.google.com/group/typhoonae\n\nReport issues here:\n\n http://code.google.com/p/typhoonae/issues\n\n\nCHANGES\n=======\n\nVersion 0.1.0b1 (2010-05-13)\n----------------------------\n\n - First beta release.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://code.google.com/p/typhoonae/source/checkout?repo=redis", "keywords": "gae,appengine,redis,datastore,typhoonae,tae", "license": "Apache License 2.0", "maintainer": null, "maintainer_email": null, "name": "typhoonae.redis", "package_url": "https://pypi.org/project/typhoonae.redis/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/typhoonae.redis/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://code.google.com/p/typhoonae/source/checkout?repo=redis" }, "release_url": "https://pypi.org/project/typhoonae.redis/0.1.0b1/", "requires_dist": null, "requires_python": null, "summary": "Typhoon App Engine Redis Datastore.", "version": "0.1.0b1" }, "last_serial": 801162, "releases": { "0.1.0b1": [ { "comment_text": "", "digests": { "md5": "a1f8e61355352e1a432988bdc6d994a1", "sha256": "1c4a4d2098ae303fc578cc19972a6b590f94fb83650f94a2312470170965003d" }, "downloads": -1, "filename": "typhoonae.redis-0.1.0b1.tar.gz", "has_sig": false, "md5_digest": "a1f8e61355352e1a432988bdc6d994a1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23095, "upload_time": "2010-05-15T16:34:16", "url": "https://files.pythonhosted.org/packages/ef/cb/29a49dd7841597ec53d8ad6b75b12dab1877a5ba7f2d1771a25b48faf2e0/typhoonae.redis-0.1.0b1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a1f8e61355352e1a432988bdc6d994a1", "sha256": "1c4a4d2098ae303fc578cc19972a6b590f94fb83650f94a2312470170965003d" }, "downloads": -1, "filename": "typhoonae.redis-0.1.0b1.tar.gz", "has_sig": false, "md5_digest": "a1f8e61355352e1a432988bdc6d994a1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23095, "upload_time": "2010-05-15T16:34:16", "url": "https://files.pythonhosted.org/packages/ef/cb/29a49dd7841597ec53d8ad6b75b12dab1877a5ba7f2d1771a25b48faf2e0/typhoonae.redis-0.1.0b1.tar.gz" } ] }