Skip to the content.

Flask Configuration Mechanism

config_flask is toolset for configuration setup of Flask App.

Developed in python code: 100%.

The README is used to introduce the modules and provide instructions on how to install the modules, any machine dependencies it may have and any other information that should be provided before the modules are installed.

config_flask_python_checker config_flask_package_checker GitHub issues open GitHub contributors

Table of Contents

Installation

Used next development environment

debian linux os

Navigate to release page download and extract release archive.

To install config_flask type the following

tar xvzf config_flask-x.y.z.tar.gz
mv config_flask-x.y.z/app_server/configuration /FlaskApp/app_server/

Or You can use docker to create image/container.

Dependencies

config_flask requires other modules and libraries

Package structure

Expected configuration structure

    app_server/
        ├── configuration/
        │   ├── database/
        │   │   ├── development_config.py
        │   │   ├── __init__.py
        │   │   ├── production_config.py
        │   │   └── test_config.py
        │   ├── development_config.py
        │   ├── __init__.py
        │   ├── mail/
        │   │   ├── development_config.py
        │   │   ├── __init__.py
        │   │   ├── production_config.py
        │   │   └── test_config.py
        │   ├── production_config.py
        │   └── test_config.py
        └── __init__.py

Docs

Documentation Status

More documentation and info at

Contributing

Contributing to config_flask

license: gpl v3 license apache 2.0

Copyright (C) 2017 - 2024 by vroncevic.github.io/config_flask

config_flask is free software; you can redistribute it and/or modify it under the same terms as Python itself, either Python version 3.x or, at your option, any later version of Python 3 you may have available.

Lets help and support PSF.

Python Software Foundation

Donate