Metadata-Version: 2.1
Name: comet-core
Version: 1.0.8
Summary: Comet Distributed Security Notification Framework
Home-page: https://github.com/spotify/comet-core
Author: Spotify Platform Security
Author-email: wasabi@spotify.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: click (==6.7)
Requires-Dist: Flask (==1.0.2)
Requires-Dist: Flask-Cors (==3.0.4)
Requires-Dist: itsdangerous (==0.24)
Requires-Dist: Jinja2 (==2.10)
Requires-Dist: MarkupSafe (==1.0)
Requires-Dist: python-http-client (==3.1.0)
Requires-Dist: python-json-logger (==0.1.9)
Requires-Dist: retrying (==1.3.3)
Requires-Dist: six (==1.12.0)
Requires-Dist: SQLAlchemy (==1.2.4)
Requires-Dist: Werkzeug (==0.14.1)
Requires-Dist: marshmallow (==2.17.0)

[![Build Status](https://travis-ci.com/spotify/comet-core.svg?token=y6Hohk5x1wuwJMszK678&branch=master)](https://travis-ci.com/spotify/comet-core)

# Comet

Comet is an alert distribution framework which allows you to distribute alerts all the way to the resource owner with customizable owner lookup, de-duplication, alert formatting as well as automated follow up and metrics.

Built with ❤️ at Spotify

## Documentation
Please see the [Comet main repository](https://github.com/spotify/comet) for documentation.

## Code of Conduct

This project adheres to the [Open Code of Conduct][code-of-conduct]. By participating, you are expected to honor this code.

[code-of-conduct]: https://github.com/spotify/code-of-conduct/blob/master/code-of-conduct.md


