10000 GitHub - StKali/cache3: A safe and lightweight cache library, written in pure-Python.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

StKali/cache3

Repository files navigation

cache3: Python3 cache library

cache3 is a MIT licensed safe and lightweight cache library, written in pure-Python.

https://img.shields.io/badge/LICENSE-MIT-green https://img.shields.io/badge/version-0.4.3-informational https://img.shields.io/badge/python-3.5+-blueviolet

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

License

Copyright (c) 2020-2023 clarkmonkey@163.com Licensed under the MIT License.

About

A safe and lightweight cache library, written in pure-Python.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  
0