simple cache server using gevent
Project description
joker-minions
Simple cache server using gevent.
Run a cache server:
$ python3 -c "from joker.minions.cache import CacheServer; CacheServer().runserver()"
The default port number is 8333.
Play with netcat
:
$ echo 'set url https://pypi.org/project/joker-minions/' | netcat 127.0.0.1 8333
$ echo 'get url' | netcat 127.0.0.1 8333
https://pypi.org/project/joker-minions/
There's also a BloomFilter
class using mmh3
hash.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
joker-minions-0.1.2.tar.gz
(4.2 kB
view details)
File details
Details for the file joker-minions-0.1.2.tar.gz
.
File metadata
- Download URL: joker-minions-0.1.2.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ccc58968c824f56ed6ccc48289e6dde1546e10c652fd3a9faaab8c3fbdde410 |
|
MD5 | 04a41c451fbf3ea414c9066c6ce964d9 |
|
BLAKE2b-256 | 25cf05f8bee92e290d30d95f812c604aab94531a470c53a53296ee7b95295f7e |