Metadata-Version: 2.1
Name: slackflow
Version: 1.0.0
Summary: Slack notifications for airflow dags.
Home-page: https://github.com/kbeauregard/slackflow
Author: Kyle Beauregard
Author-email: kylembeauregard@gmail.com
License: UNKNOWN
Description: # 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
        
        <img src="https://user-images.githubusercontent.com/38864919/86988569-888d2d80-c166-11ea-897e-24afbb263ec3.png" alt="example" width="300"/>
        
        ## Install
        ```
        pip install slackflow
        AIRFLOW_HOST=<host> SLACK_TOKEN=<your_token> SLACK_CHANNEL=<channel_id> slackflow-run
        ```
        
        ## Development
        
        #### Setup
        
        ```
        pip install -r requirements
        pre-commit install
        ```
        
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
