Metadata-Version: 2.1
Name: drf-yasg-stubs
Version: 0.0.dev1
Summary: Typing stubs for drf-yasg library (PEP 484 stubs for Mypy and PyCharm)
Home-page: https://github.com/intgr/drf-yasg-stubs
Author: Marti Raudsepp
Author-email: marti@juffo.org
License: MIT
Description: <a href="http://mypy-lang.org/">
        <img src="http://mypy-lang.org/static/mypy_light.svg" alt="mypy logo" width="300px"/>
        </a>
        
        # Typing stubs for drf-yasg library
        
        PEP 484 type stubs for Mypy and PyCharm.
        
        This package contains type stubs to provide more precise static types and
        type inference for
        [drf-yasg](https://drf-yasg.readthedocs.io/en/stable/), the OpenAPI/Swagger
        generator for Django REST Framework.
        
        ## Installation
        
        ```bash
        pip install drf-yasg-stubs
        ```
        
        That's all, run Mypy and it should be able to pick up these stubs.
        
        ## Development
        
        Release process: https://twine.readthedocs.io/en/stable/#using-twine
        
        * docker build --tag=drf-yasg-stubs .
        * docker run --rm -it drf-yasg-stubs twine upload dist/*
        
Platform: UNKNOWN
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
