Metadata-Version: 2.1
Name: nsgcli
Version: 1.1.2
Summary: NetSpyGlass CLI
Home-page: https://github.com/happygears/nsgcli
Author: Happy Gears, Inc
Author-email: vadim@happygears.net
License: Apache
Description: # NetSpyGlass Command Line Tools
        
        this package installs Python module `nsgcli` and two command line scripts: `nsgcli` and `nsgql` that
        use it
        
        Use script `tools/build.sh` to build and `tools/upload.sh` to push to pypi
        
        Example of API call made by `nsgcli` to nsg-api service:
            curl -H "X-NSG-Auth-API-Token:$NSG_API_TOKEN" $NSG_SERVICE_URL/v2/nsg/cluster/net/1/status
        
Keywords: network monitoring NMS netspyglass
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: System :: Networking :: Monitoring
Description-Content-Type: text/markdown
