pycaption 2.2.15__tar.gz → 2.2.16__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pycaption-2.2.15 → pycaption-2.2.16}/LICENSE +1 -1
- {pycaption-2.2.15/pycaption.egg-info → pycaption-2.2.16}/PKG-INFO +13 -4
- {pycaption-2.2.15 → pycaption-2.2.16}/README.rst +2 -2
- {pycaption-2.2.15 → pycaption-2.2.16/pycaption.egg-info}/PKG-INFO +13 -4
- {pycaption-2.2.15 → pycaption-2.2.16}/setup.py +1 -1
- {pycaption-2.2.15 → pycaption-2.2.16}/MANIFEST.in +0 -0
- {pycaption-2.2.15 → pycaption-2.2.16}/pycaption/__init__.py +0 -0
- {pycaption-2.2.15 → pycaption-2.2.16}/pycaption/base.py +0 -0
- {pycaption-2.2.15 → pycaption-2.2.16}/pycaption/dfxp/__init__.py +0 -0
- {pycaption-2.2.15 → pycaption-2.2.16}/pycaption/dfxp/base.py +0 -0
- {pycaption-2.2.15 → pycaption-2.2.16}/pycaption/dfxp/extras.py +0 -0
- {pycaption-2.2.15 → pycaption-2.2.16}/pycaption/english.pickle +0 -0
- {pycaption-2.2.15 → pycaption-2.2.16}/pycaption/exceptions.py +0 -0
- {pycaption-2.2.15 → pycaption-2.2.16}/pycaption/geometry.py +0 -0
- {pycaption-2.2.15 → pycaption-2.2.16}/pycaption/microdvd.py +0 -0
- {pycaption-2.2.15 → pycaption-2.2.16}/pycaption/sami.py +0 -0
- {pycaption-2.2.15 → pycaption-2.2.16}/pycaption/scc/__init__.py +0 -0
- {pycaption-2.2.15 → pycaption-2.2.16}/pycaption/scc/constants.py +0 -0
- {pycaption-2.2.15 → pycaption-2.2.16}/pycaption/scc/specialized_collections.py +0 -0
- {pycaption-2.2.15 → pycaption-2.2.16}/pycaption/scc/state_machines.py +0 -0
- {pycaption-2.2.15 → pycaption-2.2.16}/pycaption/scc/translator.py +0 -0
- {pycaption-2.2.15 → pycaption-2.2.16}/pycaption/srt.py +0 -0
- {pycaption-2.2.15 → pycaption-2.2.16}/pycaption/transcript.py +0 -0
- {pycaption-2.2.15 → pycaption-2.2.16}/pycaption/utils.py +0 -0
- {pycaption-2.2.15 → pycaption-2.2.16}/pycaption/webvtt.py +0 -0
- {pycaption-2.2.15 → pycaption-2.2.16}/pycaption.egg-info/SOURCES.txt +0 -0
- {pycaption-2.2.15 → pycaption-2.2.16}/pycaption.egg-info/dependency_links.txt +0 -0
- {pycaption-2.2.15 → pycaption-2.2.16}/pycaption.egg-info/requires.txt +0 -0
- {pycaption-2.2.15 → pycaption-2.2.16}/pycaption.egg-info/top_level.txt +0 -0
- {pycaption-2.2.15 → pycaption-2.2.16}/setup.cfg +0 -0
- {pycaption-2.2.15 → pycaption-2.2.16}/tests/__init__.py +0 -0
- {pycaption-2.2.15 → pycaption-2.2.16}/tests/conftest.py +0 -0
- {pycaption-2.2.15 → pycaption-2.2.16}/tests/fixtures/__init__.py +0 -0
- {pycaption-2.2.15 → pycaption-2.2.16}/tests/fixtures/dfxp.py +0 -0
- {pycaption-2.2.15 → pycaption-2.2.16}/tests/fixtures/microdvd.py +0 -0
- {pycaption-2.2.15 → pycaption-2.2.16}/tests/fixtures/sami.py +0 -0
- {pycaption-2.2.15 → pycaption-2.2.16}/tests/fixtures/scc.py +0 -0
- {pycaption-2.2.15 → pycaption-2.2.16}/tests/fixtures/srt.py +0 -0
- {pycaption-2.2.15 → pycaption-2.2.16}/tests/fixtures/translated_scc.py +0 -0
- {pycaption-2.2.15 → pycaption-2.2.16}/tests/fixtures/webvtt.py +0 -0
- {pycaption-2.2.15 → pycaption-2.2.16}/tests/mixins.py +0 -0
- {pycaption-2.2.15 → pycaption-2.2.16}/tests/test_base.py +0 -0
- {pycaption-2.2.15 → pycaption-2.2.16}/tests/test_dfxp.py +0 -0
- {pycaption-2.2.15 → pycaption-2.2.16}/tests/test_dfxp_conversion.py +0 -0
- {pycaption-2.2.15 → pycaption-2.2.16}/tests/test_dfxp_extras.py +0 -0
- {pycaption-2.2.15 → pycaption-2.2.16}/tests/test_functions.py +0 -0
- {pycaption-2.2.15 → pycaption-2.2.16}/tests/test_geometry.py +0 -0
- {pycaption-2.2.15 → pycaption-2.2.16}/tests/test_microdvd.py +0 -0
- {pycaption-2.2.15 → pycaption-2.2.16}/tests/test_microdvd_conversion.py +0 -0
- {pycaption-2.2.15 → pycaption-2.2.16}/tests/test_sami.py +0 -0
- {pycaption-2.2.15 → pycaption-2.2.16}/tests/test_sami_conversion.py +0 -0
- {pycaption-2.2.15 → pycaption-2.2.16}/tests/test_scc.py +0 -0
- {pycaption-2.2.15 → pycaption-2.2.16}/tests/test_scc_conversion.py +0 -0
- {pycaption-2.2.15 → pycaption-2.2.16}/tests/test_scc_translator.py +0 -0
- {pycaption-2.2.15 → pycaption-2.2.16}/tests/test_srt.py +0 -0
- {pycaption-2.2.15 → pycaption-2.2.16}/tests/test_srt_conversion.py +0 -0
- {pycaption-2.2.15 → pycaption-2.2.16}/tests/test_webvtt.py +0 -0
- {pycaption-2.2.15 → pycaption-2.2.16}/tests/test_webvtt_conversion.py +0 -0
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
same "printed page" as the copyright notice for easier
|
|
187
187
|
identification within third-party archives.
|
|
188
188
|
|
|
189
|
-
Copyright (c) 2012-
|
|
189
|
+
Copyright (c) 2012-2025 PBS.org
|
|
190
190
|
|
|
191
191
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
192
|
you may not use this file except in compliance with the License.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: pycaption
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.16
|
|
4
4
|
Summary: Closed caption converter
|
|
5
5
|
Author: Joe Norton
|
|
6
6
|
Author-email: joey@nortoncrew.com
|
|
@@ -30,6 +30,15 @@ Requires-Dist: pytest; extra == "dev"
|
|
|
30
30
|
Requires-Dist: pytest-lazy-fixture; extra == "dev"
|
|
31
31
|
Provides-Extra: transcript
|
|
32
32
|
Requires-Dist: nltk==3.8.0; extra == "transcript"
|
|
33
|
+
Dynamic: author
|
|
34
|
+
Dynamic: author-email
|
|
35
|
+
Dynamic: classifier
|
|
36
|
+
Dynamic: description
|
|
37
|
+
Dynamic: project-url
|
|
38
|
+
Dynamic: provides-extra
|
|
39
|
+
Dynamic: requires-dist
|
|
40
|
+
Dynamic: requires-python
|
|
41
|
+
Dynamic: summary
|
|
33
42
|
|
|
34
43
|
py-caption
|
|
35
44
|
==========
|
|
@@ -40,7 +49,7 @@ py-caption
|
|
|
40
49
|
to read content into a CaptionSet object, and then use one of the Writers to
|
|
41
50
|
output the CaptionSet into captions of your desired format.
|
|
42
51
|
|
|
43
|
-
Tested with Python versions 3.
|
|
52
|
+
Tested with Python versions 3.8, 3.9, 3.10, 3.11 and 3.12.
|
|
44
53
|
(for Python 2 use pycaption < 1.0.0)
|
|
45
54
|
|
|
46
55
|
For details, see the `documentation <http://pycaption.readthedocs.org>`__.
|
|
@@ -48,7 +57,7 @@ For details, see the `documentation <http://pycaption.readthedocs.org>`__.
|
|
|
48
57
|
License
|
|
49
58
|
-------
|
|
50
59
|
|
|
51
|
-
This module is Copyright (c) 2012-
|
|
60
|
+
This module is Copyright (c) 2012-2025 PBS.org and is available under the `Apache
|
|
52
61
|
License, Version 2.0 <http://www.apache.org/licenses/LICENSE-2.0>`__.
|
|
53
62
|
|
|
54
63
|
.. |Build Status| image:: https://github.com/pbs/pycaption/actions/workflows/unit_tests.yml/badge.svg
|
|
@@ -7,7 +7,7 @@ py-caption
|
|
|
7
7
|
to read content into a CaptionSet object, and then use one of the Writers to
|
|
8
8
|
output the CaptionSet into captions of your desired format.
|
|
9
9
|
|
|
10
|
-
Tested with Python versions 3.
|
|
10
|
+
Tested with Python versions 3.8, 3.9, 3.10, 3.11 and 3.12.
|
|
11
11
|
(for Python 2 use pycaption < 1.0.0)
|
|
12
12
|
|
|
13
13
|
For details, see the `documentation <http://pycaption.readthedocs.org>`__.
|
|
@@ -15,7 +15,7 @@ For details, see the `documentation <http://pycaption.readthedocs.org>`__.
|
|
|
15
15
|
License
|
|
16
16
|
-------
|
|
17
17
|
|
|
18
|
-
This module is Copyright (c) 2012-
|
|
18
|
+
This module is Copyright (c) 2012-2025 PBS.org and is available under the `Apache
|
|
19
19
|
License, Version 2.0 <http://www.apache.org/licenses/LICENSE-2.0>`__.
|
|
20
20
|
|
|
21
21
|
.. |Build Status| image:: https://github.com/pbs/pycaption/actions/workflows/unit_tests.yml/badge.svg
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: pycaption
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.16
|
|
4
4
|
Summary: Closed caption converter
|
|
5
5
|
Author: Joe Norton
|
|
6
6
|
Author-email: joey@nortoncrew.com
|
|
@@ -30,6 +30,15 @@ Requires-Dist: pytest; extra == "dev"
|
|
|
30
30
|
Requires-Dist: pytest-lazy-fixture; extra == "dev"
|
|
31
31
|
Provides-Extra: transcript
|
|
32
32
|
Requires-Dist: nltk==3.8.0; extra == "transcript"
|
|
33
|
+
Dynamic: author
|
|
34
|
+
Dynamic: author-email
|
|
35
|
+
Dynamic: classifier
|
|
36
|
+
Dynamic: description
|
|
37
|
+
Dynamic: project-url
|
|
38
|
+
Dynamic: provides-extra
|
|
39
|
+
Dynamic: requires-dist
|
|
40
|
+
Dynamic: requires-python
|
|
41
|
+
Dynamic: summary
|
|
33
42
|
|
|
34
43
|
py-caption
|
|
35
44
|
==========
|
|
@@ -40,7 +49,7 @@ py-caption
|
|
|
40
49
|
to read content into a CaptionSet object, and then use one of the Writers to
|
|
41
50
|
output the CaptionSet into captions of your desired format.
|
|
42
51
|
|
|
43
|
-
Tested with Python versions 3.
|
|
52
|
+
Tested with Python versions 3.8, 3.9, 3.10, 3.11 and 3.12.
|
|
44
53
|
(for Python 2 use pycaption < 1.0.0)
|
|
45
54
|
|
|
46
55
|
For details, see the `documentation <http://pycaption.readthedocs.org>`__.
|
|
@@ -48,7 +57,7 @@ For details, see the `documentation <http://pycaption.readthedocs.org>`__.
|
|
|
48
57
|
License
|
|
49
58
|
-------
|
|
50
59
|
|
|
51
|
-
This module is Copyright (c) 2012-
|
|
60
|
+
This module is Copyright (c) 2012-2025 PBS.org and is available under the `Apache
|
|
52
61
|
License, Version 2.0 <http://www.apache.org/licenses/LICENSE-2.0>`__.
|
|
53
62
|
|
|
54
63
|
.. |Build Status| image:: https://github.com/pbs/pycaption/actions/workflows/unit_tests.yml/badge.svg
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|