Metadata-Version: 2.4
Name: anoy
Version: 0.1.1
Summary: This is a library that provides simple type checking for YAML.
Author-email: masaniki <masaniki.software@gmail.com>
License-Expression: MIT
Project-URL: Repository, https://github.com/masaniki/annotation-yaml
Project-URL: Documentation, https://github.com/masaniki/annotation-yaml/tree/master/docs
Project-URL: Issues, https://github.com/masaniki/annotation-yaml/issues
Keywords: text,YAML,CLI,type,check
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Natural Language :: Japanese
Classifier: Natural Language :: English
Classifier: Topic :: Text Processing
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: PyYAML
Dynamic: license-file

# fileの説明
# 原文
[Original README](docs/README_JP.md)

## /docs
documentを格納するdirecotry.

## /src
ここでmoduleを開発する。

## testUnit
単体testを行うdirectory。

## testSystem
結合testを行うdirectory。

## sanbox.py
pythonの挙動を確認する。



