Metadata-Version: 1.1
Name: lookOver
Version: 0.1dev
Summary: Raspberry Pi application for recording pictures/videos with PiCamera when motion is detected by PIR sensor.
Home-page: https://github.com/ricco386/lookOver/
Author: Richard Kellner
Author-email: richard.kellner [at] erigones.com
License: New BSD License
Description: lookOver
        ========
        
        Raspberry Pi application for recording pictures/videos with PiCamera when motion is detected by PIR sensor.
        
        
        Installation Notes
        ------------------
        
         - Install the latest released version using pip (installation should be done under root user. If it is crashing install python-dev packege) ::
        
            pip install lookOver
        
         - Make sure all dependencies (listed below) are installed (done automatically when installing via pip)
        
         - Create and edit the config file::
        
            cp /usr/lib/python2.7/site-packages/lookOver/lookOver.cfg.example /etc/lookOver.cfg
        
         - The ``lo`` command should be installed somewhere in your ``PATH``.
        
         - Init scripts for Debian based distributions is available: https://github.com/ricco386/lookOver/tree/master/init.d (detailed instructions about usage is documented in wiki)
        
        
        **Dependencies:**
         - RPi.GPIO
         - picamera
         - colorama
        
        Useful Links
        ------------
        
         - Wiki: https://github.com/ricco386/lookOver/wiki
         - Bug Tracker: https://github.com/ricco386/lookOver/issues
         - Twitter: https://twitter.com/ricco386
        
        License
        -------
        
        For more informations see the LICENSE file.
        
Platform: Linux
Classifier: Environment :: Console
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Home Automation
Classifier: Topic :: Security
Classifier: Topic :: Utilities
Classifier: Intended Audience :: Other Audience
Classifier: License :: OSI Approved :: BSD License
