Metadata-Version: 2.1
Name: snowbird
Version: 0.0.3
Summary: Snowbird helps configure Snowflake resources for dataproducts.
Author: pbencze
Author-email: paul@idelab.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: PyYAML (>=6.0,<7.0)
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: permifrost (>=0.14.0,<0.15.0)
Requires-Dist: pydantic (>=1.10.2,<2.0.0)
Description-Content-Type: text/markdown

===============
 About
===============

Snowbird helps configure Snowflake resources for dataproducts. Snowbird builds on Permifrost.

===============
 Installation
===============

pip install snowbird

===============
 Example
===============

The default declaration file name is 'snowflake.yml' and the default location of the file is ./infrastructure

In this case you can simply run the command: $ snowbird run 



