Since quite a few people asked me about my **rye** "package solution" for Python, I put it on GitHub. https://github.com/mitsuhiko/rye — it's written in Rust and just wraps pip/pip-tools and virtualenv. Also auto installs Python for you. It's a bit of my dream of what Python packaging could be.

https://www.youtube.com/watch?v=CyI8TBuKPF0

GitHub - mitsuhiko/rye: a Hassle-Free Python Experience

a Hassle-Free Python Experience. Contribute to mitsuhiko/rye development by creating an account on GitHub.

GitHub
@mitsuhiko FYI I packaged rye in nixpkgs 🙂 : https://github.com/NixOS/nixpkgs/pull/227834
rye: init at unstable-2023-04-23 by GaetanLepage · Pull Request #227834 · NixOS/nixpkgs

Description of changes Add package rye: A tool to easily manage python dependencies and environments Homepage: https://github.com/mitsuhiko/rye Things done Built on platform(s) x86_64-linux aa...

GitHub