pyright/docs/README.md
2024-01-21 20:35:11 -08:00

10 lines
545 B
Markdown

![Pyright](img/PyrightLarge.png)
# Static type checker for Python
Pyright is a full-featured, [standards-compliant](https://htmlpreview.github.io/?https://github.com/python/typing/blob/main/conformance/results/results.html) static type checker for Python. It is designed for high performance and can be used with large Python source bases.
Pyright includes a [command-line tool](command-line.md), a language server, and an [extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-pyright.pyright).