Skip to content

kbeauregard/slackflow

Repository files navigation

SlackFlow

Generic badge codecov Generic badge PyPI - Downloads

An airflow slack notification app

example

Install

pip install slackflow
AIRFLOW_HOST=<host> SLACK_TOKEN=<your_token> SLACK_CHANNEL=<channel_id> slackflow-run

Development

Setup

Pip-tools is used to manage dependencies.

pip install pip-tools
pip-sync requirements.txt dev-requirements.txt

Codestyle and Linting

This project uses Black to auto format code using pre-commit to enforce format before committing. Flake8 is used for linting.

pre-commit install

Changing Requirements

production

  1. update setup.py
  2. run pip-compile

development

  1. update dev-requirements.in
  2. run pip-compile dev-requirements.in

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

An airflow slack notification app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages