{ "info": { "author": "Mauricio de Abreu Antunes", "author_email": "mauricio.abreua@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Networking" ], "description": "# BoJack client written in Python\n\nA Python interface to the [BoJack](https://github.com/marceloboeira/bojack) in-memory key value store.\n\n## Installation\n\nPython 3.4+\n\n```\npip install bojack-py\n```\n\n## Usage\n\n```python\n>>> from bojack.client import Client\n\n>>> client = Client('127.0.0.1', 5000)\n>>> client.set('foo', 'bar')\nb'bar'\n>>> client.get('foo')\nb'bar'\n```\n\n## Contributing\n\nFound a bug? Have a suggestion? Please [open an issue](https://github.com/mauricioabreu/bojack-py/issues/new).\n\nWant to contribute? Make sure you follow the [guide](https://github.com/mauricioabreu/bojack-py/blob/master/CONTRIBUTING.md).\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/mauricioabreu/bojack-py", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "bojack", "package_url": "https://pypi.org/project/bojack/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/bojack/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/mauricioabreu/bojack-py" }, "release_url": "https://pypi.org/project/bojack/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "BoJack client written in Python", "version": "0.1.1" }, "last_serial": 2315995, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "0120caa8e7d4c80445368277a5ccb4b7", "sha256": "2bc8ca15b2a9032956a5138afee03f05363e0027be5fc45a2186bdaeb3fa0970" }, "downloads": -1, "filename": "bojack-0.1.1.tar.gz", "has_sig": false, "md5_digest": "0120caa8e7d4c80445368277a5ccb4b7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3632, "upload_time": "2016-08-31T15:44:14", "url": "https://files.pythonhosted.org/packages/40/d7/c10dd8ad6f6461f68715b07ec3813a70b1566f20c72e1d139634dd7586c3/bojack-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0120caa8e7d4c80445368277a5ccb4b7", "sha256": "2bc8ca15b2a9032956a5138afee03f05363e0027be5fc45a2186bdaeb3fa0970" }, "downloads": -1, "filename": "bojack-0.1.1.tar.gz", "has_sig": false, "md5_digest": "0120caa8e7d4c80445368277a5ccb4b7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3632, "upload_time": "2016-08-31T15:44:14", "url": "https://files.pythonhosted.org/packages/40/d7/c10dd8ad6f6461f68715b07ec3813a70b1566f20c72e1d139634dd7586c3/bojack-0.1.1.tar.gz" } ] }