{ "info": { "author": "Dvir Volk", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [], "description": "================================================================\nKickass-Redis - a loose framework of Redis based data solutions\n================================================================\n\nThis project aims to create a repository of useful python libraries built on top of redis (and using each other), to automate data modeling with Redis.\n\nRedis is relatively low level, and while it is simple to start using, getting a good knowledge of how to model problems with it in an efficient way can be tricky. So I've created this project to wrap common use cases, into a loose framework of redis based solutions for real world problems.\n\nComponents:\n==================\n\n1. Object Store\n~~~~~~~~~~~~~~~~\n\na fast yet simple ORM (well, OM actually) that automates creation, indexing and searching for complex objects using redis.\n\nIndexes include: simple string index, numeric index that supports sorting and ranges, simplistic full text index, and a unique key.\n\n2. Bitmap Counter\n~~~~~~~~~~~~~~~~~\n\nefficient unique value counter (to be used mostly as a unique users counter) with time slots, making use of redis bitmaps.\n\nIt makes use of new redis-2.6 commands BITCOUNT and BITOP, so it will not function on redis-2.4.\n\n3. LuaCall\n~~~~~~~~~~~~~~~~~\n\nA convenience wrapper that allows you to edit, precache and call Lua scripts available in redis-2.6, as if they were native python functions.\n\n4. Id Generator\n~~~~~~~~~~~~~~~~~~\n\nUsed in the object store, this can also be used standalone, as a centralized unique, incremental id generator using redis. To optimize performance, it reserves in local memory many ids when accessing redis, which can be tuned.\n\n5. Redis Unit\n~~~~~~~~~~~~~~~~~\n\nA unit-test like set of assertions about redis data to be used to validate the data inside a redis database.", "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/EverythingMe/kickass-redis", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "kickass_redis", "package_url": "https://pypi.org/project/kickass_redis/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/kickass_redis/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/EverythingMe/kickass-redis" }, "release_url": "https://pypi.org/project/kickass_redis/0.1.5/", "requires_dist": null, "requires_python": null, "summary": "A loose framework of kick-ass redis patterns", "version": "0.1.5" }, "last_serial": 793942, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "7c0eeaefa593b0110e420015efbbe7fc", "sha256": "112d197230e4be3ae6bf6b037ac57d10f2ecb54256424ddd3fe85101a0ac37f7" }, "downloads": -1, "filename": "kickass_redis-0.1.tar.gz", "has_sig": false, "md5_digest": "7c0eeaefa593b0110e420015efbbe7fc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13109, "upload_time": "2012-06-25T13:28:45", "url": "https://files.pythonhosted.org/packages/58/0e/0caee9dbe7250ae04634f9df4720f58669e5f5406aadbec39fc2c6017f1f/kickass_redis-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "f69fb77f28aec1eb12c91bb2b812ab79", "sha256": "e803baebe71ec88006632c1fb82716e9c6dbd438e9400d1498174e350fd160da" }, "downloads": -1, "filename": "kickass_redis-0.1.1.tar.gz", "has_sig": false, "md5_digest": "f69fb77f28aec1eb12c91bb2b812ab79", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13246, "upload_time": "2012-06-25T14:23:06", "url": "https://files.pythonhosted.org/packages/57/c5/a78249be37d2e3635c4b77bc16807c8456e24cfc8f07056daf203e4bbf9a/kickass_redis-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "a8af7d744949890cd7643f4c55d3c607", "sha256": "b3e5af04d22082d5b9415b80e1b05e08f698664f66111aab78be6176b5f2e403" }, "downloads": -1, "filename": "kickass_redis-0.1.2.tar.gz", "has_sig": false, "md5_digest": "a8af7d744949890cd7643f4c55d3c607", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14167, "upload_time": "2012-06-25T14:47:21", "url": "https://files.pythonhosted.org/packages/e8/df/b41c3372d23e7827dc61fa149ede968d577477910373faf684ab9be3af3b/kickass_redis-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "aef7c801a80690d762ee4ea8b7c9e046", "sha256": "aa7a0a91209f1be04b2c118761d8e9bd7a195ffa7d3bdfd529b0259d8fa50c88" }, "downloads": -1, "filename": "kickass_redis-0.1.3.tar.gz", "has_sig": false, "md5_digest": "aef7c801a80690d762ee4ea8b7c9e046", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14191, "upload_time": "2012-06-25T16:56:44", "url": "https://files.pythonhosted.org/packages/d5/fe/9687aa66670879a4ae6bcb28933209b6e4cac688743de05f9bfff0121035/kickass_redis-0.1.3.tar.gz" } ], "0.1.3-1": [ { "comment_text": "", "digests": { "md5": "0f4b1e98bf2922abc317d09abb714b76", "sha256": "354f75cbb95b6bb15015f2994410aff680b93a1aff1bfaf5d7356c0f736c996e" }, "downloads": -1, "filename": "kickass_redis-0.1.3-1.tar.gz", "has_sig": false, "md5_digest": "0f4b1e98bf2922abc317d09abb714b76", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14233, "upload_time": "2012-06-25T17:05:12", "url": "https://files.pythonhosted.org/packages/68/65/dc9ff6fb492c4cc459ffd369e6b7602df14e7c946b3b386d8df2e2f86bc2/kickass_redis-0.1.3-1.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "28d4d7b990b839639ab37dd4d526aeae", "sha256": "be3c58a3d95a4671ae0b71d77e5bf0dfb2b76be9f40ff9441ce53f5330c74d77" }, "downloads": -1, "filename": "kickass_redis-0.1.4.tar.gz", "has_sig": false, "md5_digest": "28d4d7b990b839639ab37dd4d526aeae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14318, "upload_time": "2012-07-02T15:40:33", "url": "https://files.pythonhosted.org/packages/fa/0f/8231a03db601179a02157fbc52577e2bc66ee4f65cce8bc7592a533536b5/kickass_redis-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "e4438f667fc559fb1f1b36961bc2eeb3", "sha256": "b31eee1814f4529a6ac9f2aee901579a0b08308c191a884d9aeb802e5b312747" }, "downloads": -1, "filename": "kickass_redis-0.1.5.tar.gz", "has_sig": false, "md5_digest": "e4438f667fc559fb1f1b36961bc2eeb3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14577, "upload_time": "2012-10-09T11:55:25", "url": "https://files.pythonhosted.org/packages/7c/22/7352281c60fd20206c9a5972afab2ae999918d86382d541212b269fca9a5/kickass_redis-0.1.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e4438f667fc559fb1f1b36961bc2eeb3", "sha256": "b31eee1814f4529a6ac9f2aee901579a0b08308c191a884d9aeb802e5b312747" }, "downloads": -1, "filename": "kickass_redis-0.1.5.tar.gz", "has_sig": false, "md5_digest": "e4438f667fc559fb1f1b36961bc2eeb3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14577, "upload_time": "2012-10-09T11:55:25", "url": "https://files.pythonhosted.org/packages/7c/22/7352281c60fd20206c9a5972afab2ae999918d86382d541212b269fca9a5/kickass_redis-0.1.5.tar.gz" } ] }