Metadata-Version: 2.1
Name: tabular_page_maker
Version: 0.0.1
Summary: Create tabular pages from YAML.
Author-email: "John C. G. Sturdy" <jcg.sturdy@gmail.com>
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Requires-Dist: pyyaml

# tabular_page_maker

Makes tabular HTML pages from YAML.

Takes keyword arguments `--output` and `--stylesheet`, and a
positional argument to name the YAML input file.

The top two levels of the YAML file make an X-Y grid of table cells,
and any lower levels go into unordered lists iwthin those cells.


