Metadata-Version: 1.0
Name: python_sentinel
Version: 2017.3.20.2155
Summary: motion detection and alerts
Home-page: https://github.com/wdbm/sentinel
Author: Will Breaden Madden
Author-email: wbm@protonmail.ch
License: GPLv3
Description: sentinel
        ========
        
        This program is a security monitoring program that uses video to detect
        motion, that records motion video, can express speech alerts, can
        express alarms and attempts to communicate alerts as configured.
        
        .. figure:: https://raw.githubusercontent.com/wdbm/sentinel/master/media/motion_detection.gif
           :alt: 
        
        setup
        =====
        
        .. code:: bash
        
            sudo apt-get install libopencv-dev
            sudo apt-get install python-opencv
            sudo apt-get install mailutils
            sudo pip install python_sentinel
        
        Install OpenCV 2.4.9.1.
        
        Install and set up `propyte <https://github.com/wdbm/propyte>`__ and its
        dependencies (such as those related to Telegram).
        
        usage
        =====
        
        .. code:: bash
        
            ./sentinel.py --help
        
        .. code:: bash
        
            ./sentinel.py --email="mulder@fbi.g0v"
        
Platform: UNKNOWN
