sachin1801 9687ada023 Initial commit: Claude Code v2.1.88 source extracted from npm source maps 4 days ago
..
LICENSE 9687ada023 Initial commit: Claude Code v2.1.88 source extracted from npm source maps 4 days ago
README.md 9687ada023 Initial commit: Claude Code v2.1.88 source extracted from npm source maps 4 days ago

README.md

pyright-lsp

Python language server (Pyright) for Claude Code, providing static type checking and code intelligence.

Supported Extensions

.py, .pyi

Installation

Install Pyright globally via npm:

npm install -g pyright

Or with pip:

pip install pyright

Or with pipx (recommended for CLI tools):

pipx install pyright

More Information