Metadata-Version: 2.4
Name: steamedbun_uninstall
Version: 1.0.5
Summary: 馒头的三方库管理器
Home-page: https://github.com/neihanshenshou/SteamedBunPackageManager
Author: 馒头
Author-email: neihanshenshou@163.com
License: Apache License 2.0
Platform: MacOS、Window
Description-Content-Type: text/markdown
Requires-Dist: packaging
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: platform
Dynamic: requires-dist
Dynamic: summary

# SteamedBunPackageManager

# 馒头的三方库管理器

#### 安装

```shell
pip install SteamedBun-Uninstall
```

#### 使用

```shell
uninstall -h  # 查看三方库管理器 更详细内容
```

```shell
uninstall selenium  # 卸载三方库: selenium 执行后 会有确认提醒
```

```shell
uninstall selenium -l  # 展示三方库: selenium 依赖其它包列表
```

```shell
pip uninstall SteamedBun-Uninstall  # 将自己卸载掉
```
