pyright/docs/README.md

10 lines
545 B
Markdown
Raw Normal View History

![Pyright](img/PyrightLarge.png)
# Static type checker for Python
2024-01-22 07:35:11 +03:00
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.
2024-01-22 07:35:11 +03:00
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).