{ "info": { "author": "Daniel Lawrence", "author_email": "dannyla@linux.com", "bugtrack_url": null, "classifiers": [], "description": "RedisFile\n===============\n\nThis is a simple hack to allow the writing to redis as if it was\njust file object in python.\n\nUsage\n-----\n\n # Import and open up a ne \"file\"\n from redisfile import RedisFile\n f = RedisFile(\"myrediskey\")\n # Write some lines to the \"file\"\n f.write('hello')\n f.writelines('world')\n f.writelines('Your\nAwesome')\n # Read the whole file\n print f.read()\n # Reading a file from the end shows no data\n print f.read()\n # seek to the start of the file\n f.seek(0)\n # Read a single line\n print f.readline()\n # Read the rest\n print f.read()\n # \"close\" will delete all the data\n f.close()\n\nInstallation\n------------\n\nInstallation is simple too::\n\n $ pip install redis-file", "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/daniellawrence/redis-file", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "redis-file", "package_url": "https://pypi.org/project/redis-file/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/redis-file/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/daniellawrence/redis-file" }, "release_url": "https://pypi.org/project/redis-file/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Write to redis as if it was a file", "version": "0.0.1" }, "last_serial": 898043, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "a806eed075b055de8c2422b2f31dce85", "sha256": "2d456b84cc8aba867fa82a02c5c8b46541a010e74847d80d28e8911afa977073" }, "downloads": -1, "filename": "redis-file-0.0.1.tar.gz", "has_sig": false, "md5_digest": "a806eed075b055de8c2422b2f31dce85", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1969, "upload_time": "2013-10-19T00:36:31", "url": "https://files.pythonhosted.org/packages/29/ee/d9933dd2225f6faef4488d5737ba9a2e6fcfc023fbe410c0fe527a42089c/redis-file-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a806eed075b055de8c2422b2f31dce85", "sha256": "2d456b84cc8aba867fa82a02c5c8b46541a010e74847d80d28e8911afa977073" }, "downloads": -1, "filename": "redis-file-0.0.1.tar.gz", "has_sig": false, "md5_digest": "a806eed075b055de8c2422b2f31dce85", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1969, "upload_time": "2013-10-19T00:36:31", "url": "https://files.pythonhosted.org/packages/29/ee/d9933dd2225f6faef4488d5737ba9a2e6fcfc023fbe410c0fe527a42089c/redis-file-0.0.1.tar.gz" } ] }