Pre-release
This release is a pre-release and may not be stable for production use.
redis-cooker
An redis python datastructures package
Installation
To install redis-cooker, simply:
$ pip install redis-cooker
or from source:
$ python setup.py install
Getting Started
>>> from redis_cooker.collections import RedisDict
>>> data = RedisDict("first:RedisDict", init={"a": 1, "b":2})
>>> for v in data.values(): print(v)
By default, all responses are returned as str.
Python Version Support
redis-cooker tested with Python 3.6 - 3.8.
Release files for redis-cooker 2020.10rc10
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| redis-cooker-2020.10rc10.tar.gz | 6.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| redis_cooker-2020.10rc10-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 15.0 kB
Release files / redis-cooker-2020.10rc10.tar.gz
| Download URL | redis-cooker-2020.10rc10.tar.gz |
|---|---|
| Size | 6.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
25f09a8fd6084b7a9ca57dbb0cb3a8895224ae55a05001f4f078ae99b84e2382
|
|
BLAKE2b-256 checksum How to use checksums |
0aca79551fb2b19e69e122276bf4dea30646f908516d90b2b950afca56bbda59
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.6.12
|
Release files / redis_cooker-2020.10rc10-py3-none-any.whl
| Download URL | redis_cooker-2020.10rc10-py3-none-any.whl |
|---|---|
| Size | 8.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4d5f19a68901a080bfca99615dafc7476f1441beb7aa3bfe99e953fe8df732ba
|
|
BLAKE2b-256 checksum How to use checksums |
3ad5aacaaf76d8767b098196ff533fde046f6bc60d972c83a70dcf29bd3b5d61
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.6.12
|