Click any tag below to further narrow down your results
Links
This article details improvements made to the Python packaging library, focusing on optimizing version and specifier handling. Key enhancements resulted in reading versions up to 2x faster and specifier sets up to 3x faster, significantly boosting performance for tools like pip. The author shares insights into the profiling and benchmarking methods used during this work.
Pipask is a secure alternative to pip for installing Python packages, performing essential security checks before allowing installations. It retrieves metadata from PyPI to minimize risks and requests user consent for executing any third-party code, ensuring a safer package management experience. Users can install it via pipx or pip and replace pip with pipask for convenience.