Skip to content

Commit 4ae3baa

Browse files
authored
Merge pull request #14 from DavidVujic/initial-pixi-docs
docs: initial info about Pixi
2 parents 8bd064e + 17c705b commit 4ae3baa

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Polylith is about:
4646
The __Python tools for the Polylith Architecture__ is available as two options:
4747

4848
- A __Poetry__ plugin. The plugin will add Polylith specific features to Poetry.
49-
- A standalone CLI supporting __uv__, __Hatch__, __PDM__, __Rye__, __Pantsbuild__ and __Maturin__ (and Poetry).
49+
- A standalone CLI supporting __uv__, __Hatch__, __PDM__, __Rye__, __Pantsbuild__, __Maturin__ and __Pixi__ (and Poetry).
5050

5151
### Use cases
5252

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ poetry self add poetry-polylith-plugin
1616

1717
Done!
1818

19-
## uv, Hatch, PDM, Rye, Pantsbuild and Maturin
19+
## uv, Hatch, PDM, Rye, Pantsbuild, Maturin and Pixi
2020

2121
No globally added tools needed. Add the project-specific dependencies (see the [Setup](setup.md) and [Projects & pyproject.toml](projects.md) section),
2222
and the build hook plugins to add support for the Polylith structure and when packaging libraries.

docs/setup.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,10 @@ __Choose the name wisely.__ Have a look in [PEP-423](https://peps.python.org/pep
254254

255255
`--theme` the structure of the workspace, `loose` is the recommended structure for Python.
256256

257+
### Pixi
258+
Have a look at the Hatch and Maturin sections for setup, packaging and usage. More details about Pixi setup coming soon!
259+
As of this writing, Pixi has experimental support for building and packaging. The Hatch-specific hooks is not (currently) needed for Pixi.
260+
257261
### Pantsbuild (aka Pants)
258262
Have a look in the Pants-specific [example repository](examples.md) for details on the setup.
259263
You will find examples of combining Pants with Polylith, by using the Hatch build backend in the project-specific configurations.

0 commit comments

Comments
 (0)