Metadata-Version: 2.1
Name: moflask
Version: 2.0.0a4
Summary: Re-usable flask utilities.
Author-email: Roman Zimmermann <roman@more-onion.com>
Project-URL: repository, https://github.com/moreonion/moflask
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: requests
Provides-Extra: jwt
License-File: LICENSE.txt

# moflask

Utility library to build flask apps faster and more consistent. It includes:

* `moflask.flask.BaseApp`: A base class that handles config loading and default
  extensions.
* `moflask.wsgi.ProxyFix`: A middleware that safely handles `X-Forwarded-For`
  and related headers.
* `moflask.mail`: Hacky wrappers around Flask-Mail to support custom a envelope_from
  and local hostname.
* `moflask.logging`: Logging helpers with preconfigured handlers and filters.
Enabled on the BaseApp.
