Metadata-Version: 1.1
Name: etnotify
Version: 1.3
Summary: Notifier script for ETNA.
Home-page: https://github.com/tbobm/etnotify
Author: Theo "Bob" Massard
Author-email: massar_t@etna-alternance.net
License: MIT
Description-Content-Type: UNKNOWN
Description: 
        # Etnotify
        
        ETNA Notification watcher.
        Gets informations about the latest validations.
        
        
        ## Install
        
        > This project won't work inside a virtualenv because of the dbus dependency.
        
        ```bash
        $ git clone https://github.com/tbobm/etnotify
        $ cd etnotify
        $ pip install -r requirements.txt
        $ python etnotify.py
        ```
        
        ## Configuration
        
        ```bash
        $ export ETNA_USER=yourlogin
        $ export ETNA_PASS=yourpassword
        ```
        
        
        ## Aim of the Etnotify
        
        Ever felt like something important on the intranet was missing ? Like notifications?
        
        This script aims to fix that, by allowing you to be alarmed when something new happens.
        
        #### In a rush ?
        
        You'll get notified if your validation requests have been accepted or rejected, in the blink of an eye.
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
