Metadata-Version: 2.1
Name: schemawizard_package
Version: 2.2.1
Summary: Reads a csv and generates a table design for Postgres, MySQL or BigQuery
Project-URL: Homepage, https://github.com/daveskura/schemawizard
Project-URL: Author Linkedin, https://www.linkedin.com/in/2166883
Author-email: Dave Skura <dskura@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# schemawizard

Reads a csv and generates a table design for Postgres, MySQL or BigQuery

### install with pip
pip install schemawizard-package

### command line test
py -m schemawizard_package.schemawizard

### Methods
https://github.com/daveskura/schemawizard/blob/main/methods.md

