pior / appsecrets

Python 3.6+ library to manage your application secrets with Google Cloud KMS
https://pypi.org/project/appsecrets/
MIT License
1 stars 0 forks source link

Add a PEP-561 marker to say the package contains type hints #22

Closed pior closed 5 years ago

pior commented 5 years ago

If you would like to publish a library package to a package repository (e.g. PyPI) for either internal or external use in type checking, packages that supply type information via type comments or annotations in the code should put a py.typed in their package directory.

Support in Mypy : https://mypy.readthedocs.io/en/latest/installed_packages.html The PEP: https://www.python.org/dev/peps/pep-0561/