pip
E97086
pip is the standard command-line package manager for Python, used to install and manage software packages from the Python Package Index (PyPI) and other repositories.
Aliases (2)
Statements (84)
| Predicate | Object |
|---|---|
| instanceOf |
Python package manager
→
command-line tool → free software → open-source software → |
| abbreviationFor |
pip installs packages
→
|
| alternativeCommandName |
pip3
→
|
| belongsToEcosystem |
Python packaging ecosystem
→
|
| canInstallFrom |
PyPI
→
Python Package Index → local directories → source distributions → version control systems → wheels → |
| commandName |
pip
→
|
| defaultRepository |
https://pypi.org/simple
→
|
| documentation |
https://pip.pypa.io/
→
|
| hasConfigurationFile |
pip.conf
→
pip.conf (Unix-like) → pip.ini → pip.ini (Windows) → |
| hasSubcommand |
pip cache
→
pip check → pip config → pip download → pip freeze → pip hash → pip install → pip list → pip search → pip show → pip uninstall → |
| implements |
PEP 440
→
PEP 503 → PEP 508 → PEP 517 → PEP 518 → |
| isBootstrappedBy |
ensurepip
→
|
| isIncludedWith |
python.org CPython installers (modern versions)
→
|
| isRecommendedToolFor |
installing Python packages from PyPI
→
|
| license |
MIT License
NERFINISHED
→
|
| maintainedBy |
Python Packaging Authority
→
|
| primaryFunction |
dependency management
→
package installation → package management → |
| programmingLanguage |
Python
→
|
| replacedTool |
easy_install
→
|
| repository |
https://github.com/pypa/pip
→
|
| stableReleaseStatus |
stable
→
|
| supportsAuthentication |
basic auth for private indexes
→
|
| supportsDependencySpecification |
PEP 508 requirement strings
→
constraints files → requirements files → |
| supportsEnvironment |
system-wide Python installations
→
virtual environments → |
| supportsFeature |
constraints on versions
→
dependency resolution → editable installs → hash-checking mode → pre-release versions → |
| supportsFormat |
source distribution
→
wheel → |
| supportsLanguage |
Python
→
|
| supportsOperation |
cache
→
check → config → download → freeze → hash → install → install from requirements file → list → search → show → uninstall → |
| supportsPlatform |
Linux
→
Unix-like systems → Windows → macOS → |
| supportsProxyConfiguration |
HTTP proxy
→
HTTPS proxy → |
| supportsRepositoryType |
additional package repositories
→
index server → |
| usesFileType |
requirements.txt
→
|
| writtenIn |
Python
→
|
Referenced by (8)
| Subject (surface form when different) | Predicate |
|---|---|
|
Cheese Shop (colloquial)
("pip (Python package installer)")
→
Python Package Index → setuptools → |
relatedTo |
|
pip
("pip config")
→
|
hasSubcommand |
|
Pipenv
→
|
integratesWith |
|
Python Packaging Authority
→
|
maintains |
|
Python Package Index
→
|
supportsTool |
|
Python community
("pip (Python package installer)")
→
|
uses |