{ "info": { "author": "huyx", "author_email": "ycyuxin@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "loredis\n=======\n\nPure python reader for redis::\n\n import loredis\n\n reader = loredis.Reader()\n reader.feed(b'...')\n reader.gets()\n\nAlso privide a ServerReader, which accept inline command::\n\n import loredis\n\n reader = loredis.ServerReader()\n ...\n\nAlso privide some function to build command:\n\n- INT\n- SIMPLE_STRING\n- ERROR\n- BULK_STRING\n- ARRAY\n- build_command(BULK_STRING_ARRAY)\r\n\r\n\r\nChanges\n=======\n\n0.1.1(2014-10-11)\n-----------------\n\n- server accept array and inline command only.\n\n0.1.0(2014-10-11)\n-----------------\n\n- first release", "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/huyx/loredis", "keywords": "redis,hiredis,loredis", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "loredis", "package_url": "https://pypi.org/project/loredis/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/loredis/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/huyx/loredis" }, "release_url": "https://pypi.org/project/loredis/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "loredis, compare with hiredis.", "version": "0.1.1" }, "last_serial": 1254981, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "b9c58e8b91d9deb08486aba811e03d05", "sha256": "b625bc0ffc1dfe693ba612688fa7fd8b1a53fb4f294de1d6e4b2bb5eaab09cbe" }, "downloads": -1, "filename": "loredis-0.1.0.zip", "has_sig": false, "md5_digest": "b9c58e8b91d9deb08486aba811e03d05", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2975, "upload_time": "2014-10-11T06:10:59", "url": "https://files.pythonhosted.org/packages/3e/04/c0c63f84b5b42d5d43f29a6355616b96788a3f76363521034c254bedeca3/loredis-0.1.0.zip" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "8729825ad7abad3938e620b77840bdfc", "sha256": "78696946f89bfbee02050fcc3241c90e3c69090987966068d8de22926aac661d" }, "downloads": -1, "filename": "loredis-0.1.1.zip", "has_sig": false, "md5_digest": "8729825ad7abad3938e620b77840bdfc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3163, "upload_time": "2014-10-11T06:50:30", "url": "https://files.pythonhosted.org/packages/39/fc/7f71fd3ceae9bce7d320206ba86704f8a3adc4aa617c70b3f5b7ff111291/loredis-0.1.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8729825ad7abad3938e620b77840bdfc", "sha256": "78696946f89bfbee02050fcc3241c90e3c69090987966068d8de22926aac661d" }, "downloads": -1, "filename": "loredis-0.1.1.zip", "has_sig": false, "md5_digest": "8729825ad7abad3938e620b77840bdfc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3163, "upload_time": "2014-10-11T06:50:30", "url": "https://files.pythonhosted.org/packages/39/fc/7f71fd3ceae9bce7d320206ba86704f8a3adc4aa617c70b3f5b7ff111291/loredis-0.1.1.zip" } ] }