高效python库管理工具,功能有搜索、安装、卸载、获取库所在目录(python学霸公众号)
Project description
介绍
wherepip
是一个高效pip管理工具,帮你节省更多时间!
使用
1.命令方式 where requests #输出requests所在目录 fuck requests #卸载requests befuck requests #安装requests so re #搜索re为关键词的库 all #输出所有python库
2.Pyhton使用 import wherepip r=wherepip.where("requests") s=wherepip.so("py") a=wherepip.all() print(s) print(a) print(r)
喜欢关注python学霸微信公众号!
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
wherepip-1.0.0.tar.gz
(1.7 kB
view hashes)