An open API service indexing awesome lists of open source software.

https://github.com/kanghyojun/pystorage

key/value storage, written in python
https://github.com/kanghyojun/pystorage

Last synced: about 1 year ago
JSON representation

key/value storage, written in python

Awesome Lists containing this project

README

          

# Pystorage, a key/value storage written in python.

## interface

### Server

you can start server with `python -m storage.run`
for more information type `python -m storage.run -h`

### Client

there is no client in pystorage, Instead you can connect server through telnet
type `$ telnet your-host your-port`

## author

- email: admire9(at)gmail(dot)kr
- website: [http://admire.kr](http://admire.kr)