Skip to content

Commit 4992210

Browse files
Merge pull request #1890 from nix-community/update-readme
Update README
2 parents 3f02f1c + 032e07f commit 4992210

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,16 @@ _poetry2nix_ turns [Poetry](https://python-poetry.org/) projects into Nix deriva
77

88
For more information, see [the original announcement post](https://www.tweag.io/blog/2020-08-12-poetry2nix/).
99

10-
## Maintenance status: ⚠️ Unmaintained ⚠️
10+
## Maintenance status: ⚠️ Work in Progress ⚠️
1111

12-
The creator & long-term maintainer of poetry2nix ([@adisbladis](https://github.com/adisbladis)) is no longer using Poetry or Poetry2nix.
13-
This means that [poetry2nix is looking for maintainers](https://github.com/nix-community/poetry2nix/issues/1865).
12+
[@Nebucatnetzer](https://github.com/Nebucatnetzer) took over maintenance for poetry2nix and [@elikoga](https://github.com/elikoga) is supporting him in doing so.
13+
We're currently working on getting the project up and running again.
14+
15+
Poetry has a number of upcoming large changes, which poetry2nix is currently not supporting:
1416

15-
Poetry has a number of upcoming large changes, which poetry2nix is unlikely to gain support for:
1617
- [PEP-621 pyproject.toml metadata](https://github.com/python-poetry/poetry-core/pull/708)
1718
- [Poetry 2.0](https://github.com/python-poetry/poetry/issues/9448)
1819

19-
If you are not already using Poetry & Poetry2nix, do consider [`uv`](https://docs.astral.sh/uv/) & [`uv2nix`](https://github.com/adisbladis/uv2nix).
20-
2120
## Quickstart Non-flake
2221

2322
You can turn your Python application into a Nix package with a few lines
@@ -609,6 +608,10 @@ poetry2nix.mkPoetryApplication {
609608
- [Package and deploy Python apps faster with Poetry and Nix](https://www.youtube.com/watch?v=TbIHRHy7_JM)
610609
This is a short (11 minutes) video tutorial by [Steve Purcell](https://github.com/purcell/) from [Tweag](https://tweag.io) walking you through how to get started with a small web development project.
611610

611+
## Alternative projects
612+
613+
If poetry2nix isn't working for your use case check the NixOS wiki for alternative solutions: https://wiki.nixos.org/wiki/Python#Package_a_Python_application
614+
612615
## Contributing
613616

614617
Contributions to this project are welcome in the form of GitHub PRs. Please consider the following before creating PRs:

0 commit comments

Comments
 (0)