{ "info": { "author": "Rolf Erik Lekang", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [], "description": "rob\n===\n\n|Build Status|\n\nPersistent python objects with Redis backend.\n\n::\n\n pip install rob\n\nJsonObject\n~~~~~~~~~~\n\nAn object that does a JSON dump of the dictionary and save it in a Redis\nhash.\n\nNeeds to define ``HASH_KEY`` - the key to the hash.\n\nHashObject\n~~~~~~~~~~\n\nAn object that saves its dictionary in a Redis hash. Using the HMSET. It\nuses a list to keep track of saved objects.\n\nNeeds to define ``HASH_KEY`` - a key that is used as prefix to the list\nand as the key to the hash.\n\nMixins\n~~~~~~\n\nThe mixins below will work with all the object types.\n\nAutosave mixin\n^^^^^^^^^^^^^^\n\nA mixin that calls save every time an attribute is set.\n\nExamples\n--------\n\nSimple object\n^^^^^^^^^^^^^\n\n.. code:: python\n\n from redis import Redis\n\n\n class ExampleObject(JsonObject):\n HASH_KEY = 'exampleobject'\n redis = Redis()\n\nAutosave object\n^^^^^^^^^^^^^^^\n\n.. code:: python\n\n from redis import Redis\n\n\n class ExampleAutosaveObject(JsonObject, AutosaveMixin):\n HASH_KEY = 'exampleobject'\n redis = Redis()\n\n.. |Build Status| image:: https://travis-ci.org/relekang/rob.png?branch=master\n :target: https://travis-ci.org/relekang/rob", "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/relekang/rob", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "rob", "package_url": "https://pypi.org/project/rob/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/rob/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/relekang/rob" }, "release_url": "https://pypi.org/project/rob/0.3.0/", "requires_dist": null, "requires_python": null, "summary": "Make python objects persistent with Redis.", "version": "0.3.0" }, "last_serial": 1403501, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "f1669de6355d8b9d851b8c45461a5ca0", "sha256": "55c6b63f1100ae07221928b052b21cb110fd51b351d3d22759efa0fea9a33cab" }, "downloads": -1, "filename": "rob-0.1.0.tar.gz", "has_sig": false, "md5_digest": "f1669de6355d8b9d851b8c45461a5ca0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2160, "upload_time": "2013-12-17T07:19:31", "url": "https://files.pythonhosted.org/packages/e1/06/4d016abf0cf1c1776bf71277c6a10e76bc8f15c9f1dafbc119598487e245/rob-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "d0cd7cd68292cf6c49ea03d99766fc56", "sha256": "1fdd2f7fd785fd4876923318bb74e9142079a13cac9952423bd9a5ba47b309e4" }, "downloads": -1, "filename": "rob-0.2.0.tar.gz", "has_sig": false, "md5_digest": "d0cd7cd68292cf6c49ea03d99766fc56", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2355, "upload_time": "2013-12-23T10:04:38", "url": "https://files.pythonhosted.org/packages/75/82/b7eb99b6d870523a013fb28f8ed2f525c76889b83abec30898255be4eb5e/rob-0.2.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "f3a2a86367226d3f5a44aaf20e4523a1", "sha256": "f2c62617b6ef9dd557bd0a3b6813a5e3f7cece643766e5199363a9618e94093f" }, "downloads": -1, "filename": "rob-0.3.0-py3-none-any.whl", "has_sig": false, "md5_digest": "f3a2a86367226d3f5a44aaf20e4523a1", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 5180, "upload_time": "2015-01-30T19:43:52", "url": "https://files.pythonhosted.org/packages/7c/8c/665b6aea04d2ae1ed0b5a08d2cfb0599be0bb3bd6e81f64e3352814b644e/rob-0.3.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "61730b75e9355ad1970fe6a82a52b89e", "sha256": "c298083b1713ec39e6b549eb7d261c01751bf880f5f3dfb219daf34391244aae" }, "downloads": -1, "filename": "rob-0.3.0.tar.gz", "has_sig": false, "md5_digest": "61730b75e9355ad1970fe6a82a52b89e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2880, "upload_time": "2015-01-30T19:43:49", "url": "https://files.pythonhosted.org/packages/2c/99/284d52dabcafeece4f723239944889af875ea0c0e781d583a989abb9b492/rob-0.3.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f3a2a86367226d3f5a44aaf20e4523a1", "sha256": "f2c62617b6ef9dd557bd0a3b6813a5e3f7cece643766e5199363a9618e94093f" }, "downloads": -1, "filename": "rob-0.3.0-py3-none-any.whl", "has_sig": false, "md5_digest": "f3a2a86367226d3f5a44aaf20e4523a1", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 5180, "upload_time": "2015-01-30T19:43:52", "url": "https://files.pythonhosted.org/packages/7c/8c/665b6aea04d2ae1ed0b5a08d2cfb0599be0bb3bd6e81f64e3352814b644e/rob-0.3.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "61730b75e9355ad1970fe6a82a52b89e", "sha256": "c298083b1713ec39e6b549eb7d261c01751bf880f5f3dfb219daf34391244aae" }, "downloads": -1, "filename": "rob-0.3.0.tar.gz", "has_sig": false, "md5_digest": "61730b75e9355ad1970fe6a82a52b89e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2880, "upload_time": "2015-01-30T19:43:49", "url": "https://files.pythonhosted.org/packages/2c/99/284d52dabcafeece4f723239944889af875ea0c0e781d583a989abb9b492/rob-0.3.0.tar.gz" } ] }