Metadata-Version: 2.1
Name: pysub
Version: 0.2
Summary: Library to manipulate SubRip subtitles
Home-page: http://unoyunodiez.wordpress.com/pysub/
Download-URL: https://github.com/lodr/pysub/zipball/master
Author: Salvador de la Puente González
Author-email: neo.salvador@gmail.com
Keywords: subtitle,video,srt,synchronization
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
License-File: LICENSE

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.
