Scan your Python project files to catch style violations before submitting code.
Add pyrid to your workflow to automatically flag unused variables and risky patterns.
Use it as a lightweight alternative to flake8 or pylint for quick code checks.
| khabib73/pyrid | avbiswas/sam2-mlx | mobiusquant/openmobius-skill | |
|---|---|---|---|
| Stars | 28 | 27 | 27 |
| Language | Python | Python | Python |
| Setup difficulty | easy | moderate | moderate |
| Complexity | 2/5 | 4/5 | 3/5 |
| Audience | developer | researcher | data |
Figures from each repo's GitHub metadata at analysis time.
Pyrid is a linter for Python code. A linter is a tool that reads your source files and flags problems, such as style violations, unused variables, or code that might behave unexpectedly, without actually running the program. You install pyrid with a single pip command and then point it at your Python files. The README is very sparse and does not describe what specific rules pyrid checks, how to configure it, or how its output compares to established Python linters like flake8 or pylint. The project targets Python 3.14 and is released under the MIT license.
Pyrid is a Python linter, a tool that reads your code and flags style problems, unused variables, or risky patterns without running the program. Install with one pip command.
Mainly Python. The stack also includes Python.
MIT license, use freely for any purpose, including commercial projects, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.