Metadata-Version: 2.4
Name: yamldeco
Version: 0.1.2
Summary: This is a library for adding descriptions to YAML.
Author-email: masaniki <masaniki.software@gmail.com>
License-Expression: MIT
Project-URL: Repository, https://github.com/masaniki/yamldeco
Project-URL: Documentation, https://github.com/masaniki/yamldeco/tree/master/docs
Project-URL: Issues, https://github.com/masaniki/yamldeco/issues
Keywords: YAML,CLI,documentation
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Natural Language :: Japanese
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Documentation
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: PyYAML
Dynamic: license-file

# Introduction

This is a library for adding descriptions to YAML.

Japanese document is [HERE](docs/README_JP.md).

# Installing

`pip install yamldeco`
