This release is a pre-release and may not be stable for production use.
pip_runner
Overview
Key features
Thin wrapper using subprocess to run pip commands via Python executable.
High-level Pip class with convenient methods: install, uninstall, list_installed, freeze, show, search, download, wheel, help.
Easy to extend, test and integrate with virtual environments (pass custom python_executable).
Usage
Basic usage:
from pip_runner import Pip
pip = Pip()
pip.install("requests")
print(pip.list().get("requests"))
Installation
Prerequisites:
Python 3.10 or higher
pip
To install run:
python -m pip install --upgrade pip_runner
Development
Prerequisites:
Development is strictly based on nox. To install it run:
python -m pip install --upgrade nox
Visit Development page.
Installation from sources:
clone the sources:
git clone https://github.com/karpierz/pip_runner pip_runner
and run:
python -m pip install ./pip_runner
or on development mode:
python -m pip install --editable ./pip_runner
License
Copyright (c) 2026-2026 Adam KarpierzLicensed under the zlib/libpng LicensePlease refer to the accompanying LICENSE file.
Sponsoring
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pip_runner-0.2.0a1.tar.gz.
File metadata
- Download URL: pip_runner-0.2.0a1.tar.gz
- Upload date:
- Size: 39.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2a5a1ae73a20fc91fd7c1ade880b75e5c8027a53d02579c03c7ff13f279f2eab
|
|
| MD5 |
b107664aabec5083c96c8d9a1537e7d5
|
|
| BLAKE2b-256 |
edbf67b702e19aa0cf7e1e667e27186173ecce1714505ec1b25a848ce4c9a0b6
|
File details
Details for the file pip_runner-0.2.0a1-py3-none-any.whl.
File metadata
- Download URL: pip_runner-0.2.0a1-py3-none-any.whl
- Upload date:
- Size: 13.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
239c6c2842b4f83442b0cc17d1eec81a2966f1fdaeed0f88cffc120986e78060
|
|
| MD5 |
438c31407da566ea6006a50adb3697c2
|
|
| BLAKE2b-256 |
d8de8c9c25647be6602bbc8878ee0c7d23e6b6aa9835feb0a1c404a9a93d3669
|