@@ -41,7 +41,7 @@ Have a look at the [Python-specific documentation](https://davidvujic.github.io/
4141You will find installation, setup, usage guides, examples and more.
4242
4343## Python Monorepos with Polylith :snake :
44- You can use Polylith with Poetry, Hatch, PDM, Rye, uv and Pantsbuild.
44+ You can use Polylith with Poetry, Hatch, PDM, Rye, Maturin, Pixi, uv and Pantsbuild.
4545This repo contains a Poetry plugin, a standalone CLI and build hooks.
4646
4747* [ a Poetry Plugin] ( https://pypi.org/project/poetry-polylith-plugin )
@@ -51,7 +51,7 @@ This repo contains a Poetry plugin, a standalone CLI and build hooks.
5151* [ a PDM Build Hook for the workspace] ( https://pypi.org/project/pdm-polylith-workspace/ )
5252
5353The Poetry plugin adds tooling support to Poetry.
54- The CLI adds tooling support for several Package & Dependency Managers (such as Hatch, PDM, Rye, Pixi and uv).
54+ The CLI adds tooling support for several Package & Dependency Managers (such as Hatch, PDM, Rye, Maturin, Pixi and uv).
5555
5656The Hatch Build Hook adds build-specific support (also for uv, Rye, Pixi and Pantsbuild, using hatchling as the build backend).
5757The PDM Build Hook for _ projects_ adds build-specific support for PDM.
@@ -70,7 +70,7 @@ The repositories are example __Python__ setups of the Polylith Architecture.
7070You will find examples of sharing code between different kind of projects,
7171and developer tooling setup such as ` mypy ` and the ` venv ` .
7272
73- There's more examples and production systems in the [ documentation] ( https://davidvujic.github.io/python-polylith-docs/examples/ ) .
73+ There's __ more examples __ and production systems in the [ documentation] ( https://davidvujic.github.io/python-polylith-docs/examples/ ) .
7474
7575## Videos
7676
0 commit comments