Metadata-Version: 1.0
Name: notch.client
Version: 0.5
Summary: The Notch Client Library
Home-page: http://bitbucket.org/enemesco/notch-client
Author: Andrew Fort
Author-email: andrew.fort+pypi@gmail.com
License: http://www.apache.org/licenses/LICENSE-2.0
Description: Notch Client Library
        --------------------
        
        The Notch Client Library allows one to connect to one or more Notch
        Agents to get work done on network elements for you.
        
        Pre-requisites
          * One or more Notch Agents (see http://code.google.com/p/notch for
            more information; install the ``notch.agent`` PyPi package to start)
        
        How to install the latest stable release from PyPi::
        
            $ pip install notch.client
        
        How to install from source for the latest development version::
        
            $ hg clone https://bitbucket.org/enemesco/notch-client
            $ pip install ./notch-client
        
        Now you can install client tools that use the Notch Client to get work done.
        
        For more information, see: http://bitbucket.org/enemesco/notch-client and
        http://code.google.com/p/notch
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 2.6
Classifier: Topic :: System :: Networking :: Monitoring
Classifier: Topic :: System :: Systems Administration
