Metadata-Version: 2.1
Name: Flask-HTTPAuth-stubs
Version: 0.1.1
Summary: Mypy plugin and stubs for Flask-HTTPAuth
Home-page: UNKNOWN
Author: Martin Thoma
Author-email: info@martin-thoma.de
Maintainer: Martin Thoma
Maintainer-email: info@martin-thoma.de
License: MIT license
Description: # flask_httpauth_stubs
        
        Add types for Flask-HTTPAuth for mypy.
        
        ## Installation
        
        ```
        $ pip install flask-httpauth-stubs
        ```
        
        <!-- ## Usage
        
        You need to enable the plugin in your mypy config file:
        
        ```
        [mypy]
        plugins = flask_httpauth_stubs
        ```
         -->
        
Keywords: utility,mypy
Platform: Linux
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Description-Content-Type: text/markdown
