Metadata-Version: 2.4
Name: nicolas-cache
Version: 1.0.0
Summary: Python Caching library with tagging support
Author-email: Yves Thommes <hello@wickeddoc.com>
Maintainer-email: Yves Thommes <hello@wickeddoc.com>
License: Unlicense
Project-URL: bugs, https://github.com/wickeddoc/nicolas-cache/issues
Project-URL: changelog, https://github.com/wickeddoc/nicolas-cache/blob/master/changelog.md
Project-URL: homepage, https://github.com/wickeddoc/nicolas-cache
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: redis
Requires-Dist: typer
Provides-Extra: dev
Requires-Dist: coverage; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: setuptools-scm; extra == "dev"
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"
Dynamic: license-file

=============
Nicolas Cache
=============


.. image:: https://img.shields.io/pypi/v/nicolas-cache.svg
        :target: https://pypi.python.org/pypi/nicolas-cache

.. image:: https://readthedocs.org/projects/nicolas-cache/badge/?version=latest
        :target: https://nicolas-cache.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status




Python Caching library with tagging support


* Free software: Unlicense
* Documentation: https://nicolas-cache.readthedocs.io.


Features
--------

* TODO


Disclaimer
----------

This project has been mainly developed using Claude Code (claude.ai/code), an AI-powered coding assistant.


Credits
-------

This package was created with Cookiecutter and the `audreyr/cookiecutter-pypackage` project template.
