Metadata-Version: 2.4
Name: google-yamlfmt
Version: 0.16.0a1
Summary: A tool for formatting YAML files, yamlfmt from Google: https://github.com/google/yamlfmt
Project-URL: Homepage, https://github.com/PFCCLab/google-yamlfmt
Project-URL: Repository, https://github.com/PFCCLab/google-yamlfmt
Project-URL: Issues, https://github.com/PFCCLab/google-yamlfmt/issues
License: MIT
License-File: LICENSE
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# google-yamlfmt

google-yamlfmt 是一个二次打包 [yamlfmt](https://github.com/google/yamlfmt) 的仓库。

## 特性
- 可以使用 pip 或任意 python 包管理工具安装

## 安装

要安装 google-yamlfmt，请确保您的 Python 版本为 3.9 或更高，然后运行以下命令：

```bash
pip install google-yamlfmt
```

## 使用

安装完成后，您可以通过以下命令格式化 YAML 文件：

```bash
yamlfmt <file_or_directory>
```

例如：

```bash
yamlfmt example.yaml
```

## 贡献

欢迎对本项目进行贡献！您可以通过提交问题或拉取请求来帮助改进此工具。
