Metadata-Version: 1.0
Name: pysub
Version: 0.2
Summary: Library to manipulate SubRip subtitles
Home-page: http://unoyunodiez.wordpress.com/pysub/
Author: Salvador de la Puente González
Author-email: neo.salvador@gmail.com
License: UNKNOWN
Download-URL: https://github.com/lodr/pysub/zipball/master
Description: This module contains the class SubtitleStream to load SubRip subtitles format.
        See the class for extended documentation but basically you can load a SubRip
        (.srt) file shift it backward / forward, edit the text or check for sequence
        integrity.
        
        Instances of SubtitleStream act like sequences so they are iterable and you
        can get slices of it.
        
        You can save() the stream as well.
        
Keywords: subtitle,video,srt,synchronization
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Software Development :: Libraries :: Python Modules
