Metadata-Version: 2.1
Name: SteamedBun-Uninstall
Version: 0.0.4
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
License-File: LICENSE

# SteamedBunPackageManager

# 虾仁的三方库管理器

#### 安装

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

#### 使用

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

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

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

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

