{ "info": { "author": "Dan Sikes", "author_email": "dsikes@atlantean.io", "bugtrack_url": null, "classifiers": [], "description": "# NOSpy - Official Python client for N.O.S.\n\n## A brief introduction to N.O.S.\n\nN.O.S. is a fast Network Object Store that stores objects as binary data.\nThe primary interface for NOS is HTTP/s.\nN.O.S. is written in GO, and is designed for high performance.\nThis Python client aims to keep the objects as native as possible to python.\nIt provides a thin layer of abstraction just to keep things pythonic, but\nthe lower level HTTP api is always availble for you to use at your discretion.\n\n## Installation\n\nInstall NOSpy via pip:\n`pip install nospy`\n\n## Setup & Usage\n\nIn order to use NOSpy you'll need to have a working NOS server setup, running and accessible via HTTP.\n\n**NOTE:** NOS is not publicly available at the moment.\n\nConnect to the NOS server:\n\n```python\nfrom nospy import NOSClient\n\nnos = NOSClient(\"http://localhost:9900\")\n```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/dsikes/nospy", "keywords": "network object store binary data datastore fast", "license": "", "maintainer": "", "maintainer_email": "", "name": "nospy", "package_url": "https://pypi.org/project/nospy/", "platform": "", "project_url": "https://pypi.org/project/nospy/", "project_urls": { "Homepage": "https://github.com/dsikes/nospy", "Source": "https://github.com/dsikes/nospy" }, "release_url": "https://pypi.org/project/nospy/0.0.1.post2/", "requires_dist": null, "requires_python": "", "summary": "Network Object Store", "version": "0.0.1.post2" }, "last_serial": 5794368, "releases": { "0.0.1.post1": [ { "comment_text": "", "digests": { "md5": "6616fa611ae6ebc3346d21073c4134b1", "sha256": "c42d957d244bc17b8eabdb3841b94af7135a54ab1524f5735784e752b3dba189" }, "downloads": -1, "filename": "nospy-0.0.1.post1.tar.gz", "has_sig": false, "md5_digest": "6616fa611ae6ebc3346d21073c4134b1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3465, "upload_time": "2019-09-06T22:43:00", "url": "https://files.pythonhosted.org/packages/a4/8a/4f1daa44b84ecec856397dc99eefd2416463ce1121c6b272b2793e19343d/nospy-0.0.1.post1.tar.gz" } ], "0.0.1.post2": [ { "comment_text": "", "digests": { "md5": "9da84f5235de0c95f79fedd94743d54f", "sha256": "37f3af22b199ba7f1f628fb0190583008d812bcae80aaf8240c71aa3905a38f0" }, "downloads": -1, "filename": "nospy-0.0.1.post2.tar.gz", "has_sig": false, "md5_digest": "9da84f5235de0c95f79fedd94743d54f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3472, "upload_time": "2019-09-06T23:25:02", "url": "https://files.pythonhosted.org/packages/0a/f7/133f6e3e5bf3d1413055933e1e7d1eed882920abadb6918860972cb774fd/nospy-0.0.1.post2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9da84f5235de0c95f79fedd94743d54f", "sha256": "37f3af22b199ba7f1f628fb0190583008d812bcae80aaf8240c71aa3905a38f0" }, "downloads": -1, "filename": "nospy-0.0.1.post2.tar.gz", "has_sig": false, "md5_digest": "9da84f5235de0c95f79fedd94743d54f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3472, "upload_time": "2019-09-06T23:25:02", "url": "https://files.pythonhosted.org/packages/0a/f7/133f6e3e5bf3d1413055933e1e7d1eed882920abadb6918860972cb774fd/nospy-0.0.1.post2.tar.gz" } ] }