Metadata-Version: 2.1
Name: fastapi_cors
Version: 0.0.1
Summary: Simple env support of CORS settings for Fastapi applications
License: MIT
Keywords: cors,python,fastapi,environs
Author-email: Ian Cleary <github@iancleary.me>
Requires-Python: >=3.11
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Code Generators
Requires-Dist: environs>=9.5.0
Requires-Dist: fastapi>=0.99.1
Project-URL: Documentation, https://github.com/iancleary/fastapi-cors
Project-URL: Homepage, https://github.com/iancleary/fastapi-cors
Project-URL: Repository, https://github.com/iancleary/fastapi-cors
Description-Content-Type: text/markdown

# fastapi-cors

A simply scoped abstraction to provide CORS settings via environment variables to a Fastapi application.

