Metadata-Version: 2.1
Name: pycaption
Version: 1.0.3
Summary: Closed caption converter
Home-page: https://github.com/pbs/pycaption
Author: Joe Norton
Author-email: joey@nortoncrew.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Topic :: Multimedia :: Video
Requires-Dist: beautifulsoup4 (<4.5.0,>=4.2.1)
Requires-Dist: lxml (>=3.2.3)
Requires-Dist: cssutils (>=0.9.10)
Requires-Dist: future
Requires-Dist: six (>=1.9.0)
Requires-Dist: enum34 ; python_version < "3.4"

py-caption
==========

|Build Status|

``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.

Tested with Python 3.4 and 3.5.
(for Python 2 use pycaption < 1.0.0)

For details, see the `documentation <http://pycaption.readthedocs.org>`__.

Changelog
---------

1.0.0
^^^^^
- Added Python 3 support

0.5.x
^^^^^
- 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


