mkv-episode-matcher 0.9.0__tar.gz → 0.9.1__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.
Potentially problematic release.
This version of mkv-episode-matcher might be problematic. Click here for more details.
- {mkv_episode_matcher-0.9.0 → mkv_episode_matcher-0.9.1}/PKG-INFO +1 -2
- {mkv_episode_matcher-0.9.0 → mkv_episode_matcher-0.9.1}/mkv_episode_matcher.egg-info/PKG-INFO +1 -2
- {mkv_episode_matcher-0.9.0 → mkv_episode_matcher-0.9.1}/mkv_episode_matcher.egg-info/requires.txt +0 -1
- {mkv_episode_matcher-0.9.0 → mkv_episode_matcher-0.9.1}/pyproject.toml +0 -1
- {mkv_episode_matcher-0.9.0 → mkv_episode_matcher-0.9.1}/setup.cfg +1 -1
- {mkv_episode_matcher-0.9.0 → mkv_episode_matcher-0.9.1}/uv.lock +0 -8
- {mkv_episode_matcher-0.9.0 → mkv_episode_matcher-0.9.1}/.coverage +0 -0
- {mkv_episode_matcher-0.9.0 → mkv_episode_matcher-0.9.1}/.gitattributes +0 -0
- {mkv_episode_matcher-0.9.0 → mkv_episode_matcher-0.9.1}/.github/funding.yml +0 -0
- {mkv_episode_matcher-0.9.0 → mkv_episode_matcher-0.9.1}/.github/workflows/documentation.yml +0 -0
- {mkv_episode_matcher-0.9.0 → mkv_episode_matcher-0.9.1}/.github/workflows/python-publish.yml +0 -0
- {mkv_episode_matcher-0.9.0 → mkv_episode_matcher-0.9.1}/.github/workflows/tests.yml +0 -0
- {mkv_episode_matcher-0.9.0 → mkv_episode_matcher-0.9.1}/.gitignore +0 -0
- {mkv_episode_matcher-0.9.0 → mkv_episode_matcher-0.9.1}/.gitmodules +0 -0
- {mkv_episode_matcher-0.9.0 → mkv_episode_matcher-0.9.1}/.python-version +0 -0
- {mkv_episode_matcher-0.9.0 → mkv_episode_matcher-0.9.1}/.vscode/settings.json +0 -0
- {mkv_episode_matcher-0.9.0 → mkv_episode_matcher-0.9.1}/CHANGELOG.md +0 -0
- {mkv_episode_matcher-0.9.0 → mkv_episode_matcher-0.9.1}/README.md +0 -0
- {mkv_episode_matcher-0.9.0 → mkv_episode_matcher-0.9.1}/docs/api/index.md +0 -0
- {mkv_episode_matcher-0.9.0 → mkv_episode_matcher-0.9.1}/docs/changelog.md +0 -0
- {mkv_episode_matcher-0.9.0 → mkv_episode_matcher-0.9.1}/docs/cli.md +0 -0
- {mkv_episode_matcher-0.9.0 → mkv_episode_matcher-0.9.1}/docs/configuration.md +0 -0
- {mkv_episode_matcher-0.9.0 → mkv_episode_matcher-0.9.1}/docs/installation.md +0 -0
- {mkv_episode_matcher-0.9.0 → mkv_episode_matcher-0.9.1}/docs/quickstart.md +0 -0
- {mkv_episode_matcher-0.9.0 → mkv_episode_matcher-0.9.1}/docs/tips.md +0 -0
- {mkv_episode_matcher-0.9.0 → mkv_episode_matcher-0.9.1}/mkdocs.yml +0 -0
- {mkv_episode_matcher-0.9.0 → mkv_episode_matcher-0.9.1}/mkv_episode_matcher/.gitattributes +0 -0
- {mkv_episode_matcher-0.9.0 → mkv_episode_matcher-0.9.1}/mkv_episode_matcher/__init__.py +0 -0
- {mkv_episode_matcher-0.9.0 → mkv_episode_matcher-0.9.1}/mkv_episode_matcher/__main__.py +0 -0
- {mkv_episode_matcher-0.9.0 → mkv_episode_matcher-0.9.1}/mkv_episode_matcher/config.py +0 -0
- {mkv_episode_matcher-0.9.0 → mkv_episode_matcher-0.9.1}/mkv_episode_matcher/episode_identification.py +0 -0
- {mkv_episode_matcher-0.9.0 → mkv_episode_matcher-0.9.1}/mkv_episode_matcher/episode_matcher.py +0 -0
- {mkv_episode_matcher-0.9.0 → mkv_episode_matcher-0.9.1}/mkv_episode_matcher/subtitle_utils.py +0 -0
- {mkv_episode_matcher-0.9.0 → mkv_episode_matcher-0.9.1}/mkv_episode_matcher/tmdb_client.py +0 -0
- {mkv_episode_matcher-0.9.0 → mkv_episode_matcher-0.9.1}/mkv_episode_matcher/utils.py +0 -0
- {mkv_episode_matcher-0.9.0 → mkv_episode_matcher-0.9.1}/mkv_episode_matcher.egg-info/SOURCES.txt +0 -0
- {mkv_episode_matcher-0.9.0 → mkv_episode_matcher-0.9.1}/mkv_episode_matcher.egg-info/dependency_links.txt +0 -0
- {mkv_episode_matcher-0.9.0 → mkv_episode_matcher-0.9.1}/mkv_episode_matcher.egg-info/entry_points.txt +0 -0
- {mkv_episode_matcher-0.9.0 → mkv_episode_matcher-0.9.1}/mkv_episode_matcher.egg-info/top_level.txt +0 -0
- {mkv_episode_matcher-0.9.0 → mkv_episode_matcher-0.9.1}/setup.py +0 -0
- {mkv_episode_matcher-0.9.0 → mkv_episode_matcher-0.9.1}/tests/__init__.py +0 -0
- {mkv_episode_matcher-0.9.0 → mkv_episode_matcher-0.9.1}/tests/test_main.py +0 -0
- {mkv_episode_matcher-0.9.0 → mkv_episode_matcher-0.9.1}/tests/test_path_handling.py +0 -0
- {mkv_episode_matcher-0.9.0 → mkv_episode_matcher-0.9.1}/tests/test_trailing_slash.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mkv-episode-matcher
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.1
|
|
4
4
|
Summary: The MKV Episode Matcher is a tool for identifying TV series episodes from MKV files and renaming the files accordingly.
|
|
5
5
|
Home-page: https://github.com/Jsakkos/mkv-episode-matcher
|
|
6
6
|
Author: Jonathan Sakkos
|
|
@@ -28,7 +28,6 @@ Requires-Dist: tmdb-client>=0.0.1
|
|
|
28
28
|
Requires-Dist: torch>=2.5.1
|
|
29
29
|
Requires-Dist: torchaudio>=2.5.1
|
|
30
30
|
Requires-Dist: torchvision>=0.20.1
|
|
31
|
-
Requires-Dist: wave>=0.0.2
|
|
32
31
|
|
|
33
32
|
# MKV Episode Matcher
|
|
34
33
|
|
{mkv_episode_matcher-0.9.0 → mkv_episode_matcher-0.9.1}/mkv_episode_matcher.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mkv-episode-matcher
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.1
|
|
4
4
|
Summary: The MKV Episode Matcher is a tool for identifying TV series episodes from MKV files and renaming the files accordingly.
|
|
5
5
|
Home-page: https://github.com/Jsakkos/mkv-episode-matcher
|
|
6
6
|
Author: Jonathan Sakkos
|
|
@@ -28,7 +28,6 @@ Requires-Dist: tmdb-client>=0.0.1
|
|
|
28
28
|
Requires-Dist: torch>=2.5.1
|
|
29
29
|
Requires-Dist: torchaudio>=2.5.1
|
|
30
30
|
Requires-Dist: torchvision>=0.20.1
|
|
31
|
-
Requires-Dist: wave>=0.0.2
|
|
32
31
|
|
|
33
32
|
# MKV Episode Matcher
|
|
34
33
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[metadata]
|
|
2
2
|
name = mkv_episode_matcher
|
|
3
|
-
version = 0.9.
|
|
3
|
+
version = 0.9.1
|
|
4
4
|
author = Jonathan Sakkos
|
|
5
5
|
author_email = jonathansakkos@gmail.com
|
|
6
6
|
description = The MKV Episode Matcher is a tool for identifying TV series episodes from MKV files and renaming the files accordingly.
|
|
@@ -1038,7 +1038,6 @@ dependencies = [
|
|
|
1038
1038
|
{ name = "torch" },
|
|
1039
1039
|
{ name = "torchaudio" },
|
|
1040
1040
|
{ name = "torchvision" },
|
|
1041
|
-
{ name = "wave" },
|
|
1042
1041
|
]
|
|
1043
1042
|
|
|
1044
1043
|
[package.dev-dependencies]
|
|
@@ -1067,7 +1066,6 @@ requires-dist = [
|
|
|
1067
1066
|
{ name = "torch", specifier = ">=2.5.1" },
|
|
1068
1067
|
{ name = "torchaudio", specifier = ">=2.5.1" },
|
|
1069
1068
|
{ name = "torchvision", specifier = ">=0.20.1" },
|
|
1070
|
-
{ name = "wave", specifier = ">=0.0.2" },
|
|
1071
1069
|
]
|
|
1072
1070
|
|
|
1073
1071
|
[package.metadata.requires-dev]
|
|
@@ -2243,12 +2241,6 @@ wheels = [
|
|
|
2243
2241
|
{ url = "https://files.pythonhosted.org/packages/d2/b2/b157855192a68541a91ba7b2bbcb91f1b4faa51f8bae38d8005c034be524/urllib3-2.0.7-py3-none-any.whl", hash = "sha256:fdb6d215c776278489906c2f8916e6e7d4f5a9b602ccbcfdf7f016fc8da0596e", size = 124213 },
|
|
2244
2242
|
]
|
|
2245
2243
|
|
|
2246
|
-
[[package]]
|
|
2247
|
-
name = "wave"
|
|
2248
|
-
version = "0.0.2"
|
|
2249
|
-
source = { registry = "https://pypi.org/simple" }
|
|
2250
|
-
sdist = { url = "https://files.pythonhosted.org/packages/df/33/5a06e0c47a147b2683876ba7c576fad13e92b0b16755eb431e56c341e0cf/Wave-0.0.2.tar.gz", hash = "sha256:5a895bb85e04e38c82dba90d66a5ae8f488b50c58f3fc4df868a5bcdcabb8632", size = 27334 }
|
|
2251
|
-
|
|
2252
2244
|
[[package]]
|
|
2253
2245
|
name = "wcwidth"
|
|
2254
2246
|
version = "0.2.13"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mkv_episode_matcher-0.9.0 → mkv_episode_matcher-0.9.1}/.github/workflows/python-publish.yml
RENAMED
|
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
|
{mkv_episode_matcher-0.9.0 → mkv_episode_matcher-0.9.1}/mkv_episode_matcher/episode_matcher.py
RENAMED
|
File without changes
|
{mkv_episode_matcher-0.9.0 → mkv_episode_matcher-0.9.1}/mkv_episode_matcher/subtitle_utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mkv_episode_matcher-0.9.0 → mkv_episode_matcher-0.9.1}/mkv_episode_matcher.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mkv_episode_matcher-0.9.0 → mkv_episode_matcher-0.9.1}/mkv_episode_matcher.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|