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.

AI illustration

How this image was made

AI-generated illustration of pip

This AI-generated illustration was produced by black-forest-labs/FLUX.2-dev (1024x1024) from a prompt written by openai/gpt-oss-120b from the entity's label + description.

Prompt

Generate an image of pip (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.)

All labels observed (3)

Label Occurrences
pip canonical 16
pip (Python package installer) 3
pip config 1

How this entity was disambiguated

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 ⓘ
linked to: pip

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 ⓘ
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 ⓘ

How these facts were elicited

Referenced by (20)

Full triples — surface form annotated when it differs from this entity's canonical label.

Python community → uses → pip (Python package installer) ⓘ
linked to: pip
pip → hasSubcommand → pip config ⓘ
linked to: pip
setuptools → relatedTo → pip ⓘ
Pipenv → integratesWith → pip ⓘ
Cheese Shop (colloquial) → relatedTo → pip (Python package installer) ⓘ
linked to: pip
pypa-dev mailing list → topic → pip (Python package installer) ⓘ
linked to: pip
PEP 503 → usedBy → pip ⓘ
PEP 517 → usedBy → pip ⓘ
PEP 440 → usedBy → pip ⓘ
PEP 518 → usedBy → pip ⓘ