Metadata-Version: 2.1
Name: Flask-HTTPAuth-stubs
Version: 0.1.3
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: [![PyPI version](https://badge.fury.io/py/Flask-HTTPAuth-stubs.svg)](https://pypi.org/project/Flask-HTTPAuth-stubs)
        [![Code on Github](https://img.shields.io/badge/Code-GitHub-brightgreen)](https://github.com/MartinThoma/Flask-HTTPAuth-stubs)
        [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
        ![GitHub last commit](https://img.shields.io/github/last-commit/MartinThoma/Flask-HTTPAuth-stubs)
        
        # Flask-HTTPAuth-stubs
        
        Add types for [Flask-HTTPAuth](https://pypi.org/project/Flask-HTTPAuth/) for mypy.
        
        ## Installation
        
        ```
        $ pip install flask-httpauth-stubs
        ```
        
        ## Usage
        
        Mypy will automatically use the type annotations in this package, once it is
        installed.
        
Keywords: utility,mypy,stubs
Platform: Linux
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Framework :: Flask
Description-Content-Type: text/markdown
