pylyzer 0.0.26

A static code analyzer & language server for Python
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[build-system]
requires = ["maturin>=0.12"]
build-backend = "maturin"

[project]
name = "pylyzer"
description = "A fast static code analyzer & language server for Python"
requires-python = ">=3.7"
classifiers = [
    "Development Status :: 2 - Pre-Alpha",
    "Operating System :: OS Independent",
    "Programming Language :: Python",
    "Programming Language :: Rust",
    "Topic :: Software Development :: Quality Assurance",
]