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
- Host: GitHub
- URL: https://github.com/kanghyojun/pystorage
- Owner: kanghyojun
- Created: 2010-09-15T12:47:14.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2010-10-06T15:40:16.000Z (almost 16 years ago)
- Last Synced: 2025-06-02T20:23:29.503Z (about 1 year ago)
- Language: Python
- Homepage: http://admire.kr
- Size: 97.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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)