| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 | Metadata-Version: 2.1Name: cachelibVersion: 0.13.0Summary: A collection of cache libraries in the same API interface.Home-page: https://github.com/pallets-eco/cachelib/Maintainer: PalletsMaintainer-email: contact@palletsprojects.comLicense: BSD-3-ClauseProject-URL: Donate, https://palletsprojects.com/donateProject-URL: Documentation, https://cachelib.readthedocs.io/Project-URL: Changes, https://cachelib.readthedocs.io/changes/Project-URL: Source Code, https://github.com/pallets-eco/cachelib/Project-URL: Issue Tracker, https://github.com/pallets-eco/cachelib/issues/Project-URL: Twitter, https://twitter.com/PalletsTeamProject-URL: Chat, https://discord.gg/palletsClassifier: Development Status :: 5 - Production/StableClassifier: Intended Audience :: DevelopersClassifier: License :: OSI Approved :: BSD LicenseClassifier: Operating System :: OS IndependentClassifier: Programming Language :: PythonRequires-Python: >=3.8Description-Content-Type: text/x-rstLicense-File: LICENSE.rstCacheLib========A collection of cache libraries in the same API interface. Extractedfrom Werkzeug.Installing----------Install and update using `pip`_:.. code-block:: text    $ pip install -U cachelib.. _pip: https://pip.pypa.io/en/stable/getting-started/Donate------The Pallets organization develops and supports Flask and the librariesit uses. In order to grow the community of contributors and users, andallow the maintainers to devote more time to the projects, `pleasedonate today`_... _please donate today: https://palletsprojects.com/donateLinks------   Documentation: https://cachelib.readthedocs.io/-   Changes: https://cachelib.readthedocs.io/changes/-   PyPI Releases: https://pypi.org/project/cachelib/-   Source Code: https://github.com/pallets/cachelib/-   Issue Tracker: https://github.com/pallets/cachelib/issues/-   Twitter: https://twitter.com/PalletsTeam-   Chat: https://discord.gg/pallets
 |