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.2.tar.gz
(3.7 kB
view details)
File details
Details for the file joker-minions-0.2.tar.gz
.
File metadata
- Download URL: joker-minions-0.2.tar.gz
- Upload date:
- Size: 3.7 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 | 9e8b8cbd6d461c1f59869d4c8bee61ff5f9d27ff4b8e2296261c88eaad892504 |
|
MD5 | 1b582462aaac42053623a382e15bfd93 |
|
BLAKE2b-256 | 0445b5de7e817a9d101aa50de1f041fda0a958ea0f8b33cfb48e176dafb83c21 |