Skip to content

Commit 3d36773

Browse files
authored
chore: add more packages (#6)
1 parent 3c7e6f4 commit 3d36773

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,10 @@ This list tracks the growing movement of Python projects leveraging Rust for the
108108

109109
- [ruff](https://github.com/astral-sh/ruff) - An extremely fast Python linter and code formatter.
110110
- [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.
111113
- [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.
112115

113116
## Miscellaneous
114117

@@ -117,10 +120,12 @@ This list tracks the growing movement of Python projects leveraging Rust for the
117120

118121
## Package Management & Tooling
119122

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.
121124
- [maturin](https://github.com/PyO3/maturin) - Build and publish Rust-based Python packages with pyo3, cffi, and uniffi bindings.
122125
- [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.
123127
- [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.
124129

125130
## Rust-Python Interop
126131

0 commit comments

Comments
 (0)