Metadata-Version: 1.1
Name: le-pycaption
Version: 2.1.0a2
Summary: Closed caption converter
Home-page: https://github.com/learningequality/pycaption
Author: Joe Norton <joey@nortoncrew.com>
Author-email: blaine@learningequality.org
License: Apache License, Version 2.0
Description: pycaption
        ==========
        
        |Build Status|
        
        **PLEASE SEE** `pbs/pycaption <https://github.com/pbs/pycaption>`__ **FOR OFFICIAL RELEASES.**
        
        ``pycaption`` is a caption reading/writing module. Use one of the given Readers
        to read content into a CaptionSet object, and then use one of the Writers to
        output the CaptionSet into captions of your desired format.
        
        Version 2.0.0\@learningequality passes all tests with Python 2.7, 3.4, 3.5, 3.6, and 3.7.
        Version 2.1.0\@learningequality passes all tests with Python 3.5+, 3.6, and 3.7.
        
        For details, see the `documentation <http://pycaption.readthedocs.org>`__.
        
        Changelog
        ---------
        
        2.1.0\@learningequality
        ^^^^^^^^^^^^^^^^^^^^^^^
        - Alpha 1: Python 2.7 and 3.4 support removed
        - Alpha 2: ``future`` package re-added
        
        2.0.0\@learningequality
        ^^^^^^^^^^^^^^^^^^^^^^^
        - Python 2 and 3 support (see branch `py27\@pbs <https://github.com/pbs/pycaption/tree/py27>`__)
        - Upgraded ``beautifulsoup4`` package to a more current version, and resolved issues with tests due to upgrade. See full detailed changes `here <https://github.com/learningequality/pycaption/pull/1>`__.
        - Removed ``from future import standard_library`` as it can cause issues with other packages and its removal causes no test failures.
        - Fixed ``DFXPReader`` issue with default language (see `this PR <https://github.com/pbs/pycaption/pull/188>`__)
        - Changed global default language to ISO-639-2 undetermined language code ``und`` (see `this PR <https://github.com/pbs/pycaption/pull/188>`__)
        - Pinned ``lxml<4.4.0`` to maintain Python 3.4 compatibility for now
        
        1.0.0\@pbs
        ^^^^^^^^^^
        - Added Python 3 support (see `pbs/pycaption <https://github.com/pbs/pycaption>`__).
        
        0.5.x\@pbs
        ^^^^^^^^^^
        - Added positioning support
        - Created documentation
        
        License
        -------
        
        This module is Copyright 2012 PBS.org and is available under the `Apache
        License, Version 2.0 <http://www.apache.org/licenses/LICENSE-2.0>`__.
        
        .. |Build Status| image:: https://travis-ci.org/pbs/pycaption.png?branch=master
           :target: https://travis-ci.org/pbs/pycaption
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Multimedia :: Video
