{ "info": { "author": "Kris Kavalieri", "author_email": "kris.kavalieri@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Topic :: Database", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "===========\nRedisEngine\n===========\n:Info: RedisEngine is a MongoEngine-inspired lib for ORM-like manipulation of Redis-powered cache in Python.\n:Repository: https://github.com/RedisEngine/redisengine\n:Author: Kris Kavalieri (https://github.com/kriskavalieri)\n\nAbout\n=====\nRedisEngine is intended to be an ORM-like Object-To-Redis-Type-Mapper written in Python.\nThis is a work in progress, as several things are pending completion, like: exhaustive tests,\nCI, documentation and API reference.\n\n**Given the above, any usage other than experimental is strongly discouraged for the time being.**\n\nFuture releases will include integration with Django's and MongoEngine's signal framework/module so that cache management can be automated\nin a customizable fashion.\n\n\nMotivation\n==========\nI found myself in an occasional need of cache validation which usually resulted in a more entropic (and WET) code to cope with.\nIt naturally occurred this would be the best course of action.\n\n\n\nInstallation\n============\n``pip install -U redisengine``.\n\nAlternatively, download the `source `_ and run\n``python setup.py install``.\n\n\n\nDependencies\n============\n- redis>=2.10.5\n\n\nTests\n=====\nTo run the test suite, ensure you are running a local instance of Redis on\nthe standard port, and run: ``python setup.py nosetests``.\n\nRun selected tests with:\n\n.. code-block:: shell\n\n $ python setup.py nosetests --tests tests/fields/test_fields.py:FieldTest.test_default_values_nothing_set -s\n\nCommunity\n=========\nYet to come\n\nContributing\n============\nYet to come", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/RedisEngine/redisengine/tarball/master", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/RedisEngine/redisengine", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "redisengine", "package_url": "https://pypi.org/project/redisengine/", "platform": "any", "project_url": "https://pypi.org/project/redisengine/", "project_urls": { "Download": "https://github.com/RedisEngine/redisengine/tarball/master", "Homepage": "https://github.com/RedisEngine/redisengine" }, "release_url": "https://pypi.org/project/redisengine/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "A MongoEngine-inspired, Object-Type mapper for working with Redis", "version": "0.1.1" }, "last_serial": 2048171, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "d92529c5c4f6245ba50911b7d7e6c5d2", "sha256": "10f58ebee615d2047b0788ee7f102b46dc3b4854dc19fbc2bb1f7c8dee37b3e9" }, "downloads": -1, "filename": "redisengine-0.1.tar.gz", "has_sig": false, "md5_digest": "d92529c5c4f6245ba50911b7d7e6c5d2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6709, "upload_time": "2016-04-05T16:33:30", "url": "https://files.pythonhosted.org/packages/ab/08/8edd2d1ff791af0e2c6e942a8b2c7866a05a3fdf17f476bfe88f0684f49e/redisengine-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "187acd55a60fc1ee0187fd5bb9dc4400", "sha256": "d307b27b8ca7235d6dafb67c690e178cd03436f32c991e9cf2d5fc5f7cd8777a" }, "downloads": -1, "filename": "redisengine-0.1.1.tar.gz", "has_sig": false, "md5_digest": "187acd55a60fc1ee0187fd5bb9dc4400", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 73155, "upload_time": "2016-04-05T23:26:33", "url": "https://files.pythonhosted.org/packages/a5/ec/676fcb4b26d9ac18464690fc410cbfb3d07a289b7817893ec770af286e95/redisengine-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "187acd55a60fc1ee0187fd5bb9dc4400", "sha256": "d307b27b8ca7235d6dafb67c690e178cd03436f32c991e9cf2d5fc5f7cd8777a" }, "downloads": -1, "filename": "redisengine-0.1.1.tar.gz", "has_sig": false, "md5_digest": "187acd55a60fc1ee0187fd5bb9dc4400", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 73155, "upload_time": "2016-04-05T23:26:33", "url": "https://files.pythonhosted.org/packages/a5/ec/676fcb4b26d9ac18464690fc410cbfb3d07a289b7817893ec770af286e95/redisengine-0.1.1.tar.gz" } ] }