wheezy.caching 3.2.0
pip install wheezy.caching
Released:
A lightweight caching library
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Andriy Kornatskyy
- Tags caching, dependency, memory, null, memcache, memcached, pylibmc
- Requires: Python >=3.8
Classifiers
- Intended Audience
- License
- Natural Language
- Operating System
- Programming Language
- Topic
Project description
wheezy.caching
wheezy.caching is a python package written in pure Python code. It is a lightweight caching library that provides integration with:
- python-memcached - Pure Python memcached client.
- pylibmc - Quick and small memcached client for Python written in C.
It introduces idea of cache dependency (effectively invalidate dependent cache items) and other cache related algorithms.
It is optimized for performance, well tested and documented.
Resources:
- source code and issues tracker are available on github
- documentation
Install
wheezy.caching requires python version 3.8+. It is independent of operating system. You can install it from pypi site:
pip install -U wheezy.caching
pip install -U wheezy.caching[pylibmc]
pip install -U wheezy.caching[python-memcached]
If you run into any issue or have comments, go ahead and add on github.
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Andriy Kornatskyy
- Tags caching, dependency, memory, null, memcache, memcached, pylibmc
- Requires: Python >=3.8
Classifiers
- Intended Audience
- License
- Natural Language
- Operating System
- Programming Language
- Topic
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file wheezy.caching-3.2.0.tar.gz
.
File metadata
- Download URL: wheezy.caching-3.2.0.tar.gz
- Upload date:
- Size: 15.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 51b49ab3a9f882af760e094b1765739f94de01607939851f7f49e65240d45c14 |
|
MD5 | c9b5394ced45c7e51bcb44d5908e346a |
|
BLAKE2b-256 | 3b5271e97bdbaceffd40bd4763dab329bd09a77ec715765808d40e17e7c071ce |