3 unstable releases

0.4.0 Aug 6, 2024
0.3.1 Apr 6, 2024
0.3.0 Aug 29, 2023

#738 in FFI

Download history 216547/week @ 2026-04-27 197524/week @ 2026-05-04 214560/week @ 2026-05-11 223261/week @ 2026-05-18 218254/week @ 2026-05-25 274192/week @ 2026-06-01 279141/week @ 2026-06-08 200650/week @ 2026-06-15 233963/week @ 2026-06-22 220968/week @ 2026-06-29 235586/week @ 2026-07-06 253038/week @ 2026-07-13 263797/week @ 2026-07-20 279724/week @ 2026-07-27 254942/week @ 2026-08-03 264475/week @ 2026-08-10

1,083,448 downloads per month
Used in 248 crates (2 directly)

MIT license

82KB
2K SLoC

RustPython parser as a library

This project is forked from RustPython project. The parser was one of the core parts of RustPython and the Ruff project. Now it is superseded by https://github.com/astral-sh/ruff/tree/v0.4.10/crates/ruff_python_parser

We try to keep these crates as a well-packaged library for more potential users.

Projects

  • RustPython is a Python interpreter
  • Ruff is an extremely fast Python linter
  • Pylyzer is a static code analyzer / language server for Python
  • Baembal is a Python package to accelerate ast.parse

Dependencies

~1–1.6MB
~36K SLoC