METADATA 961 B

12345678910111213141516171819202122
  1. Metadata-Version: 2.2
  2. Name: flask-cors
  3. Version: 5.0.1
  4. Summary: A Flask extension simplifying CORS support
  5. Author-email: Cory Dolphin <corydolphin@gmail.com>
  6. Project-URL: Homepage, https://corydolphin.github.io/flask-cors/
  7. Project-URL: Repository, https://github.com/corydolphin/flask-cors
  8. Project-URL: Documentation, https://corydolphin.github.io/flask-cors/
  9. Keywords: python
  10. Classifier: Intended Audience :: Developers
  11. Classifier: Programming Language :: Python
  12. Classifier: Programming Language :: Python :: 3
  13. Classifier: Programming Language :: Python :: 3.9
  14. Classifier: Programming Language :: Python :: 3.10
  15. Classifier: Programming Language :: Python :: 3.11
  16. Classifier: Programming Language :: Python :: 3.12
  17. Classifier: Programming Language :: Python :: 3.13
  18. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  19. Requires-Python: <4.0,>=3.9
  20. Description-Content-Type: text/markdown
  21. Requires-Dist: flask>=0.9
  22. Requires-Dist: Werkzeug>=0.7