flask-exception

Flask-Exception is a Flask extension that provides exception handling and logging for Flask applications.

Downloads
38
Stars
0
Committers
1

Flask-Exception

Flask-Exception is a Flask extension that provides exception handling and logging for Flask applications.

Installation

# For Flask >= 2.0.0
pip install flask-exception

Flask configuration

Flask-exception does not provide any configuration defaults. User is responsible for setting up correct database settings, to exclude any possible misconfiguration and data corruption.

There are several options to set connection. Please note, that all except recommended are deprecated and may be removed in future versions, to lower code base complexity and bugs. If you use any deprecated connection settings approach, you should update your application configuration.

Please refer to [complete connection settings description] for more info.

Usage and API documentation

Full project documentation available on [read the docs].

Contributing and testing

We are welcome for contributors and testers! Check [Contribution guidelines].

License

Flask-Exception is distributed under [BSD 3-Clause License].

Package Rankings
Top 35.51% on Pypi.org
Badges
Extracted from project README
PyPI version CI Tests Documentation Status Maintainability Test Coverage