pylyzer
Code Analyzer
A fast and feature-rich static code analyzer and language server for Python
A fast, feature-rich static code analyzer & language server for Python
2k stars
21 watching
33 forks
Language: Rust
last commit: 10 days ago
Linked from 1 awesome list
language-serverpythonruststatic-analysistype-checker
Related projects:
Repository | Description | Stars |
---|---|---|
indygreg/pyoxidizer | A tool for packaging and distributing Python applications by creating self-contained executables with embedded Python interpreters. | 5,493 |
google/pytype | Automates type checking and error prevention in Python code | 4,773 |
benfred/py-spy | A tool that lets you visualize what your program is spending time on without modifying the code. | 12,828 |
microsoft/pyright | A static type checker for the Python programming language | 13,427 |
microsoft/pylance-release | A Python language server extension providing code analysis and features like auto-imports and type checking | 1,719 |
facebook/pyre-check | Type-checking software for Python code | 6,859 |
pytorch-labs/torchfix | A tool to analyze and fix issues in PyTorch-related Python code, with automated fixes available. | 102 |
pyo3/pyo3 | Rust bindings for Python interpreter | 12,376 |
orsinium-labs/flake8-pylint | An extension for flake8 that integrates PyLint to check Python code quality and detect potential errors. | 8 |
rustpython/rustpython | A Python interpreter written in Rust, allowing execution of Python code on the target platform. | 19,213 |
pyinstaller/pyinstaller | A tool for bundling Python applications and their dependencies into standalone executables. | 11,914 |
pymorphy2/pymorphy2 | A morphological analyzer and generator for Russian and Ukrainian languages | 1,123 |
pyston/pyston | A performance-enhancing Python compiler that improves language execution speed and compatibility | 2,504 |
skelsec/pypykatz | An implementation of Mimikatz in pure Python for parsing Windows secrets and registry data. | 2,879 |
pysimplegui/pysimplegui | A Python GUI library that simplifies the development of desktop applications with a simple and intuitive interface. | 13,441 |