Metadata-Version: 2.1
Name: slackflow
Version: 0.0.4
Summary: Slack notifications for airflow dags.
Home-page: https://github.com/kbeauregard/slackflow
Author: Kyle Beauregard
Author-email: kylembeauregard@gmail.com
License: UNKNOWN
Keywords: slack,airflow
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: requests (>=2.23.0)
Requires-Dist: slackclient (>=2.7.2)
Requires-Dist: pymongo (==3.9.0)

# SlackFlow
[![Generic badge](https://img.shields.io/badge/python-3.7+-blue.svg)](https://shields.io/)
[![codecov](https://codecov.io/gh/kbeauregard/slackflow/branch/master/graph/badge.svg)](https://codecov.io/gh/kbeauregard/slackflow)
[![Generic badge](https://img.shields.io/badge/code%20style-black-black.svg)](https://github.com/psf/black)


An airflow slack notification app


## Install


## Development

#### Setup

```
pip install -r requirements
pre-commit install
```

