Metadata-Version: 1.1
Name: pytsm
Version: 0.0.1
Summary: Small python library to monitor TSM
Home-page: https://github.com/vpac/pytsm/
Author: Brian May
Author-email: brian@v3.org.au
License: GPL3+
Description: pytsm
        =====
        
        Contains python TSM bindings.
        
        Authors
        -------
        Brian May
        Andrew Spiers
        
        License
        -------
        GPL3. Read the file LICENSE
        
        Installation
        ------------
        Prerequisites:
        
        * mksh (korn shell)
        * The IBM Tivoli client packages. IBM provide rpms only. For Debian packages,
          see https://github.com/vpac/tivsm/
        * You need to setup Tivoli's dsm.opt and dsm.sys files to point to your Tivoli
          server. These should be installed when you install the IBM Tivoli client
          packages. If not, look for dsm.opt.smp and dsm.sys.smp.
        * a config file ~/.pydsm/pydsm.conf It should have the following syntax:
        
        
            [main]
            default_server: $DEFAULT_SERVER
        
        
            [$DEFAULT_SERVER]
            user: $USER
            password: $PASSWORD
        
Keywords: tsm
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
