{ "info": { "author": "Hajime Nakagami", "author_email": "nakagami@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Database" ], "description": "==========\ntoyredis\n==========\n\nToy redis client for python.\n\nRequirement\n------------\n\nPython 3.5+ or MicroPython https://micropython.org\n\nInstall\n----------\n\n::\n\n $ python3 -m pip install toyredis\n\nExample\n--------------\n\n::\n\n >>> import toyredis\n >>> conn = toyredis.connect('localhost')\n >>> conn.set('foo', 'bar')\n >>> conn.get('foo')\n b'bar'\n >>> conn.set('foo', 10)\n >>> conn.incr('foo')\n 11\n >>>", "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/nakagami/toyredis/", "keywords": "Redis", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "toyredis", "package_url": "https://pypi.org/project/toyredis/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/toyredis/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/nakagami/toyredis/" }, "release_url": "https://pypi.org/project/toyredis/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "A Redis client", "version": "0.1.0" }, "last_serial": 2822657, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "cbdd54f0950cee98ef95b36d15e51377", "sha256": "7e336fcaa26cd700c3f664b7c7862dfe9b9ab058b1302c7a4bf850e3961d6d07" }, "downloads": -1, "filename": "toyredis-0.0.1.tar.gz", "has_sig": false, "md5_digest": "cbdd54f0950cee98ef95b36d15e51377", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2850, "upload_time": "2016-12-27T06:52:46", "url": "https://files.pythonhosted.org/packages/9b/f5/032cfa95d765e3cd9d74b97de6b6e13b07b5aee39f0a15dfdb75c1c79cbf/toyredis-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "dd58b67f326b3d70c68735740f7cbea6", "sha256": "196b090cc8001fc1c475b9380a708abb862e5fc841f283a88208ade4926db2c0" }, "downloads": -1, "filename": "toyredis-0.0.2.tar.gz", "has_sig": false, "md5_digest": "dd58b67f326b3d70c68735740f7cbea6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2976, "upload_time": "2016-12-27T08:58:35", "url": "https://files.pythonhosted.org/packages/dd/bf/54c0a0eb1507a950b654831c35693c296d7910b6f7c1f98a06c8de8065b7/toyredis-0.0.2.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "35e6051dfec9a1d9bf0d895921cdf811", "sha256": "2450a1ca15263bcb6fbdd74fa1bc0234c7cea716f15e101c68df6af8a25b7dd2" }, "downloads": -1, "filename": "toyredis-0.1.0.tar.gz", "has_sig": false, "md5_digest": "35e6051dfec9a1d9bf0d895921cdf811", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3582, "upload_time": "2017-04-23T01:06:41", "url": "https://files.pythonhosted.org/packages/03/48/ecddbb977542da9bdadf873fe9116840f66cd85cc50c704e317516a9316a/toyredis-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "35e6051dfec9a1d9bf0d895921cdf811", "sha256": "2450a1ca15263bcb6fbdd74fa1bc0234c7cea716f15e101c68df6af8a25b7dd2" }, "downloads": -1, "filename": "toyredis-0.1.0.tar.gz", "has_sig": false, "md5_digest": "35e6051dfec9a1d9bf0d895921cdf811", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3582, "upload_time": "2017-04-23T01:06:41", "url": "https://files.pythonhosted.org/packages/03/48/ecddbb977542da9bdadf873fe9116840f66cd85cc50c704e317516a9316a/toyredis-0.1.0.tar.gz" } ] }