pycaption 2.2.18__tar.gz → 2.2.19__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.18/pycaption.egg-info → pycaption-2.2.19}/PKG-INFO +2 -4
- {pycaption-2.2.18 → pycaption-2.2.19/pycaption.egg-info}/PKG-INFO +2 -4
- {pycaption-2.2.18 → pycaption-2.2.19}/setup.py +2 -4
- {pycaption-2.2.18 → pycaption-2.2.19}/LICENSE +0 -0
- {pycaption-2.2.18 → pycaption-2.2.19}/MANIFEST.in +0 -0
- {pycaption-2.2.18 → pycaption-2.2.19}/README.rst +0 -0
- {pycaption-2.2.18 → pycaption-2.2.19}/pycaption/__init__.py +0 -0
- {pycaption-2.2.18 → pycaption-2.2.19}/pycaption/base.py +0 -0
- {pycaption-2.2.18 → pycaption-2.2.19}/pycaption/dfxp/__init__.py +0 -0
- {pycaption-2.2.18 → pycaption-2.2.19}/pycaption/dfxp/base.py +0 -0
- {pycaption-2.2.18 → pycaption-2.2.19}/pycaption/dfxp/extras.py +0 -0
- {pycaption-2.2.18 → pycaption-2.2.19}/pycaption/exceptions.py +0 -0
- {pycaption-2.2.18 → pycaption-2.2.19}/pycaption/geometry.py +0 -0
- {pycaption-2.2.18 → pycaption-2.2.19}/pycaption/microdvd.py +0 -0
- {pycaption-2.2.18 → pycaption-2.2.19}/pycaption/sami.py +0 -0
- {pycaption-2.2.18 → pycaption-2.2.19}/pycaption/scc/__init__.py +0 -0
- {pycaption-2.2.18 → pycaption-2.2.19}/pycaption/scc/constants.py +0 -0
- {pycaption-2.2.18 → pycaption-2.2.19}/pycaption/scc/specialized_collections.py +0 -0
- {pycaption-2.2.18 → pycaption-2.2.19}/pycaption/scc/state_machines.py +0 -0
- {pycaption-2.2.18 → pycaption-2.2.19}/pycaption/scc/translator.py +0 -0
- {pycaption-2.2.18 → pycaption-2.2.19}/pycaption/srt.py +0 -0
- {pycaption-2.2.18 → pycaption-2.2.19}/pycaption/transcript.py +0 -0
- {pycaption-2.2.18 → pycaption-2.2.19}/pycaption/utils.py +0 -0
- {pycaption-2.2.18 → pycaption-2.2.19}/pycaption/webvtt.py +0 -0
- {pycaption-2.2.18 → pycaption-2.2.19}/pycaption.egg-info/SOURCES.txt +0 -0
- {pycaption-2.2.18 → pycaption-2.2.19}/pycaption.egg-info/dependency_links.txt +0 -0
- {pycaption-2.2.18 → pycaption-2.2.19}/pycaption.egg-info/requires.txt +0 -0
- {pycaption-2.2.18 → pycaption-2.2.19}/pycaption.egg-info/top_level.txt +0 -0
- {pycaption-2.2.18 → pycaption-2.2.19}/setup.cfg +0 -0
- {pycaption-2.2.18 → pycaption-2.2.19}/tests/__init__.py +0 -0
- {pycaption-2.2.18 → pycaption-2.2.19}/tests/conftest.py +0 -0
- {pycaption-2.2.18 → pycaption-2.2.19}/tests/fixtures/__init__.py +0 -0
- {pycaption-2.2.18 → pycaption-2.2.19}/tests/fixtures/dfxp.py +0 -0
- {pycaption-2.2.18 → pycaption-2.2.19}/tests/fixtures/microdvd.py +0 -0
- {pycaption-2.2.18 → pycaption-2.2.19}/tests/fixtures/sami.py +0 -0
- {pycaption-2.2.18 → pycaption-2.2.19}/tests/fixtures/scc.py +0 -0
- {pycaption-2.2.18 → pycaption-2.2.19}/tests/fixtures/srt.py +0 -0
- {pycaption-2.2.18 → pycaption-2.2.19}/tests/fixtures/translated_scc.py +0 -0
- {pycaption-2.2.18 → pycaption-2.2.19}/tests/fixtures/webvtt.py +0 -0
- {pycaption-2.2.18 → pycaption-2.2.19}/tests/mixins.py +0 -0
- {pycaption-2.2.18 → pycaption-2.2.19}/tests/test_base.py +0 -0
- {pycaption-2.2.18 → pycaption-2.2.19}/tests/test_dfxp.py +0 -0
- {pycaption-2.2.18 → pycaption-2.2.19}/tests/test_dfxp_conversion.py +0 -0
- {pycaption-2.2.18 → pycaption-2.2.19}/tests/test_dfxp_extras.py +0 -0
- {pycaption-2.2.18 → pycaption-2.2.19}/tests/test_functions.py +0 -0
- {pycaption-2.2.18 → pycaption-2.2.19}/tests/test_geometry.py +0 -0
- {pycaption-2.2.18 → pycaption-2.2.19}/tests/test_microdvd.py +0 -0
- {pycaption-2.2.18 → pycaption-2.2.19}/tests/test_microdvd_conversion.py +0 -0
- {pycaption-2.2.18 → pycaption-2.2.19}/tests/test_sami.py +0 -0
- {pycaption-2.2.18 → pycaption-2.2.19}/tests/test_sami_conversion.py +0 -0
- {pycaption-2.2.18 → pycaption-2.2.19}/tests/test_scc.py +0 -0
- {pycaption-2.2.18 → pycaption-2.2.19}/tests/test_scc_conversion.py +0 -0
- {pycaption-2.2.18 → pycaption-2.2.19}/tests/test_scc_translator.py +0 -0
- {pycaption-2.2.18 → pycaption-2.2.19}/tests/test_srt.py +0 -0
- {pycaption-2.2.18 → pycaption-2.2.19}/tests/test_srt_conversion.py +0 -0
- {pycaption-2.2.18 → pycaption-2.2.19}/tests/test_webvtt.py +0 -0
- {pycaption-2.2.18 → pycaption-2.2.19}/tests/test_webvtt_conversion.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pycaption
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.19
|
|
4
4
|
Summary: Closed caption converter
|
|
5
5
|
Author: Joe Norton
|
|
6
6
|
Author-email: joey@nortoncrew.com
|
|
@@ -12,15 +12,13 @@ Classifier: License :: OSI Approved :: Apache Software License
|
|
|
12
12
|
Classifier: Operating System :: OS Independent
|
|
13
13
|
Classifier: Programming Language :: Python
|
|
14
14
|
Classifier: Programming Language :: Python :: 3
|
|
15
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
16
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
17
15
|
Classifier: Programming Language :: Python :: 3.10
|
|
18
16
|
Classifier: Programming Language :: Python :: 3.11
|
|
19
17
|
Classifier: Programming Language :: Python :: 3.12
|
|
20
18
|
Classifier: Topic :: Software Development :: Libraries
|
|
21
19
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
22
20
|
Classifier: Topic :: Multimedia :: Video
|
|
23
|
-
Requires-Python: >=3.
|
|
21
|
+
Requires-Python: >=3.10,<4.0
|
|
24
22
|
License-File: LICENSE
|
|
25
23
|
Requires-Dist: beautifulsoup4>=4.12.1
|
|
26
24
|
Requires-Dist: lxml>=4.9.1
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pycaption
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.19
|
|
4
4
|
Summary: Closed caption converter
|
|
5
5
|
Author: Joe Norton
|
|
6
6
|
Author-email: joey@nortoncrew.com
|
|
@@ -12,15 +12,13 @@ Classifier: License :: OSI Approved :: Apache Software License
|
|
|
12
12
|
Classifier: Operating System :: OS Independent
|
|
13
13
|
Classifier: Programming Language :: Python
|
|
14
14
|
Classifier: Programming Language :: Python :: 3
|
|
15
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
16
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
17
15
|
Classifier: Programming Language :: Python :: 3.10
|
|
18
16
|
Classifier: Programming Language :: Python :: 3.11
|
|
19
17
|
Classifier: Programming Language :: Python :: 3.12
|
|
20
18
|
Classifier: Topic :: Software Development :: Libraries
|
|
21
19
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
22
20
|
Classifier: Topic :: Multimedia :: Video
|
|
23
|
-
Requires-Python: >=3.
|
|
21
|
+
Requires-Python: >=3.10,<4.0
|
|
24
22
|
License-File: LICENSE
|
|
25
23
|
Requires-Dist: beautifulsoup4>=4.12.1
|
|
26
24
|
Requires-Dist: lxml>=4.9.1
|
|
@@ -20,7 +20,7 @@ transcript_dependencies = ["nltk==3.9.1"]
|
|
|
20
20
|
|
|
21
21
|
setup(
|
|
22
22
|
name="pycaption",
|
|
23
|
-
version="2.2.
|
|
23
|
+
version="2.2.19",
|
|
24
24
|
description="Closed caption converter",
|
|
25
25
|
long_description=open(README_PATH).read(),
|
|
26
26
|
author="Joe Norton",
|
|
@@ -30,7 +30,7 @@ setup(
|
|
|
30
30
|
"Documentation": "https://pycaption.readthedocs.io/",
|
|
31
31
|
"Release notes": "https://pycaption.readthedocs.io" "/en/stable/changelog.html",
|
|
32
32
|
},
|
|
33
|
-
python_requires=">=3.
|
|
33
|
+
python_requires=">=3.10,<4.0",
|
|
34
34
|
install_requires=dependencies,
|
|
35
35
|
extras_require={"dev": dev_dependencies, "transcript": transcript_dependencies},
|
|
36
36
|
packages=find_packages(),
|
|
@@ -41,8 +41,6 @@ setup(
|
|
|
41
41
|
"Operating System :: OS Independent",
|
|
42
42
|
"Programming Language :: Python",
|
|
43
43
|
"Programming Language :: Python :: 3",
|
|
44
|
-
"Programming Language :: Python :: 3.8",
|
|
45
|
-
"Programming Language :: Python :: 3.9",
|
|
46
44
|
"Programming Language :: Python :: 3.10",
|
|
47
45
|
"Programming Language :: Python :: 3.11",
|
|
48
46
|
"Programming Language :: Python :: 3.12",
|
|
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
|
|
File without changes
|