Metadata-Version: 2.1
Name: yaml-datagen
Version: 0.1.1
Summary: generate data from gsheet or csv and output them as yml
License: BSD 2.0
Author: Vaibhav Bhandari
Author-email: vaibhavb@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: gspread (>=5.9.0,<6.0.0)
Requires-Dist: oauth2client (>=4.1.3,<5.0.0)
Requires-Dist: pyyaml (>=6.0,<7.0)
Description-Content-Type: text/markdown

# Datagen
Data generation from google spreadsheets and csv files.

# Usage
``` bash
datagen % poetry run python yaml_datagen.py         
Please provide either --csv or --gsheet switch.
```
