Metadata-Version: 2.1
Name: moflask
Version: 1.3.0
Summary: Re-usable flask utilities.
Home-page: https://github.com/moreonion/moflask
Author: Roman Zimmermann
Author-email: torotil@gmail.com
License: UNKNOWN
Download-URL: https://github.com/moreonion/moflask/archive/refs/tags/v1.3.0.tar.gz
Description: # moflask
        
        Utility library to build flask apps faster and more consistent. It includes:
        
        * `moflask.flask.BaseApp`: A base class that handles config objects and config
          environments.
        * `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.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Description-Content-Type: text/markdown
Provides-Extra: jwt
Provides-Extra: requests
Provides-Extra: test
