pulumi/sdk/python/lib
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
..
pulumi Add py.typed to Python package for PEP 561 compliance (#3704) 2020-01-17 15:01:36 -08:00
test Output.apply should lift resources from inner Outputs to the top level output. (#3663) 2019-12-17 14:11:45 -08:00
setup.py Add py.typed to Python package for PEP 561 compliance (#3704) 2020-01-17 15:01:36 -08:00