Metadata-Version: 2.1
Name: sensecam_discovery
Version: 2.0.2
Summary: A package to discover all onvif cameras on your network
Home-page: https://github.com/smartsenselab/sensecam-discovery
Author: Ricardo Barbosa Filho (Smart Sense Laboratory)
Author-email: ricardob@dcc.ufmg.br
License: UNKNOWN
Description: # SenseCam Discovery
        This is a package to discover all onvif devices on your network.
        ## Installation
        Install the package through pip:
        ````
        pip install sensecam-discovery
        ````
        ## Execution
        To execute the command that discover all cameras:
        ````
        import sensecam_discovery
        sensecam_discovery.discover()
        ````
        To execute the comand that shows information about the cameras:
        ````
        from sensecam_discovery import Camera
        camera = Camera(camera_ip, user, password)
        ````
Platform: UNKNOWN
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.6
Description-Content-Type: text/markdown
