Metadata-Version: 2.1
Name: snowshu
Version: 0.0.1b3
Summary: Sample image management for data transform TDD.
Home-page: https://snowshu.readthedocs.io/en/master/index.html
Author: Health Union Data Team
Author-email: data@health-union.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: pyyaml (==5.3)
Requires-Dist: pandas (==1.0.1)
Requires-Dist: docker (==4.2.0)
Requires-Dist: click (==7.0)
Requires-Dist: coloredlogs (==14.0)
Requires-Dist: networkx (==2.4)
Requires-Dist: tabulate (==0.8.6)
Requires-Dist: psycopg2-binary (==2.8.4)
Requires-Dist: scipy (==1.4.1)
Requires-Dist: snowflake-sqlalchemy (==1.2.1)
Requires-Dist: sqlalchemy (==1.3.13)
Requires-Dist: snowflake-connector-python (==2.2.1)
Requires-Dist: azure-common (==1.1.24)
Requires-Dist: azure-storage-blob (==2.1.0)
Requires-Dist: boto3 (==1.11.17)
Requires-Dist: botocore (==1.14.17)
Requires-Dist: docutils (==0.15.2)
Requires-Dist: requests (==2.22.0)
Requires-Dist: urllib3 (==1.25.8)
Requires-Dist: certifi (==2019.11.28)
Requires-Dist: pytz (==2019.3)
Requires-Dist: pycryptodomex (==3.9.6)
Requires-Dist: pyOpenSSL (==19.1.0)
Requires-Dist: cffi (==1.13.2)
Requires-Dist: cryptography (==2.8)
Requires-Dist: ijson (==2.6.1)
Requires-Dist: pyjwt (==1.7.1)
Requires-Dist: idna (==2.8)
Requires-Dist: oscrypto (==1.2.0)
Requires-Dist: asn1crypto (==1.3.0)

# SnowShu
_by Health Union_

![Coverage](https://bitbucket.org/healthunion/snowshu/downloads/coverage.svg)
![Pipeline](https://bitbucket.org/healthunion/snowshu/downloads/pipeline.svg)

SnowShu enables data developers to author transforms and models in a highly performant, fully local environment. It is designed to make true red-green TDD not only possible for data development, but painless and blazingly fast.

![SnowShu Logo](docs/assets/snowshu_logo.png)

**Note:** SnowShu requires Docker, if you have not done so first [install Docker](https://docs.docker.com/install/).

To get started install with 

```
pip install snowshu

```
Then create new `replica.yml` and `credentials.yml` files with 

```

snowshu init

```

Configure your `replica.yml` and `credentials.yml` files, then execute with 

```

snowshu create

```

and your replica is ready for use! 


Check out the full documentation [here](https://snowshu.readthedocs.org)


