Skip to main content

高效python库管理工具,功能有搜索、安装、卸载、获取库所在目录(python学霸公众号)

Project description

介绍

wherepip是一个高效pip管理工具,帮你节省更多时间!

使用

1.命令方式

whereis requests #输出requests所在目录
fuck requests #卸载requests
befuck requests #安装requests
so re #搜索re为关键词的库
all #输出所有python库

2.Pyhton使用

import wherepip
r=wherepip.whereis("requests")
s=wherepip.so("py")
a=wherepip.all()
wherepip.fuck("requests")#卸载
wherepip.befuck("requests")#安装
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.6.tar.gz (1.7 kB view hashes)

Uploaded Source

Built Distribution

wherepip-1.0.6-py3-none-any.whl (2.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page