pip get info
2017-05-04 00:07:31 2 举报
`pip get info`是一个Python包管理工具pip的命令,用于获取已安装的包的详细信息。这个命令不需要任何参数,只需要在命令行中输入即可。执行后,它会列出所有已安装的包的名称、版本号、安装日期和安装位置等信息。这些信息可以帮助开发者了解他们的项目依赖哪些包,以及这些包的具体版本。此外,如果某个包有更新,`pip get info`也可以显示出来,方便开发者及时更新包以获得最新的功能或修复已知的问题。总的来说,`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)
集客响应班
专业班组/区县支撑中心
render an html based on cached response
record found
installationerror
parse package info
订单中心
record the server that hosts the package;record the response of the package
record not found
客户经理
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 条评论
下一页