NOSpy - Official Python client for N.O.S.
A brief introduction to N.O.S.
N.O.S. is a fast Network Object Store that stores objects as binary data. The primary interface for NOS is HTTP/s. N.O.S. is written in GO, and is designed for high performance. This Python client aims to keep the objects as native as possible to python. It provides a thin layer of abstraction just to keep things pythonic, but the lower level HTTP api is always availble for you to use at your discretion.
Installation
Install NOSpy via pip:
pip install nospy
Setup & Usage
In order to use NOSpy you'll need to have a working NOS server setup, running and accessible via HTTP.
NOTE: NOS is not publicly available at the moment.
Connect to the NOS server:
from nospy import NOSClient
nos = NOSClient("http://localhost:9900")
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file nospy-0.0.1.post2.tar.gz.
File metadata
- Download URL: nospy-0.0.1.post2.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
37f3af22b199ba7f1f628fb0190583008d812bcae80aaf8240c71aa3905a38f0
|
|
| MD5 |
9da84f5235de0c95f79fedd94743d54f
|
|
| BLAKE2b-256 |
0af7133f6e3e5bf3d1413055933e1e7d1eed882920abadb6918860972cb774fd
|