function-sdk-python/crossplane/function
Nic Cope f295c0144b Let tools know this library supports type hints
https://typing.python.org/en/latest/spec/distributing.html#packaging-type-information
https://typing.python.org/en/latest/guides/libraries.html#marking-a-package-as-providing-type-information

It turns out we need to add a py.typed file so that tools will know this
library has type hints. As far as I can tell we don't need to do
anything special to have our build tool (Hatch) include this file when
it builds and packages the library.

Signed-off-by: Nic Cope <nicc@rk0n.org>
2025-04-01 06:23:58 -07:00
..
proto chore: stick to grpcio 1.67.0 2024-11-26 20:04:55 +01:00
__version__.py Use Python-compatible versions 2024-01-03 18:37:34 -08:00
logging.py Add license headers 2023-11-21 19:06:10 -08:00
py.typed Let tools know this library supports type hints 2025-04-01 06:23:58 -07:00
resource.py Merge branch 'main' into main 2025-01-15 10:01:42 +01:00
response.py Promote composition functions to v1 2024-08-16 15:05:29 -07:00
runtime.py Return a response, not a request 2024-08-16 17:17:05 -07:00