mnamer 2.5.6.dev7__tar.gz → 2.5.6.dev11__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.
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/PKG-INFO +3 -3
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/README.md +2 -2
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/mnamer/__version__.py +1 -1
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/mnamer/utils.py +1 -1
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/mnamer.egg-info/PKG-INFO +3 -3
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/.github/actions/init/action.yml +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/.github/actions/lint/action.yml +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/.github/actions/test/action.yml +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/.github/dependabot.yml +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/.github/workflows/publish.yml +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/.github/workflows/pull_request.yml +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/.github/workflows/push.yml +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/.gitignore +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/.python-version +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/.vscode/settings.json +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/Dockerfile +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/LICENSE.txt +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/MANIFEST.in +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/assets/design.eps +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/assets/logo-2.png +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/assets/logo-3.png +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/assets/logo.png +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/assets/recording.mov +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/assets/screenshot.eps +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/assets/screenshot.png +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/makefile +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/mnamer/__init__.py +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/mnamer/__main__.py +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/mnamer/argument.py +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/mnamer/const.py +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/mnamer/endpoints.py +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/mnamer/exceptions.py +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/mnamer/frontends.py +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/mnamer/language.py +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/mnamer/metadata.py +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/mnamer/providers.py +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/mnamer/py.typed +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/mnamer/setting_spec.py +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/mnamer/setting_store.py +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/mnamer/target.py +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/mnamer/tty.py +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/mnamer/types.py +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/mnamer.egg-info/SOURCES.txt +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/mnamer.egg-info/dependency_links.txt +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/mnamer.egg-info/entry_points.txt +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/mnamer.egg-info/requires.txt +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/mnamer.egg-info/top_level.txt +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/pyproject.toml +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/pytest.ini +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/setup.cfg +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/tests/__init__.py +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/tests/conftest.py +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/tests/e2e/__init__.py +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/tests/e2e/conftest.py +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/tests/e2e/test_directives.py +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/tests/e2e/test_errors.py +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/tests/e2e/test_moving.py +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/tests/local/__init__.py +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/tests/local/test_argument.py +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/tests/local/test_language.py +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/tests/local/test_metadata.py +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/tests/local/test_setting_spec.py +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/tests/local/test_setting_store.py +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/tests/local/test_target.py +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/tests/local/test_tty.py +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/tests/local/test_utils.py +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/tests/network/__init__.py +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/tests/network/test_endpoints__omdb.py +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/tests/network/test_endpoints__tmdb.py +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/tests/network/test_endpoints__tvdb.py +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/tests/network/test_endpoints__tvmaze.py +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/tests/network/test_providers__omdb.py +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/tests/network/test_providers__tmdb.py +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/tests/network/test_providers__tvdb.py +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/tests/network/test_providers__tvmaze.py +0 -0
- {mnamer-2.5.6.dev7 → mnamer-2.5.6.dev11}/uv.lock +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mnamer
|
|
3
|
-
Version: 2.5.6.
|
|
3
|
+
Version: 2.5.6.dev11
|
|
4
4
|
Summary: A command-line utility for organizing media files.
|
|
5
5
|
Author-email: Jessy Williams <jessy@jessywilliams.com>
|
|
6
6
|
Maintainer-email: Jessy Williams <jessy@jessywilliams.com>
|
|
@@ -62,7 +62,7 @@ Check out the [wiki page](https://github.com/jkwill87/mnamer/wiki) for more deta
|
|
|
62
62
|
|
|
63
63
|
💾 [**Installation**](https://github.com/jkwill87/mnamer/wiki/Installation)
|
|
64
64
|
|
|
65
|
-
`$ uv
|
|
65
|
+
`$ uv tool install mnamer` or `$ pip3 install --user mnamer`
|
|
66
66
|
|
|
67
67
|
🤖 [**Automation**](https://github.com/jkwill87/mnamer/wiki/Automation)
|
|
68
68
|
|
|
@@ -132,6 +132,6 @@ Parameters can either by entered as command line arguments or from a config file
|
|
|
132
132
|
|
|
133
133
|
## Contributions
|
|
134
134
|
|
|
135
|
-
Community contributions are a welcome addition to the project. In order to be merged
|
|
135
|
+
Community contributions are a welcome addition to the project. In order to be merged upstream any additions will need to be formatted with [ruff](https://docs.astral.sh/ruff/) for consistency with the rest of the project and pass the continuous integration tests run against each PR. Before introducing any major features or changes to the configuration api please consider opening [an issue](https://github.com/jkwill87/mnamer/issues) to outline your proposal.
|
|
136
136
|
|
|
137
137
|
Bug reports are also welcome on the [issue page](https://github.com/jkwill87/mnamer/issues). Please include any generated crash reports if applicable. Feature requests are welcome but consider checking out [if it is in the works](https://github.com/jkwill87/mnamer/issues?q=label%3Arequest) first to avoid duplication.
|
|
@@ -20,7 +20,7 @@ Check out the [wiki page](https://github.com/jkwill87/mnamer/wiki) for more deta
|
|
|
20
20
|
|
|
21
21
|
💾 [**Installation**](https://github.com/jkwill87/mnamer/wiki/Installation)
|
|
22
22
|
|
|
23
|
-
`$ uv
|
|
23
|
+
`$ uv tool install mnamer` or `$ pip3 install --user mnamer`
|
|
24
24
|
|
|
25
25
|
🤖 [**Automation**](https://github.com/jkwill87/mnamer/wiki/Automation)
|
|
26
26
|
|
|
@@ -90,6 +90,6 @@ Parameters can either by entered as command line arguments or from a config file
|
|
|
90
90
|
|
|
91
91
|
## Contributions
|
|
92
92
|
|
|
93
|
-
Community contributions are a welcome addition to the project. In order to be merged
|
|
93
|
+
Community contributions are a welcome addition to the project. In order to be merged upstream any additions will need to be formatted with [ruff](https://docs.astral.sh/ruff/) for consistency with the rest of the project and pass the continuous integration tests run against each PR. Before introducing any major features or changes to the configuration api please consider opening [an issue](https://github.com/jkwill87/mnamer/issues) to outline your proposal.
|
|
94
94
|
|
|
95
95
|
Bug reports are also welcome on the [issue page](https://github.com/jkwill87/mnamer/issues). Please include any generated crash reports if applicable. Feature requests are welcome but consider checking out [if it is in the works](https://github.com/jkwill87/mnamer/issues?q=label%3Arequest) first to avoid duplication.
|
|
@@ -70,7 +70,7 @@ def filename_replace(filename: str, replacements: dict[str, str]) -> str:
|
|
|
70
70
|
|
|
71
71
|
|
|
72
72
|
def filter_blacklist(paths: list[Path], blacklist: list[str]) -> list[Path]:
|
|
73
|
-
"""Filters (set difference) paths by a collection of regex
|
|
73
|
+
"""Filters (set difference) paths by a collection of regex patterns."""
|
|
74
74
|
return [
|
|
75
75
|
path.absolute()
|
|
76
76
|
for path in paths
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mnamer
|
|
3
|
-
Version: 2.5.6.
|
|
3
|
+
Version: 2.5.6.dev11
|
|
4
4
|
Summary: A command-line utility for organizing media files.
|
|
5
5
|
Author-email: Jessy Williams <jessy@jessywilliams.com>
|
|
6
6
|
Maintainer-email: Jessy Williams <jessy@jessywilliams.com>
|
|
@@ -62,7 +62,7 @@ Check out the [wiki page](https://github.com/jkwill87/mnamer/wiki) for more deta
|
|
|
62
62
|
|
|
63
63
|
💾 [**Installation**](https://github.com/jkwill87/mnamer/wiki/Installation)
|
|
64
64
|
|
|
65
|
-
`$ uv
|
|
65
|
+
`$ uv tool install mnamer` or `$ pip3 install --user mnamer`
|
|
66
66
|
|
|
67
67
|
🤖 [**Automation**](https://github.com/jkwill87/mnamer/wiki/Automation)
|
|
68
68
|
|
|
@@ -132,6 +132,6 @@ Parameters can either by entered as command line arguments or from a config file
|
|
|
132
132
|
|
|
133
133
|
## Contributions
|
|
134
134
|
|
|
135
|
-
Community contributions are a welcome addition to the project. In order to be merged
|
|
135
|
+
Community contributions are a welcome addition to the project. In order to be merged upstream any additions will need to be formatted with [ruff](https://docs.astral.sh/ruff/) for consistency with the rest of the project and pass the continuous integration tests run against each PR. Before introducing any major features or changes to the configuration api please consider opening [an issue](https://github.com/jkwill87/mnamer/issues) to outline your proposal.
|
|
136
136
|
|
|
137
137
|
Bug reports are also welcome on the [issue page](https://github.com/jkwill87/mnamer/issues). Please include any generated crash reports if applicable. Feature requests are welcome but consider checking out [if it is in the works](https://github.com/jkwill87/mnamer/issues?q=label%3Arequest) first to avoid duplication.
|
|
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
|
|
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
|