-
Updated
Nov 22, 2020 - Python
flask-extensions
Here are 79 public repositories matching this topic...
-
Updated
Nov 18, 2020 - Python
-
Updated
Nov 6, 2020 - Python
-
Updated
Oct 20, 2020 - Python
-
Updated
Feb 4, 2019 - Python
-
Updated
Nov 13, 2019 - Python
-
Updated
Oct 29, 2020 - Python
-
Updated
Apr 23, 2019 - Python
-
Updated
Nov 10, 2020 - Python
-
Updated
Nov 7, 2020 - Python
We are already able to customize the dictionary of messages simplelogin flashes. However, there is no easy way to:
- Toggle messages on and off
- Customize the categories of the flashes
Toggling could be useful if the user has implemented a custom login checker function, or if the user doesn't want to flash these messages. Custom categories could be useful for projects structured with diffe
-
Updated
Nov 2, 2020 - Python
-
Updated
Feb 7, 2018 - Python
-
Updated
Oct 29, 2020 - Python
-
Updated
Apr 29, 2019 - Python
-
Updated
Mar 30, 2020 - Python
-
Updated
Jul 11, 2020 - Python
-
Updated
Oct 16, 2018 - Python
-
Updated
Oct 14, 2020 - Python
-
Updated
Oct 30, 2020 - Python
-
Updated
Jan 23, 2020 - Python
-
Updated
Aug 23, 2019 - Python
-
Updated
Jan 20, 2020 - Python
-
Updated
Aug 31, 2020 - Python
-
Updated
Oct 5, 2020 - Python
-
Updated
Jan 7, 2020 - Python
-
Updated
May 29, 2014 - Python
-
Updated
Dec 30, 2019 - Python
-
Updated
Jan 17, 2017 - Python
Improve this page
Add a description, image, and links to the flask-extensions topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the flask-extensions topic, visit your repo's landing page and select "manage topics."
Hi,
thank you for the library. It really improved the way I approach configuration files.
Finally I have types and proper sections.
What I am missing is schema: I would love to be able to enforce that some parameters are obligatory, their type and provide a description, also raise an exception if there is some unknown parameter is configured.
I think I could use something like
marshmallow