Metadata-Version: 2.1
Name: slackfin
Version: 0.2.2
Summary: Python library for generating Slack messages
Home-page: https://github.com/caltechads/slackfin
Author: Glenn W. Bach
License: MIT License
Project-URL: Issues, https://github.com/caltechads/slackfin/issues
Project-URL: CI, https://github.com/caltechads/slackfin/actions
Project-URL: Changelog, https://github.com/caltechads/slackfin/releases
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: test
License-File: LICENSE

# slackfin

[![PyPI](https://img.shields.io/pypi/v/slackfin.svg)](https://pypi.org/project/slackfin/)
[![Changelog](https://img.shields.io/github/v/release/caltechads/slackfin?include_prereleases&label=changelog)](https://github.com/caltechads/slackfin/releases)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/caltechads/slackfin/blob/master/LICENSE)

Python library for generating Slack messages

## Installation

Install with pip:

    pip install slackfin

View the [documentation](https://slackfin.readthedocs.io/en/latest/).

