METADATA 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. Metadata-Version: 2.1
  2. Name: cachelib
  3. Version: 0.13.0
  4. Summary: A collection of cache libraries in the same API interface.
  5. Home-page: https://github.com/pallets-eco/cachelib/
  6. Maintainer: Pallets
  7. Maintainer-email: contact@palletsprojects.com
  8. License: BSD-3-Clause
  9. Project-URL: Donate, https://palletsprojects.com/donate
  10. Project-URL: Documentation, https://cachelib.readthedocs.io/
  11. Project-URL: Changes, https://cachelib.readthedocs.io/changes/
  12. Project-URL: Source Code, https://github.com/pallets-eco/cachelib/
  13. Project-URL: Issue Tracker, https://github.com/pallets-eco/cachelib/issues/
  14. Project-URL: Twitter, https://twitter.com/PalletsTeam
  15. Project-URL: Chat, https://discord.gg/pallets
  16. Classifier: Development Status :: 5 - Production/Stable
  17. Classifier: Intended Audience :: Developers
  18. Classifier: License :: OSI Approved :: BSD License
  19. Classifier: Operating System :: OS Independent
  20. Classifier: Programming Language :: Python
  21. Requires-Python: >=3.8
  22. Description-Content-Type: text/x-rst
  23. License-File: LICENSE.rst
  24. CacheLib
  25. ========
  26. A collection of cache libraries in the same API interface. Extracted
  27. from Werkzeug.
  28. Installing
  29. ----------
  30. Install and update using `pip`_:
  31. .. code-block:: text
  32. $ pip install -U cachelib
  33. .. _pip: https://pip.pypa.io/en/stable/getting-started/
  34. Donate
  35. ------
  36. The Pallets organization develops and supports Flask and the libraries
  37. it uses. In order to grow the community of contributors and users, and
  38. allow the maintainers to devote more time to the projects, `please
  39. donate today`_.
  40. .. _please donate today: https://palletsprojects.com/donate
  41. Links
  42. -----
  43. - Documentation: https://cachelib.readthedocs.io/
  44. - Changes: https://cachelib.readthedocs.io/changes/
  45. - PyPI Releases: https://pypi.org/project/cachelib/
  46. - Source Code: https://github.com/pallets/cachelib/
  47. - Issue Tracker: https://github.com/pallets/cachelib/issues/
  48. - Twitter: https://twitter.com/PalletsTeam
  49. - Chat: https://discord.gg/pallets