Metadata-Version: 2.1
Name: fail2slack
Version: 0.3.0
Summary: Send fail2ban jail status updates to Slack.
Home-page: https://github.com/asdfdotdev/fail2slack
Author: Chris Carlevato
Author-email: hello@asdf.dev
License: GPL-2.0
Description: <p align="center"><img src="https://raw.githubusercontent.com/asdfdotdev/fail2slack/development/.github/images/logo.png" width="400"></p>
        
        [![Build Status](https://travis-ci.org/asdfdotdev/fail2slack.svg?branch=main)](https://travis-ci.org/asdfdotdev/fail2slack) [![codecov](https://codecov.io/gh/asdfdotdev/fail2slack/branch/development/graph/badge.svg)](https://codecov.io/gh/asdfdotdev/fail2slack)  [![downloads](https://img.shields.io/pypi/dm/fail2slack)](https://pypi.org/project/fail2slack)
        
        fail2slack lets you send fail2ban jail status updates to Slack with ease.
        
        ## Compatibility
        
        [![Python Version](https://img.shields.io/pypi/pyversions/fail2slack)](https://pypi.org/project/fail2slack) [![Module Version](https://img.shields.io/pypi/v/fail2slack)](https://pypi.org/project/fail2slack)
        
        fail2slack is developed for and tested with recent versions of Python, including:
        
        - 3.6, 3.7, 3.7.7, 3.8
        
        [Browse our build history at Travis-CI.](https://travis-ci.org/asdfdotdev/fail2slack)
        
        ## Installation
        
        ```
        pip install fail2slack
        ```
        
        Install fail2slack using the Python package installer.
        
        [Dependencies for using fail2slack are available in the requirements file.](https://github.com/asdfdotdev/fail2slack/blob/development/requirements.txt)
        
        ## Usage
        
        ```
        usage: __main__.py [-h] [-w WEBHOOK] [-d DELIVERY] [-j JAILS [JAILS ...]]
                           [-i IDENTIFIER]
        
        optional arguments:
          -h, --help            show this help message and exit
          -w WEBHOOK, --webhook WEBHOOK
                                Slack webhook URL. Required if delivery method is 1.
          -d DELIVERY, --delivery DELIVERY
                                Delivery method: 0 = print, 1 = Slack webhook.
          -j JAILS [JAILS ...], --jails JAILS [JAILS ...]
                                Jails to include in status report. Required.
          -i IDENTIFIER, --identifier IDENTIFIER
                                Update identifier. STRING of identifier to use.
                                Default is hostname.
        ```
        
        ### Result
        
        <p style="padding-bottom:20px"><img src="https://raw.githubusercontent.com/asdfdotdev/fail2slack/development/.github/images/screenshot.png" width="350"></p>
        
        ## Tests
        
        For instructions on running test check out the [README](https://github.com/asdfdotdev/fail2slack/tree/development/test#readme).
        
        [Test coverage reports are available on Codecov.](https://codecov.io/gh/asdfdotdev/fail2slack)
        
        ## Contributing
        
        Feedback, bug reports, feature requests, and pull requests are welcome!
        
        If you'd like to contribute to fail2slack please reference our [code of conduct](https://github.com/asdfdotdev/fail2slack/blob/development/.github/CODE_OF_CONDUCT.md) and [contributing](https://github.com/asdfdotdev/fail2slack/blob/development/.github/CONTRIBUTING.md) guides.
        
Keywords: fail2ban,slack
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Security
Classifier: Topic :: System
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
