Contents
List installed packages, including editables.
List outdated packages (excluding editables)
List uptodate packages (excluding editables)
List editable projects.
If in a virtualenv that has global access, do not list globally-installed packages.
Include pre-release and development versions. By default, pip only finds stable versions.
Base URL of Python Package Index (default https://pypi.python.org/simple/).
Extra URLs of package indexes to use in addition to –index-url.
Ignore package index (only looking at –find-links URLs instead).
If a url or path to an html file, then parse for links to archives. If a local path or file:// url that’s a directory, then look for archives in the directory listing.
Allow the installation of externally hosted files
Allow the installation of all externally hosted files
Allow the installation of insecure and unverifiable files
Enable the processing of dependency links.