Metadata-Version: 2.1
Name: yamlfix
Version: 1.1.0
Summary: A simple opionated yaml formatter that keeps your comments!
License: GPL-3.0-only
Author-email: Lyz <lyz-code-security-advisories@riseup.net>
Requires-Python: >=3.7
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Utilities
Requires-Dist: click>=8.0.3
Requires-Dist: ruyaml>=0.91.0
Project-URL: Issues, https://github.com/lyz-code/yamlfix/issues
Project-URL: documentation, https://lyz-code.github.io/yamlfix
Project-URL: homepage, https://github.com/lyz-code/yamlfix
Description-Content-Type: text/markdown

# yamlfix

[![Actions Status](https://github.com/lyz-code/yamlfix/workflows/Tests/badge.svg)](https://github.com/lyz-code/yamlfix/actions)
[![Actions Status](https://github.com/lyz-code/yamlfix/workflows/Build/badge.svg)](https://github.com/lyz-code/yamlfix/actions)
[![Coverage Status](https://coveralls.io/repos/github/lyz-code/yamlfix/badge.svg?branch=main)](https://coveralls.io/github/lyz-code/yamlfix?branch=main)

A simple opinionated yaml formatter that keeps your comments!

## Help

See [documentation](https://lyz-code.github.io/yamlfix) for more details.

## Installing

```bash
pip install yamlfix
```

## Contributing

For guidance on setting up a development environment, and how to make
a contribution to *yamlfix*, see [Contributing to
yamlfix](https://lyz-code.github.io/yamlfix/contributing).

## License

GPLv3

