Metadata-Version: 2.1
Name: yaml-datagen
Version: 0.1.2
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.9,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
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.

Updating to 1.1.2

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

# TODO
1. Enable datagen to be run from a description file
    1.1 read yaml config file
    1.2 parse config file
    1.3 generate data based on config
  e.g. Given a CSV file, Table DDL, Transform DDL, Output format

