Metadata-Version: 2.1
Name: flask-constance
Version: 0.1.2
Summary: Dynamic settings for Flask applications
Home-page: https://github.com/TitaniumHocker/Flask-Constance
License: MIT
Keywords: flask,extension
Author: Ivan Fedorov
Author-email: inbox@titaniumhocker.ru
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Flask
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries
Requires-Dist: Flask (>=2.0.1,<3.0)
Requires-Dist: Flask-Admin[admin] (>=1.6.1,<2.0.0)
Requires-Dist: Flask-SQLAlchemy[fsqla] (>=2.5.1,<3.0.0)
Requires-Dist: Flask-WTF[admin] (>=1.1.1,<2.0.0)
Requires-Dist: SQLAlchemy[fsqla] (>1.4,<2.0)
Requires-Dist: blinker[signals] (>=1.6,<2.0)
Project-URL: Bug Tracker, https://github.com/TitaniumHocker/Flask-Constance/issues
Project-URL: Documentation, https://flask-constance.rtfd.io
Project-URL: Repository, https://github.com/TitaniumHocker/Flask-Constance
Description-Content-Type: text/x-rst

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

|pythonver|
|license|

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

|black|

Dynamic settings for Flask applications.

This extension is inspired by `Django-Constance <https://github.com/jazzband/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 <https://flask-constance.rtfd.io>`_.


.. |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
