Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/titaniumhocker/flask-constance

Dynamic settings for Flask applications
https://github.com/titaniumhocker/flask-constance

flask flask-extension python

Last synced: 28 days ago
JSON representation

Dynamic settings for Flask applications

Awesome Lists containing this project

README

        

###############
Flask-Constance
###############

|pythonver|
|license|

|tests|
|lint|
|mypy|
|docs|

|black|

Dynamic settings for Flask applications.

This extension is inspired by `Django-Constance `_.

Installation
============

This package is available on PyPI. So, it can be installed via `pip`, `pipenv`, `poetry`, etc.

This command will install package from PyPI:

.. code:: bash

python3 -m pip install flask-constance

Documentation
=============

Documentation of this project is available at `readthedocs `_.

.. |tests| image:: https://github.com/TitaniumHocker/Flask-Constance/workflows/tests/badge.svg

.. |lint| image:: https://github.com/TitaniumHocker/Flask-Constance/workflows/lint/badge.svg

.. |mypy| image:: https://github.com/TitaniumHocker/Flask-Constance/workflows/mypy/badge.svg

.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black

.. |pythonver| image:: https://img.shields.io/pypi/pyversions/flask-constance
:alt: PyPI - Python Version

.. |license| image:: https://img.shields.io/pypi/l/flask-constance
:alt: PyPI - License

.. |docs| image:: https://readthedocs.org/projects/flask-constance/badge/?version=latest