Metadata-Version: 2.1
Name: v4l2ctl
Version: 0.1a1
Summary: A small example package
Home-page: https://github.com/MichaelIsrael/v4l2ctl
Author: Michael Israel
Author-email: michael.behman@gmail.com
License: European Union Public Licence 1.2 (EUPL 1.2)
Description: # v4l2ctl
        v4l2ctl is a python package to control v4l2 drivers.
        
        # Status
        The project is still in its early development stages. It can, however, already
        be used to read the name, driver, version and capabilities of a v4l2 device
        driver.
        
        # Install
        pip install v4l2ctl
        
        # Copyright and licence
        Copyright 2020, Michael Israel
        Licensed under the EUPL
        
Platform: Linux
Classifier: License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Software Development :: Libraries
Classifier: Development Status :: 1 - Planning
Requires-Python: >=3.6
Description-Content-Type: text/markdown
