manchenkoff / openapi3-parser

OpenAPI 3 parser to use a specification inside of the code in your projects
https://pypi.org/project/openapi3-parser/
MIT License
61 stars 33 forks source link

Add py.typed file #58

Closed patrick91 closed 1 year ago

patrick91 commented 1 year ago

From: https://peps.python.org/pep-0561/ and https://blog.whtsky.me/tech/2021/dont-forget-py.typed-for-your-typed-python-package/

This basically tells mypy and pyright that the package is typed 😊

manchenkoff commented 1 year ago

Hey @patrick91 , thanks for the contribution, tbh I didn't even know about this thing 😄

manchenkoff commented 1 year ago

published as v1.1.9