Metadata-Version: 2.4
Name: firefighter-incident
Version: 0.0.44
Summary: Incident Management tool made for Slack using Django
Project-URL: Repository, https://github.com/ManoManoTech/firefighter-incident
Project-URL: Documentation, https://manomanotech.github.io/firefighter-incident/latest/
Project-URL: Changelog, https://github.com/ManoManoTech/firefighter-incident/releases
Author-email: Gabriel Dugny <gabriel.dugny@manomano.com>, SRE <teamsre@manomano.com>
License: MIT License
        
        Copyright (c) 2021-2023 - Colibri SAS, "ManoMano"
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 4.2
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Typing :: Typed
Requires-Python: <3.15,>=3.12
Requires-Dist: aiohttp>=3.9.1
Requires-Dist: celery[gevent,redis]>=5.3.6
Requires-Dist: dateparser>=1.2.0
Requires-Dist: django-celery-beat>=2.5.0
Requires-Dist: django-components>=0.101
Requires-Dist: django-filter>=23.4
Requires-Dist: django-htmx>=1.17.2
Requires-Dist: django-import-export>=4.0.0
Requires-Dist: django-oauth2-authcodeflow>=1.0.1
Requires-Dist: django-redis>=5.4.0
Requires-Dist: django-simple-menu>=2.1.3
Requires-Dist: django-stubs-ext<6.0.0,>=5.1.1
Requires-Dist: django-tables2>=2.6.0
Requires-Dist: django-taggit>=5.0.1
Requires-Dist: django-widget-tweaks>=1.5.0
Requires-Dist: django[argon2]<5.0.0,>=4.2.8
Requires-Dist: djangorestframework-csv>=3.0.1
Requires-Dist: djangorestframework>=3.14.0
Requires-Dist: docutils>=0.20.1
Requires-Dist: drf-spectacular>=0.26.5
Requires-Dist: drf-standardized-errors>=0.12.6
Requires-Dist: gunicorn>=21.2.0
Requires-Dist: httpx>=0.25.2
Requires-Dist: jira<3.6.0,>=3.5.2
Requires-Dist: markdown>=3.5.1
Requires-Dist: nh3>=0.2.15
Requires-Dist: pdpyras>=5.1.3
Requires-Dist: psycopg[binary]>=3.1.14
Requires-Dist: python-dateutil>=2.8.2
Requires-Dist: python-decouple>=3.8
Requires-Dist: python-json-logger>=2.0.7
Requires-Dist: slack-bolt>=1.18.1
Requires-Dist: slack-sdk>=3.26.1
Requires-Dist: uritemplate>=4.1.1
Requires-Dist: whitenoise>=6.6.0
Description-Content-Type: text/markdown

# FireFighter

[![PyPI - Version](https://img.shields.io/pypi/v/firefighter-incident)](https://pypi.org/project/firefighter-incident/) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/firefighter-incident)](https://pypi.org/project/firefighter-incident/) [![PyPI - License](https://img.shields.io/pypi/l/firefighter-incident)](https://manomanotech.github.io/firefighter-incident/latest/license/) [![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8170/badge)](https://www.bestpractices.dev/projects/8170) [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit) [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)

FireFighter is ManoMano's in-house Incident Management Tool.

It helps manage incidents, by automatically creating a Slack channel for communication, integrating with Jira (with P1-P5 priority mapping), and much more.

![Slack Bot Commands](docs/assets/screenshots/slack_bot_home.jpeg)

__What's Incident Management?__

Incident Management is a set of processes and tools to help teams detect, respond to, and resolve incidents quickly and effectively.

Incidents are unplanned interruptions or reductions in quality of services, like a service outage or a security breach.

<!--intro-end-->

## Learn more

Check out our [documentation](https://manomanotech.github.io/firefighter-incident/latest/) for more details.

## Contributing

See [our Contribution Guide](https://manomanotech.github.io/firefighter-incident/latest/contributing/) for details on submitting patches, the contribution workflow and developer's guide.

## License

FireFighter is under the MIT license. See the [LICENSE](LICENSE) file for details.
