Metadata-Version: 2.1
Name: fileargs
Version: 0.2
Summary: UNKNOWN
Home-page: https://github.com/AlessioM/fileargs
Author: AlessioM
Author-email: none@example.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: Jinja2 (>=2.11.2)
Requires-Dist: PyYAML (>=5.3.1)
Requires-Dist: configparser (>=5.0.1)

## fileargs

small CLI tool for executing commands and passing arguments based on config files

### example use
```
    fileargs -p params.yaml -- python some_file.py --some-param={{ path.to.value }}
```

Can be usefule when running stages in [DVC](https://dvc.org/) based on parameters in its `params.yaml`

