-
Updated
Nov 18, 2020 - Python
flask-extension
Here are 54 public repositories matching this topic...
-
Updated
Sep 28, 2020 - Python
-
Updated
Oct 30, 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
Aug 2, 2020 - Python
-
Updated
Oct 29, 2020 - Python
Flask-Discord makes use of the Flask config for few configurations values like Discord application client ID, secret, etc. and more. However, the documentation is missing list and description about all of the keys used by the library.
Describing them in the documentation might be helpful to the library users to better fine tune it as for their needs.
Quick way to find them is to look for `co
-
Updated
Apr 6, 2020 - Python
-
Updated
Oct 30, 2020 - Python
There are different conventions for virtual environments.
Like creating all the virtual environments on a folder ( "~/virtualenvs/" ),
or naming the virtual environment with a leading dot ( ".../project/path/.venv" ),
right now the virtual environment is created inside the project folder with a default name "venv"
-
Updated
Apr 9, 2020 - Python
-
Updated
Jul 11, 2020 - Python
-
Updated
Mar 30, 2020 - Python
-
Updated
Jan 23, 2020 - Python
-
Updated
Nov 20, 2020 - Python
-
Updated
Nov 23, 2020 - Python
-
Updated
Nov 4, 2019 - Python
-
Updated
May 29, 2014 - Python
If a PEP is called on a function, and the policy denies its execution, there should be a parameter that allows to specify a return value and/or a function that returns such value.
-
Updated
Jul 16, 2016 - Python
-
Updated
Sep 27, 2018 - Python
-
Updated
May 23, 2018 - Python
-
Updated
Jan 25, 2020 - Python
-
Updated
Nov 13, 2020 - Python
-
Updated
Jun 26, 2019 - Python
-
Updated
Jul 25, 2020 - Python
-
Updated
Sep 26, 2019 - Python
-
Updated
May 15, 2019 - Python
Improve this page
Add a description, image, and links to the flask-extension topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the flask-extension 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