No project description provided
Project description
rust-python-linter
A performance-focused, Pyflakes-inspired Python linter, written in Rust.
Features:
- Python 3.10 compatibility
- ESLint-inspired cache semantics
- TypeScript
-inspired
--watch
semantics
Installation
Available as rust-python-linter
on PyPI:
pip install rust-python-linter
Usage
To run the linter, try any of the following:
rust_python_linter path/to/code/to/check.py
# ...or...
rust_python_linter path/to/code/
# ...or...
rust_python_linter path/to/code/*.py
You can also run in --watch
mode to automatically re-run the linter on-change with, e.g.:
rust_python_linter path/to/code/ --watch
Development
As the name suggests, rust-python-linter
is implemented in Rust:
cargo fmt
cargo clippy
cargo run resources/test/src
Deployment
rust-python-linter
is released for Python using maturin
:
maturin publish
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
rust_python_linter-0.0.2.tar.gz
(22.0 kB
view hashes)
Built Distributions
Close
Hashes for rust_python_linter-0.0.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e1372a81b33238e3811f76e6fce779f0238b5fe8edbfcbccd07a5de684d16bf1 |
|
MD5 | a861ad23f89e8cf1fdd4e1fb601e7a1c |
|
BLAKE2b-256 | 6b94103f37c7fd4a05bf0af163c5e4dacf31bbdb4cd18660c7e1888d5c185953 |
Close
Hashes for rust_python_linter-0.0.2-cp38-cp38-macosx_10_7_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bc4fb509592288822d7f0ae33c32966762a7a1332f5258ffcbc7c223b652ad19 |
|
MD5 | a462e8eeebc60e5bf790db33f8039721 |
|
BLAKE2b-256 | 6c1e47929be8d43aee092e0e536bb69a78ce22e439cdc81aa3209782895a2d80 |