Git worktrees and pyenv: developing Python libraries faster
Git worktrees and pyenv are effective tools to minimise the cost of a mental context switch when working on a Python library. (more…)
Read more »Pyproject.nix is a collection of Nix utilities to work with Python project metadata in Nix.
It mainly targets PEP-621 compliant pyproject.toml files and data formats, but also implement support for other & legacy formats such as Poetry & requireme… Read more