METADATA 1.3 KB

123456789101112131415161718192021222324252627282930313233
  1. Metadata-Version: 2.1
  2. Name: Flask-Session
  3. Version: 0.5.0
  4. Summary: Server-side session support for Flask
  5. Author-email: Shipeng Feng <fsp261@gmail.com>
  6. Maintainer-email: Pallets Community Ecosystem <contact@palletsprojects.com>
  7. Requires-Python: >=3.7
  8. Description-Content-Type: text/x-rst
  9. Classifier: Development Status :: 4 - Beta
  10. Classifier: Environment :: Web Environment
  11. Classifier: Framework :: Flask
  12. Classifier: Intended Audience :: Developers
  13. Classifier: License :: OSI Approved :: BSD License
  14. Classifier: Operating System :: OS Independent
  15. Classifier: Programming Language :: Python
  16. Classifier: Topic :: Internet :: WWW/HTTP :: Session
  17. Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
  18. Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
  19. Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
  20. Requires-Dist: flask>=2.2
  21. Requires-Dist: cachelib
  22. Project-URL: Changes, https://flasksession.readthedocs.io/changes.html
  23. Project-URL: Chat, https://discord.gg/pallets
  24. Project-URL: Documentation, https://flasksession.readthedocs.io
  25. Project-URL: Issue Tracker, https://github.com/pallets-eco/flask-session/issues/
  26. Project-URL: Source Code, https://github.com/pallets-eco/flask-session/
  27. Flask-Session
  28. =============
  29. Flask-Session is an extension for Flask that adds support for server-side sessions to
  30. your application.