Difference between revisions of "Pip show"

From wikieduonline
Jump to navigation Jump to search
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
 
  pip show -f <package>
 
  pip show -f <package>
 +
pip show --files <package>
  
<pre>
+
[[pip show -f virtualenv]]
pip show setuptools
+
 
Name: setuptools
+
[[pip3 show eth-enr]]
Version: 60.5.0
+
[[pip3 show -f eth-enr]]
Summary: Easily download, build, install, upgrade, and uninstall Python packages
+
 
Home-page: https://github.com/pypa/setuptools
+
[[pip show openapi-spec-validator]]
Author: Python Packaging Authority
+
 
Author-email: [email protected]
+
[[pip3 show --help]]
License: UNKNOWN
+
 
Location: /Users/USERNAME/brew/lib/python3.9/site-packages
+
 
Requires:
+
pip show [[setuptools]]
Required-by:
+
Name: setuptools
</pre>
+
Version: 60.5.0
 +
Summary: Easily download, build, install, upgrade, and uninstall Python packages
 +
Home-page: https://github.com/pypa/setuptools
 +
Author: Python Packaging Authority
 +
Author-email: [email protected]
 +
License: UNKNOWN
 +
Location: /Users/USERNAME/brew/lib/python3.9/site-packages
 +
Requires:
 +
[[Required-by:]]
  
 
== Related ==
 
== Related ==
* <code>[[rpm -ql]]</code>
+
* [[List files in packages]]
  
 
== See also ==
 
== See also ==

Latest revision as of 21:59, 6 September 2022

pip show -f <package>
pip show --files <package>
pip show -f virtualenv
pip3 show eth-enr
pip3 show -f eth-enr
pip show openapi-spec-validator
pip3 show --help


pip show setuptools
Name: setuptools
Version: 60.5.0
Summary: Easily download, build, install, upgrade, and uninstall Python packages
Home-page: https://github.com/pypa/setuptools
Author: Python Packaging Authority
Author-email: [email protected]
License: UNKNOWN
Location: /Users/USERNAME/brew/lib/python3.9/site-packages
Requires:
Required-by:

Related[edit]

See also[edit]

Advertising: