METADATA 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. Metadata-Version: 2.2
  2. Name: Flask-Caching
  3. Version: 2.3.1
  4. Summary: Adds caching support to Flask applications.
  5. Home-page: https://github.com/pallets-eco/flask-caching
  6. Author: Peter Justin
  7. Author-email: peter.justin@outlook.com
  8. Maintainer: Pallets
  9. Maintainer-email: contact@palletsprojects.com
  10. License: BSD
  11. Project-URL: Donate, https://palletsprojects.com/donate
  12. Project-URL: Documentation, https://flask-caching.readthedocs.io
  13. Project-URL: Changes, https://flask-caching.readthedocs.io/en/latest/changelog.html
  14. Project-URL: Source Code, https://github.com/pallets-eco/flask-caching
  15. Project-URL: Issue Tracker, https://github.com/pallets-eco/flask-caching/issues
  16. Project-URL: Twitter, https://twitter.com/PalletsTeam
  17. Project-URL: Chat, https://discord.gg/pallets
  18. Classifier: Development Status :: 5 - Production/Stable
  19. Classifier: Intended Audience :: Developers
  20. Classifier: License :: OSI Approved :: BSD License
  21. Classifier: Operating System :: OS Independent
  22. Classifier: Programming Language :: Python
  23. Requires-Python: >=3.8
  24. Description-Content-Type: text/x-rst
  25. License-File: LICENSE
  26. Requires-Dist: cachelib>=0.9.0
  27. Requires-Dist: Flask
  28. Dynamic: requires-dist
  29. Flask-Caching
  30. =============
  31. A fork of the `Flask-cache`_ extension which adds easy cache support to Flask.
  32. .. _Flask-cache: https://github.com/thadeusb/flask-cache
  33. Installing
  34. ----------
  35. Install and update using `pip`_:
  36. .. code-block:: text
  37. $ pip install -U flask-caching
  38. .. _pip: https://pip.pypa.io/en/stable/getting-started/
  39. Donate
  40. ------
  41. The Pallets organization develops and supports Flask and the libraries
  42. it uses. In order to grow the community of contributors and users, and
  43. allow the maintainers to devote more time to the projects, `please
  44. donate today`_.
  45. .. _please donate today: https://palletsprojects.com/donate
  46. Links
  47. -----
  48. - Documentation: https://flask-caching.readthedocs.io
  49. - Changes: https://flask-caching.readthedocs.io/en/latest/changelog.html
  50. - PyPI Releases: https://pypi.org/project/Flask-Caching/
  51. - Source Code: https://github.com/pallets-eco/flask-caching
  52. - Issue Tracker: https://github.com/pallets-eco/flask-caching/issues
  53. - Twitter: https://twitter.com/PalletsTeam
  54. - Chat: https://discord.gg/pallets