Metadata-Version: 2.1
Name: pycaption
Version: 2.0.5
Summary: Closed caption converter
Home-page: UNKNOWN
Author: Joe Norton
Author-email: joey@nortoncrew.com
License: UNKNOWN
Project-URL: Source, https://github.com/pbs/pycaption
Project-URL: Documentation, https://pycaption.readthedocs.io/
Project-URL: Release notes, https://pycaption.readthedocs.io/en/stable/changelog.html
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Multimedia :: Video
Requires-Python: >=3.6,<4.0
License-File: LICENSE

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

|Build Status| |Python Versions| |Pre-Commit| |Dependencies| |License|

``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 versions 3.6, 3.7, 3.8 and 3.9.
(for Python 2 use pycaption < 1.0.0)

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

License
-------

This module is Copyright (c) 2012-2022 PBS.org and is available under the `Apache
License, Version 2.0 <http://www.apache.org/licenses/LICENSE-2.0>`__.

.. |Build Status| image:: https://github.com/pbs/pycaption/actions/workflows/main.yml/badge.svg
    :target: https://github.com/pbs/pycaption/actions/workflows/main.yml
    :alt: Unit Tests

.. |Pre-Commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
   :target: https://github.com/pre-commit/pre-commit
   :alt: pre-commit

.. |Dependencies| image:: https://img.shields.io/librariesio/release/pypi/pycaption
    :target: https://libraries.io/pypi/pycaption
    :alt: Dependencies

.. |Python Versions| image:: https://img.shields.io/pypi/pyversions/pycaption
    :target: https://pypi.org/project/pycaption/
    :alt: Python Versions

.. |License| image:: https://img.shields.io/github/license/pbs/pycaption
    :target: https://github.com/pbs/pycaption/blob/main/LICENSE
    :alt: License

