Metadata-Version: 2.4
Name: yamlay
Version: 0.0.0
Summary: YAMLay - YAML layering (upgrade/merge) tool
Author-email: Taishi Hashimoto <hashimoto.taishi@outlook.com>
License: MIT
Classifier: Development Status :: 1 - Planning
Classifier: Programming Language :: Python :: 3
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ruamel.yaml==0.19.1
Dynamic: license-file

# yamlay

YAMLay - YAML layering (upgrade/merge) tool

This is a placeholder repository for the YAMLay project, which aims to provide a tool for upgrading and merging YAML files. The project is currently in the planning stage, and the CLI and core functionality will be implemented soon.

- [YAMLay on Github](https://github.com/taishi-hashimoto/yamlay)
- [YAMLay on PyPI](https://pypi.org/project/yamlay/)

## Install

```bash
pip install yamlay
```

### Dependencies

- [ruamel.yaml](https://pypi.org/project/ruamel.yaml/)

## Usage

```bash
yamlay --help
```
