A Python library for detecting the installation method of a package (pip, pipx, uv, rye, etc.) and generating the correct upgrade command. Version 0.1.0, regularly updated.
pip install detect-installerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Detect the installation method of the current package and get the upgrade command.
result['command'] to get the upgrade command.
Run in the same Python environment where the target package is installed.
Run 'pip install detect-installer' in the correct environment.
Use 'from detect_installer import detect_installer'
No dependency data recorded yet.
No resource links recorded.