Metadata-Version: 2.1
Name: struct2args
Version: 0.1.0
Summary: A tool to convert structured data to cli arguments
License: MIT
Author: Sam Phinizy
Author-email: 83414895+sam-phinizy@users.noreply.github.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: jinja2 (>=3.1.2,<4.0.0)
Requires-Dist: jinja2-git (>=1.3.0,<2.0.0)
Requires-Dist: jinja2-simple-tags (>=0.5.0,<0.6.0)
Requires-Dist: pydantic (>=2.2.1,<3.0.0)
Requires-Dist: pyfzf (>=0.3.1,<0.4.0)
Requires-Dist: questionary (>=2.0.0,<3.0.0)
Requires-Dist: rich (>=13.5.2,<14.0.0)
Requires-Dist: ruamel.yaml (>=0.17.32,<0.18.0)
Requires-Dist: tomli (>=2.0.1,<3.0.0)
Requires-Dist: typer (>=0.9.0,<0.10.0)
Description-Content-Type: text/markdown

# struct2args

This is a simple Python tool to convert structured data such as `yaml`,`toml`, or `json` to command line arguments. It
is intended to allow for easy configuration of command line tools.

