Metadata-Version: 1.1
Name: srt
Version: 0.0.5
Summary: A tiny library for parsing, modifying, and composing SRT files.
Home-page: https://github.com/cdown/srt
Author: Chris Down
Author-email: chris@chrisdown.name
License: ISC
Description: ===
        srt
        ===
        
        .. image:: https://img.shields.io/travis/cdown/srt/master.svg?label=linux
                :target: https://travis-ci.org/cdown/srt
        
        .. image:: https://img.shields.io/appveyor/ci/cdown/srt/master.svg?label=windows
                :target: https://ci.appveyor.com/project/cdown/srt
        
        .. image:: https://img.shields.io/coveralls/cdown/srt/master.svg
                :target: https://coveralls.io/r/cdown/srt
        
        .. image:: https://landscape.io/github/cdown/srt/master/landscape.svg
                :target: https://landscape.io/github/cdown/srt/master
        
        .. image:: https://img.shields.io/requires/github/cdown/srt.svg?label=deps
                :target: https://requires.io/github/cdown/srt/requirements/?branch=master
        
        srt is a tiny Python library for parsing, modifying, and composing SRT files.
        
        Documentation
        -------------
        
        If you're new to the library, take a look at the quickstart_ for ideas about
        how to use it. `Detailed API documentation`_ is also available.
        
        .. _quickstart: http://srt.readthedocs.org/en/latest/quickstart.html
        .. _`Detailed API documentation`: http://srt.readthedocs.org/en/latest/api.html
        
        Installation
        ------------
        
        From pip:
        
        .. code::
        
        
            pip install srt
        
        Manually:
        
        .. code::
        
            python setup.py install
        
        
        Testing
        -------
        
        .. code::
        
            python setup.py test
        
Keywords: srt
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
