pulumi/sdk/python/lib/pulumi
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
..
dynamic Enable mypy (#3758) 2020-01-17 14:45:08 -08:00
runtime Enable mypy (#3758) 2020-01-17 14:45:08 -08:00
__init__.py Propagate inputs to outputs during preview. (#3327) 2019-11-11 12:09:34 -08:00
asset.py Update python FileAsset to accept os.PathLike in addition to str. (#3368) 2019-10-18 14:31:59 -07:00
config.py Enable mypy (#3758) 2020-01-17 14:45:08 -08:00
errors.py Python Dynamic Providers (#2900) 2019-07-19 10:18:25 -07:00
invoke.py Enable mypy (#3758) 2020-01-17 14:45:08 -08:00
log.py Clean up documentation for Python SDK (#2398) 2019-01-31 10:36:03 -08:00
metadata.py Clean up documentation for Python SDK (#2398) 2019-01-31 10:36:03 -08:00
output.py Enable mypy (#3758) 2020-01-17 14:45:08 -08:00
py.typed Add py.typed to Python package for PEP 561 compliance (#3704) 2020-01-17 15:01:36 -08:00
resource.py Enable mypy (#3758) 2020-01-17 14:45:08 -08:00
stack_reference.py Enable mypy (#3758) 2020-01-17 14:45:08 -08:00