Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/titaniumhocker/flask-constance
- Owner: TitaniumHocker
- License: mit
- Created: 2020-05-25T04:49:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-11T20:25:37.000Z (10 months ago)
- Last Synced: 2024-03-15T15:53:50.237Z (8 months ago)
- Topics: flask, flask-extension, python
- Language: Python
- Homepage: https://flask-constance.rtfd.io
- Size: 583 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE
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-constanceDocumentation
=============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