Metadata-Version: 2.1
Name: pycaption
Version: 2.2.4
Summary: Closed caption converter
Author: Joe Norton
Author-email: joey@nortoncrew.com
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
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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Multimedia :: Video
Requires-Python: >=3.8,<4.0
License-File: LICENSE
Requires-Dist: beautifulsoup4 >=4.12.1
Requires-Dist: lxml >=4.9.1
Requires-Dist: cssutils >=2.0.0
Provides-Extra: dev
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-lazy-fixture ; extra == 'dev'
Provides-Extra: transcript
Requires-Dist: nltk ; extra == 'transcript'

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, 3.9, 3.10 and 3.11.
(for Python 2 use pycaption < 1.0.0)

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

License
-------

This module is Copyright (c) 2012-2024 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/unit_tests.yml/badge.svg
    :target: https://github.com/pbs/pycaption/actions/workflows/unit_tests.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
