Metadata-Version: 1.1
Name: challenge-rlcrt
Version: 0.1.0
Summary: An accepted challenge!
Home-page: https://gitlab.com/ricklacerte/challenge
Author: Rick Lacerte
Author-email: bliblabla@gmail.com
License: MIT
Description: challenge_rlcrt
        ===============
        
        .. image:: https://img.shields.io/pypi/v/challenge_rlcrt.svg
            :target: https://pypi.python.org/pypi/challenge_rlcrt
            :alt: Latest PyPI version
        
        .. image:: https://gitlab.com/ricklacerte/challenge/badges/master/build.svg
           :target: https://gitlab.com/ricklacerte/challenge/pipelines
           :alt: Latest Gitlab CI build status
        
        .. image:: https://gitlab.com/ricklacerte/challenge/badges/master/coverage.svg
           :target: https://gitlab.com/ricklacerte/challenge/pipelines
           :alt: Latest Gitlab CI coverage
        
        
        The module display a Video Feed (From a webcam) with a specified latency.
        
        Usage
        -----
        CLI
        ^^^
        The module can be use by CLI
        
        CLI Help
            You can use the Help from the CLI
        
                ``challenge --help``
        
            You can have command specific help by using
        
                ``challenge <cmd> --help``
        
            For exemple, here's the help for the show command
        
                ``challenge show --help``
        
        Debug Mode
            At anytime you can see the debug logs in the console, by passing ``--debug`` before any commands.
            For example
        
                ``challenge --debug show``
        
        Display latent feed
            To display live feed from cam and the latent frame, use the ``show`` command.
            Here's an example with a latency of 1 seconds with debug mode enable
        
                ``challenge --debug show --latency 1000``
        
        
        Installation
        ------------
        Install the Python module with pip
            ``pip install -i https://test.pypi.org/simple/ challenge-rlcrt``
        
        Requirements
        ^^^^^^^^^^^^
        All the Python modules requirements needed are in requirements.txt file
        
        Create a virtual environment and run this command:
        
        pip install -r requirements.txt
        
        Compatibility
        -------------
        
        Licence
        -------
        
        Authors
        -------
        
        `challenge_rlcrt` was written by `Rick Lacerte <bliblabla@gmail.com>`_.
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
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
Classifier: Programming Language :: Python :: 3.7
