Metadata-Version: 2.4
Name: Packet_isp
Version: 1.0.2
Summary: package manager - 包管理器
Author: shiroko
Author-email: 3207774253@qq.com
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: shiroko-netai>=2.5.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Packet_isp - package manager

智能包管理器，支持安装、卸载、版本查询、日志管理。

## 安装

```bash
pip install Packet_isp
```

使用

```bash
# 包管理
isp install cktax
isp uninstall cktax
isp versions cktax
isp list

# 日志管理
isp log install
isp log uninstall
isp log history cktax
isp log clear
isp log export

# AI 搜索
isp ai install "人脸识别"
```

## License

MIT © shiroko
