Metadata-Version: 1.0
Name: cinesync
Version: 1.0
Summary: Library for scripting the cineSync collaborative video review tool
Home-page: http://github.com/jmah/cinesync_python
Author: Jonathon Mah
Author-email: jmah@cinesync.com
License: BSD
Description: ========
        cinesync
        ========
        
        Note: This library is under development, and is not yet ready for use.
        
        
        Installation
        ------------
        
        The easiest way to get cinesync is if you have setuptools_ installed::
        
        easy_install cinesync
        
        Without setuptools, it's still pretty easy. Download the cinesync.tgz file from
        `cinesync's Cheeseshop page`_, untar it and run::
        
        python setup.py install
        
        .. _cinesync's Cheeseshop page: http://pypi.python.org/pypi/cinesync/
        .. _setuptools: http://peak.telecommunity.com/DevCenter/EasyInstall
        
        
        Help and development
        ====================
        
        If you'd like to help out, you can fork the project
        at http://github.com/jmah/cinesync_python and report any bugs
        at http://github.com/jmah/cinesync_python/issues.
        
        
        
Keywords: cinesync
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Multimedia :: Video
