Metadata-Version: 2.1
Name: actool
Version: 0.0.1
Summary: 
Home-page: https://github.com/NullPointExceptionForEveryone/atool
License: MIT
Keywords: atool
Author: pfy
Author-email: program_yun@163.com
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: requests (>=2.32.3,<3.0.0)
Project-URL: Repository, https://github.com/NullPointExceptionForEveryone/atool
Description-Content-Type: text/markdown

# atool

一个命令行工具合集

## 构建项目

安装构建工具

```
pip install poetry
```

构建

```
poetry build
```

安装

```
pip install dist/atool-0.0.1-py3-none-any.whl
```

卸载

```
pip uninstall atool
```

