Skip to content

Commit

Permalink
Merge pull request #1890 from nix-community/update-readme
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
Nebucatnetzer authored Jan 13, 2025
2 parents 3f02f1c + 032e07f commit 4992210
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,16 @@ _poetry2nix_ turns [Poetry](https://python-poetry.org/) projects into Nix deriva

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

## Maintenance status: ⚠️ Unmaintained ⚠️
## Maintenance status: ⚠️ Work in Progress ⚠️

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

Poetry has a number of upcoming large changes, which poetry2nix is currently not supporting:

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

If you are not already using Poetry & Poetry2nix, do consider [`uv`](https://docs.astral.sh/uv/) & [`uv2nix`](https://github.com/adisbladis/uv2nix).

## Quickstart Non-flake

You can turn your Python application into a Nix package with a few lines
Expand Down Expand Up @@ -609,6 +608,10 @@ poetry2nix.mkPoetryApplication {
- [Package and deploy Python apps faster with Poetry and Nix](https://www.youtube.com/watch?v=TbIHRHy7_JM)
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.

## Alternative projects

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

## Contributing

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

0 comments on commit 4992210

Please sign in to comment.