12345678910111213141516171819202122 |
- Metadata-Version: 2.2
- Name: flask-cors
- Version: 5.0.1
- Summary: A Flask extension simplifying CORS support
- Author-email: Cory Dolphin <corydolphin@gmail.com>
- Project-URL: Homepage, https://corydolphin.github.io/flask-cors/
- Project-URL: Repository, https://github.com/corydolphin/flask-cors
- Project-URL: Documentation, https://corydolphin.github.io/flask-cors/
- Keywords: python
- Classifier: Intended Audience :: Developers
- Classifier: Programming Language :: Python
- Classifier: Programming Language :: Python :: 3
- Classifier: Programming Language :: Python :: 3.9
- Classifier: Programming Language :: Python :: 3.10
- Classifier: Programming Language :: Python :: 3.11
- Classifier: Programming Language :: Python :: 3.12
- Classifier: Programming Language :: Python :: 3.13
- Classifier: Topic :: Software Development :: Libraries :: Python Modules
- Requires-Python: <4.0,>=3.9
- Description-Content-Type: text/markdown
- Requires-Dist: flask>=0.9
- Requires-Dist: Werkzeug>=0.7
|