flask-env icon indicating copy to clipboard operation
flask-env copied to clipboard

Easily set Flask settings from environment variables

Results 2 flask-env issues
Sort by recently updated
recently updated
newest added

String -> native object conversion is hard and opinionated, but if there's one standard that is used the most widely, its JSON. This changes flask-env to use python's JSON library...

It would be nice to have a way to specify which environment variables are required to be set, so the flask app will quit early when there are environment variables...