Metadata-Version: 1.1
Name: srtmerge
Version: 1.0
Summary: srtmerge (.srt) used to merge two Srt files
Home-page: https://github.com/wistful/srtmerge
Author: wistful
Author-email: wst.public.mail@gmail.com
License: LGPL
Description: srtmerge is a Python library used to merge two Srt files.
        
        Usage
        =====
        
        ::
        
            from srtmerge import srtmerge
            srtmerge([filepath1, filepath2, ...], out_filepath, offset=1000)
        
        srtmerge filepath1 filepath2 out_filepath offset=1000
        
Keywords: srtmerge,srt,subtitle
Platform: Unix,
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Text Processing
Classifier: Topic :: Utilities
