Add project URLs (#22)

1 file changed
tree: ceea5e1247b594f8154d8371d0f2a747ab581ed1
  1. .github/
  2. docs/
  3. src/
  4. tests/
  5. .gitignore
  6. .pre-commit-config.yaml
  7. HISTORY.md
  8. LICENSE
  9. Makefile
  10. mkdocs.yml
  11. pyproject.toml
  12. README.md
  13. uv.lock
README.md

typing-inspection

CI Coverage PyPI Versions License Ruff

typing-inspection provides tools to inspect type annotations at runtime.

Installation

From PyPI:

pip install typing-inspection

The library can be imported from the typing_inspection module.