A safe and lightweight cache library, written in pure-Python.
Project description
cache3: Python3 cache library
cache3 is a MIT licensed safe and lightweight cache library, written in pure-Python.
cache3 is very tiny and completely implemented by the Python standard library without any third-party dependencies, so it can be easily embedded in any Python program or script.
Installing
cache3 is available from PyPI and can be installed by running:
pip install -U cache3
or download the file and install it locally
$ git clone https://github.com/StKali/cache3.git
$ cd cache3
$ python setup.py install
Feature
Pure-Python
Thread-safe and process-safe
High performance
100% test coverage
Extension friendly
Supports multiple data types
Compatible with all platforms
Links
Documentation: https://stkali.github.io/cache3/
PyPI Releases: https://pypi.org/project/cache3
Source Code: https://github.com/StKali/cache3
Issue Tracker: https://github.com/StKali/cache3/issues
License
Copyright (c) 2020-2023 clarkmonkey@163.com Licensed under the MIT License.
Project details
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
Built Distribution
File details
Details for the file cache3-0.4.3.tar.gz
.
File metadata
- Download URL: cache3-0.4.3.tar.gz
- Upload date:
- Size: 20.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 085aae7898ce24fa88fdfe1e54ae4dee57acc182eeb9c0056799043737ad7407 |
|
MD5 | 8dcd8b24681a79ac06e7bc61c998ef01 |
|
BLAKE2b-256 | 3b2b69d1470fae42c30180d01d23304e41cf668539c127820ce710fb66a27af6 |
File details
Details for the file cache3-0.4.3-py3-none-any.whl
.
File metadata
- Download URL: cache3-0.4.3-py3-none-any.whl
- Upload date:
- Size: 16.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 17320e1bf5637f6eb07738e47663067845a9d64a8005026ab40a55c3cd96fa3a |
|
MD5 | 2f56b6a8c3e89354cbefb89cc1fbe059 |
|
BLAKE2b-256 | 9a40dd5de3f2ca6c80b0ef7f9753f1eb960bd78c5822b6d4720fbbf96f98623e |