Metadata-Version: 1.1
Name: pyIsis_ReadOnly
Version: 0.2.1
Summary: Python wrapper for Avid Isis Client Management Console
Home-page: https://github.com/pixelrebel/pyIsis_ReadOnly
Author: Jamie Evans
Author-email: github@pixelrebel.com
License: MIT
Download-URL: https://github.com/pixelrebel/pyIsis_ReadOnly/tarball/v0.2.1
Description: pyIsis: python wrapper for Avid Management Console
        ==================================================
        
        pyIsis is a python wrapper that try to mimic Avis Isis Management Console
        web service. It can manipulate workspaces, users, groups and permissions.
        It can also manage snapshots, etc...
        
        It's my first module, so there is a lot of work to do.
        
        
        
        Installation
        ------------
        
        From the source directory:
        
        .. code-block:: bash
        
          pip install -r requirements.txt
          python setup.py install
        
        
        TODO:
        -----
        - Test workspace creation and deletion on ISIS 7000 and 5500
        - Handle user permissions correctly
        - Add documentations
        - Add examples
        - More pythonic style to do things...
        
        
Keywords: avid isis client mount workspace
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: MacOS X
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: System :: Filesystems
Classifier: Topic :: Utilities
