diff --git a/README.md b/README.md index e78d63e..fabc83b 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,10 @@ We try to keep these crates as a well-packaged library for more potential users. - [RustPython][RustPython] is a Python interpreter - [Ruff][Ruff] is an extremely fast Python linter +- [Pylyzer][Pylyzer] is a static code analyzer / language server for Python - [Baembal][Baembal] is a Python package to accelerate `ast.parse` [RustPython]: https://github.com/RustPython/RustPython [Ruff]: https://github.com/charliermarsh/ruff +[Pylyzer]: https://github.com/mtshiba/pylyzer [Baembal]: https://github.com/youknowone/baembal