An open API service indexing awesome lists of open source software.

https://github.com/pyproject-nix/pyproject.nix

A collection of Nix utilities to work with Python projects [maintainer=@adisbladis]
https://github.com/pyproject-nix/pyproject.nix

Last synced: 11 months ago
JSON representation

A collection of Nix utilities to work with Python projects [maintainer=@adisbladis]

Awesome Lists containing this project

README

          

# Pyproject.nix - Nix tooling for Python projects & metadata

Pyproject.nix is a collection of Nix utilities to work with Python project metadata in Nix.

`pyproject.nix` implements libraries for many Python PEP packaging standards & compatibility modes.
- [PEP-621](https://peps.python.org/pep-0621/) pyproject.toml files
- [PEP-440](https://peps.python.org/pep-0440/) versions
- [PEP-508](https://peps.python.org/pep-0508/) environment markers
- [PEP-599](https://peps.python.org/pep-0723/) script inline metadata
- [Poetry](https://python-poetry.org/) has unified project loading for Poetry & standard PEP-621 projects
- [Requirements.txt](https://pip.pypa.io/en/stable/reference/requirements-file-format/)

And additionally support for many other standards relating to Python packaging. Pyproject.nix aims to be a swiss army knife of simple customizable utilities that supports many use cases.

### Docs

https://pyproject-nix.github.io/pyproject.nix/

### Matrix chat

https://matrix.to/#/#pyproject.nix:blad.is

---

This project is supported by [Bladis Limited](https://blad.is/consulting/).