Metadata-Version: 2.4
Name: cachelib
Version: 0.14.0
Summary: A collection of cache libraries in the same API interface.
Maintainer-email: Pallets Ecosystem <contact@palletsprojects.com>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-Expression: BSD-3-Clause
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Typing :: Typed
License-File: LICENSE.txt
Project-URL: Changes, https://cachelib.readthedocs.io/page/changes/
Project-URL: Chat, https://discord.gg/pallets
Project-URL: Documentation, https://cachelib.readthedocs.io
Project-URL: Donate, https://palletsprojects.com/donate
Project-URL: Source, https://github.com/pallets-eco/cachelib/

# CacheLib

A collection of cache libraries in the same API interface. Extracted from
Werkzeug.

## Pallets Ecosystem

> [!IMPORTANT]\
> This project is part of the Pallets Ecosystem. Pallets is the open source
> organization that maintains Flask; Pallets-Eco enables community maintenance
> of related projects. If you are interested in helping maintain this project,
> please reach out on [the Pallets Discord server][discord].

[discord]: https://discord.gg/pallets

## Installation

Install from [PyPI]:

```
$ pip install cachelib
```

[PyPI]: https://pypi.org/project/cachelib/

