pip get info
2017-05-04 00:07:31 2 举报
`pip get info`是一个Python包管理工具pip的命令,用于获取已安装的包的详细信息。这个命令会列出所有已安装的包的名称、版本、安装位置以及包含的文件等信息。这对于开发者来说非常有用,因为他们可以查看每个包的具体信息,包括其依赖关系和可用的版本等。此外,如果需要卸载某个包或者更新到最新版本,也可以使用这个命令来获取相关信息。总之,`pip get info`是一个非常实用的命令,可以帮助开发者更好地管理和使用Python包。
作者其他创作
大纲/内容
return the response received by pypi.py
get info from upstream server
return the response
receive package inforesponse fromserver
yes
no
一点响应支撑工单流程
getinfo
connectionerror?
pip install
get infofrom upstream
http://netloc/simple/
Is recorded server the upstream ?
return 504(GatewayTimeout)
cache.py
store.py
render an html based on cached response
record found
installationerror
parse package info
web.py
record the server that hosts the package;record the response of the package
record not found
pip
get from record the server that hosts the package
pypi.py
get info from pypi server
return the cached response of the packagethat are currently available on the local disk
收藏
0 条评论
下一页