Metadata-Version: 2.4
Name: auto-data-alerts
Version: 0.0.1
Summary: Automated Data Alerts for Slack
Author-email: Cooper Richason <144618753+cooper-richason@users.noreply.github.com>
License: Apache-2.0
Project-URL: Repository, https://github.com/cooper-richason/auto-data-alerts
Project-URL: Documentation, https://cooper-richason.github.io/auto-data-alerts
Keywords: nbdev,jupyter,notebook,python
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: fastcore
Requires-Dist: pandas
Requires-Dist: snowflake-connector-python
Requires-Dist: nbdev

# auto-data-alerts


<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

This file will become your README and also the index of your
documentation.

## Developer Guide

If you are new to using `nbdev` here are some useful pointers to get you
started.

### Install auto_data_alerts in Development mode

``` sh
# make sure auto_data_alerts package is installed in development mode
$ pip install -e .

# make changes under nbs/ directory
# ...

# compile to have changes apply to auto_data_alerts
$ nbdev_prepare
```

## Usage

### Installation

Install latest from the GitHub
[repository](https://github.com/cooper-richason/auto-data-alerts):

``` sh
$ pip install git+https://github.com/cooper-richason/auto-data-alerts.git
```

or from [conda](https://anaconda.org/cooper-richason/auto-data-alerts)

``` sh
$ conda install -c cooper-richason auto_data_alerts
```

or from [pypi](https://pypi.org/project/auto-data-alerts/)

``` sh
$ pip install auto_data_alerts
```

### Documentation

Documentation can be found hosted on this GitHub
[repository](https://github.com/cooper-richason/auto-data-alerts)’s
[pages](https://cooper-richason.github.io/auto-data-alerts/).
Additionally you can find package manager specific guidelines on
[conda](https://anaconda.org/cooper-richason/auto-data-alerts) and
[pypi](https://pypi.org/project/auto-data-alerts/) respectively.

## How to use

Fill me in please! Don’t forget code examples:

``` python
1+1
```

    2
