Metadata-Version: 1.1
Name: ursctl
Version: 0.1.0
Summary: Cisco Umbrella Roaming Security module for AnyConnect control utility
Home-page: https://github.com/jasmas/ursctl
Author: Jason Masker
Author-email: masker@post.harvard.edu
License: MIT
Description: ursctrl
        #######
        
        ursctrl is a Cisco Umbrella Roaming Security module for AnyConnect control utility.
        It can be used to disable, enable or check the current status of the module.
        
        Installation
        ------------
        
        Install ursctrl using the latest version of setuptools and pip::
        
            $ python3 -m pip install --upgrade setuptools pip
            $ python3 -m pip install ursctrl
        
        Usage
        -----
        
        ::
        
         Cisco Umbrella Roaming Security module for AnyConnect control utility
        
         usage: ursctl [option]::
         	-d, --disable	Disable the module
         	-e, --enable	Enable the module
         	-s, --status	Print module status
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
