{ "info": { "author": "amix", "author_email": "amix@amix.dk", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "fixedlist\n---------\nThis Python library makes it possible to implement a fast fixed list structure for Redis with following properties:\n\n* Fixed size of the list\n* Fast inserts, updates and fetches\n* Small memory footprint with gziped data\n* No duplicates inside the list\n\nRequires Redis 2.6+ and newest version of redis-py.\n\n\nInstallation\n------------\n\nCan be installed very easily via::\n\n $ pip install fixedlist\n\nFor more help look at https://github.com/Doist/fixedlist\n\nCopyright: 2015 by Doist Ltd.\n\nDeveloper: Amir Salihefendic ( http://amix.dk )\n\nLicense: BSD", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.amix.dk/", "keywords": "redis fixed list small list short list", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "fixedlist", "package_url": "https://pypi.org/project/fixedlist/", "platform": "Any", "project_url": "https://pypi.org/project/fixedlist/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.amix.dk/" }, "release_url": "https://pypi.org/project/fixedlist/1.0/", "requires_dist": null, "requires_python": null, "summary": "Fast performance fixed list for Redis", "version": "1.0" }, "last_serial": 1404135, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "12b7ccd4fa4c99a95620ce97fe683604", "sha256": "43da35525dc7fba866bcd344a036e746383b98a8a9b0e7ddff0529e3f422f7a5" }, "downloads": -1, "filename": "fixedlist-1.0-py2.7.egg", "has_sig": false, "md5_digest": "12b7ccd4fa4c99a95620ce97fe683604", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 5786, "upload_time": "2015-01-31T10:36:49", "url": "https://files.pythonhosted.org/packages/ef/c3/49e712e5f491519cbe3a37117b449cec5558bafef9e8f8977fbca53b361f/fixedlist-1.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "e8e3d577d7519ab58de6f16152947195", "sha256": "de0f818542222e6c32ed0b73034fe5accca93e9b715e66a922bd773958424cc3" }, "downloads": -1, "filename": "fixedlist-1.0.tar.gz", "has_sig": false, "md5_digest": "e8e3d577d7519ab58de6f16152947195", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3127, "upload_time": "2015-01-31T10:36:43", "url": "https://files.pythonhosted.org/packages/be/52/343c43702c3123c1a3ec20a0ba960e39f5f6427a381c13b951853754441d/fixedlist-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "12b7ccd4fa4c99a95620ce97fe683604", "sha256": "43da35525dc7fba866bcd344a036e746383b98a8a9b0e7ddff0529e3f422f7a5" }, "downloads": -1, "filename": "fixedlist-1.0-py2.7.egg", "has_sig": false, "md5_digest": "12b7ccd4fa4c99a95620ce97fe683604", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 5786, "upload_time": "2015-01-31T10:36:49", "url": "https://files.pythonhosted.org/packages/ef/c3/49e712e5f491519cbe3a37117b449cec5558bafef9e8f8977fbca53b361f/fixedlist-1.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "e8e3d577d7519ab58de6f16152947195", "sha256": "de0f818542222e6c32ed0b73034fe5accca93e9b715e66a922bd773958424cc3" }, "downloads": -1, "filename": "fixedlist-1.0.tar.gz", "has_sig": false, "md5_digest": "e8e3d577d7519ab58de6f16152947195", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3127, "upload_time": "2015-01-31T10:36:43", "url": "https://files.pythonhosted.org/packages/be/52/343c43702c3123c1a3ec20a0ba960e39f5f6427a381c13b951853754441d/fixedlist-1.0.tar.gz" } ] }