A CLI tool and JSON-RPC server that exposes Python type inference from the 'ty' library. It provides structured type descriptors, callable signature extraction, and support for generics, TypeVar bounds, and ParamSpec. Current version 0.0.31, updated frequently.
pip install ty-typesVerified import paths — ran on the pinned version, not inferred.
Quickstart: import TypeDescriptor and infer types. Also see CLI: `ty-types` command.
Replace any imports from `ty_types.ide_support` with `ty_types.direct_call`.
Update consumers of serialized type data to expect `typeParameters` field always present (even if empty).
Ensure runtime environment matches Python version requirements in your project.