Metadata-Version: 2.1
Name: snowday
Version: 0.1.3
Summary: Tools for turning Snowflake into a Snow Day. ❄️
Home-page: https://github.com/bostata/snowday
License: GPL-3.0
Keywords: snowflake,data warehouse,snow
Author: Jacob Thomas
Author-email: jake@bostata.com
Requires-Python: >=3.7,<3.8
Classifier: Environment :: Console
Classifier: Framework :: Flake8
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Quality Assurance
Requires-Dist: boto3 (>=1.14.24,<2.0.0)
Requires-Dist: loguru (>=0.5.1,<0.6.0)
Requires-Dist: networkx (==2.4)
Requires-Dist: snowflake-connector-python (==2.2.9)
Project-URL: Repository, https://github.com/bostata/snowday
Description-Content-Type: text/markdown


Tools for turning [Snowflake](https://www.snowflake.com/) into a Snow Day. ❄️

A little bit of sass with a whole lot of `@dataclass`.


![Snowday](snowday.png)


### Installation


```
pip install snowday
```


### What does it do?

#### Connector

![Snowday Connector 1](readme_gif/conn1.gif)

![Snowday Connector 2](readme_gif/conn2.gif)


#### Objects

![Snowday Objects 1](readme_gif/obj1.gif)

![Snowday Objects 2](readme_gif/obj2.gif)


#### All together now

![Snowday All Together](readme_gif/alltogether.gif)


### License


Snowday is licensed under GPLv3.0.

