pulumi/sdk/python
James Forcier bf84a3482b Add py.typed to Python package for PEP 561 compliance (#3704)
PEP 561 specifies that packages which contain either inline type hints
or type stubs should indicate their support for type hints via
including a file named `py.typed` in the root of the package. Since
Pulumi already includes inline type hints, adding `py.typed` to the
Python SDK simply allows these hints to be used by mypy.
2020-01-17 15:01:36 -08:00
..
cmd Fix broken test 2019-12-21 06:51:42 -08:00
dist Python Dynamic Providers (#2900) 2019-07-19 10:18:25 -07:00
lib Add py.typed to Python package for PEP 561 compliance (#3704) 2020-01-17 15:01:36 -08:00
pkg/version Add license headers 2018-05-22 15:02:47 -07:00
.gitignore add .venv/ to python .gitignore to ignore when using PIPENV_VENV_IN_PROJECT=1 2019-06-19 12:43:04 -07:00
.pylintrc Make 'ResourceOptions.merge' static so downstream clients don't have to manually handle None cases. (#3072) 2019-08-14 15:55:03 -07:00
Makefile Enable mypy (#3758) 2020-01-17 14:45:08 -08:00
mypy.ini Enable mypy (#3758) 2020-01-17 14:45:08 -08:00
Pipfile Enable mypy (#3758) 2020-01-17 14:45:08 -08:00
Pipfile.lock Enable mypy (#3758) 2020-01-17 14:45:08 -08:00