Metadata-Version: 2.1
Name: DataConnect
Version: 0.1.0
Summary: This package contains connectors for databricks and sql server as well as setting up a flask environment project
Author: Ben Fuqua
Author-email: fuquac@slhs.org
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9, <=3.11
Description-Content-Type: text/markdown
License-File: LICENSE

# SLHP Data Warehousing

## database_connector
This module contains the connectors neccessary to connecto to either databricks or Sql Server. 

## environment_setup
This module contains a function which will setup a sample folder structure and files of how a flask application should interact. 
