https://github.com/progval/pyrcmemcached
memcached-like library based on IRCv3.2
https://github.com/progval/pyrcmemcached
Last synced: 9 months ago
JSON representation
memcached-like library based on IRCv3.2
- Host: GitHub
- URL: https://github.com/progval/pyrcmemcached
- Owner: progval
- License: mit
- Created: 2015-12-22T15:27:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-24T20:24:06.000Z (almost 10 years ago)
- Last Synced: 2025-02-12T05:38:49.982Z (10 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyrcmemcached
memcached-like library based on IRCv3.2
How to use:
```
git clone https://github.com/ProgVal/pyrcmemcached.git
cd pyrcmemcached/
git submodule init
git submodule update
pip3 install --user ircmatch ircreactor PyYAML # Mammon's dependencies
./mammon/mammond --config mammon/mammond.yml
./pyrcmemcached.py # Run tests
```
Now import `pyrcmemcached`, and use it. Its interface is based on
[python-memcached](https://github.com/linsomniac/python-memcached).