Metadata-Version: 1.1
Name: dcitools
Version: 0.7.2
Summary: Digital Cinema related collection of tools for Python
Home-page: https://github.com/ronhanson/python-dcitools
Author: Ronan Delacroix
Author-email: ronan.delacroix@gmail.com
License: The MIT License (MIT)

Copyright (c) 2007-2015 Ronan Delacroix

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
Description: Digital Cinema Server API Library
        =================================
        
        About
        -----
        
        This library attempts to provide a functional and simple python package to manipulate, through their API, different digital cinema servers, players, and theatre management system.
        
        The only brand actually supported is Doremi (company now bought by Dolby).
        
        Current supported machines are :
         - DCP2000
         - DCP-2K4
         - ShowVault
         - IMS1000
        
        Coming next: 
         - Doremi TMS
         - AAM TMS
         - Unique TMS
         - GDC servers
         - Old Dolby servers
         - Sony ?
         - Qube (someday maybe, haha, I can't wait to code with their API again, it is a bloody joke)
        
        Project url : https://github.com/ronhanson/python-dcitools
        
        
        Usage
        -----
        
        ***Lib Usage***
        
        Library is going to be documented in the docs folder.
        But it is not yet for now... so just look at the code as it is commented for that.
        
        ***Script Usage***
        
        Scripts have been created in order to use DCP2000 apis directly from command lines.
        This scripts is named doremi.py and its usage can be found by typing :
        
            bin/doremiapi --help
        
        That should be fairly simple.
        
        For example, to list the CPL on a server :
        
            bin/doremiapi execute 172.17.10.109 GetCPLList
        
        To get information about a CPL :
        
            bin/doremiapi x 172.17.10.109 GetCPLInfo 851cc838-022e-43b7-9fee-18656bdfc995
        
        
        Compatibility
        -------------
        
        This libraries are used most on Linux and OSX systems, but plenty of functions may work on windows.
        
        This libraries are compatibles with Python 2.X and Python 3.X.
        
        Mainly tested on 2.7 and 3.4.
        
        
        Author & Licence
        ----------------
        
        Copyright (c) 2007-2015 Ronan Delacroix
        
        This program is released under MIT Licence. Feel free to use it or part of it anywhere you want.
Platform: UNKNOWN
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development :: Libraries
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Manufacturing
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
