You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,10 @@ This list tracks the growing movement of Python projects leveraging Rust for the
108
108
109
109
-[ruff](https://github.com/astral-sh/ruff) - An extremely fast Python linter and code formatter.
110
110
-[ty](https://github.com/astral-sh/ty) - An extremely fast Python type checker and language server by Astral.
111
+
-[zuban](https://github.com/zubanls/zuban) - A high-performance Python language server and type checker with PyRight-like and Mypy-compatible modes.
112
+
-[pylyzer](https://github.com/mtshiba/pylyzer) - A fast static type checker and language server for Python, over 100x faster than Pyright.
111
113
-[pyrefly](https://github.com/facebook/pyrefly) - A fast Python type checker and language server from Meta.
114
+
-[rumdl](https://github.com/rvben/rumdl) - A high-performance Markdown linter and formatter written in Rust.
112
115
113
116
## Miscellaneous
114
117
@@ -117,10 +120,12 @@ This list tracks the growing movement of Python projects leveraging Rust for the
117
120
118
121
## Package Management & Tooling
119
122
120
-
-[uv](https://github.com/astral-sh/uv) - An extremely fast Python package and project manager. 10-100x faster than pip, replaces pip-tools, poetry, pyenv, pipx, and virtualenv in a single tool.
123
+
-[huak](https://github.com/cnpryer/huak) - A Python package manager written in Rust, providing a Cargo-like experience for Python development.
121
124
-[maturin](https://github.com/PyO3/maturin) - Build and publish Rust-based Python packages with pyo3, cffi, and uniffi bindings.
122
125
-[pixi](https://github.com/prefix-dev/pixi) - A fast conda/pip package manager.
126
+
-[prek](https://github.com/j178/prek) - A fast Rust-based reimplementation of the pre-commit framework for managing Git hooks.
123
127
-[rye](https://github.com/astral-sh/rye) - A Python project management tool (largely succeeded by uv).
128
+
-[uv](https://github.com/astral-sh/uv) - An extremely fast Python package and project manager. 10-100x faster than pip, replaces pip-tools, poetry, pyenv, pipx, and virtualenv in a single tool.
0 commit comments