Metadata-Version: 2.1
Name: yacht
Version: 0.2.2
Summary: YAML conveter to HTML
Project-URL: Homepage, https://github.com/Pobulus/yacht
Project-URL: Issues, https://github.com/Pobulus/yacht/issues
Author-email: Pobulus <pawek.chmielewski@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: pyyaml>=6.0.1
Description-Content-Type: text/markdown

# yacht
*YAML conversion to HTML*

Whilst static web pages are less popular nowadays, this project aims to simplify(?) their creation by using a more human friendly markup language. 

No more searching for unterminated tags and improved readability - thanks to YAML's indented structure
## Requirements
unsurprisingly, you need the PyYAML package, to process the YAML files

## Usage:
for now you can run it as:

`python3 -m yacht.convert input.yaml > output.html`

propper support for parameters will be added soon
