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... (more…)
Read more »
📦 A Python package manager written in Rust inspired by Cargo. - GitHub - cnpryer/huak: 📦 A Python package manager written in Rust inspired by Cargo. (more…)
Read more »
envkey-python - EnvKey's python library. Protect API keys and credentials. Keep configuration in sync. (more…)
Read more »
Let’s say you want to store a list of integers in Python: list_of_numbers = [] for i in range(1000000): list_of_numbers.append(i) Those numbers can easily fit in a 64-bit integer, so one would hope Python would store those million integers in no more than... (more…)
Read more »
Every year, I revisit the current best practices for Python packaging. This is my 2021 edition. (more…)
Read more »