mnamer 2.5.6.dev8__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.
Files changed (76) hide show
  1. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/PKG-INFO +2 -2
  2. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/README.md +1 -1
  3. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/mnamer/__version__.py +1 -1
  4. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/mnamer/utils.py +1 -1
  5. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/mnamer.egg-info/PKG-INFO +2 -2
  6. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/.github/actions/init/action.yml +0 -0
  7. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/.github/actions/lint/action.yml +0 -0
  8. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/.github/actions/test/action.yml +0 -0
  9. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/.github/dependabot.yml +0 -0
  10. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/.github/workflows/publish.yml +0 -0
  11. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/.github/workflows/pull_request.yml +0 -0
  12. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/.github/workflows/push.yml +0 -0
  13. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/.gitignore +0 -0
  14. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/.python-version +0 -0
  15. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/.vscode/settings.json +0 -0
  16. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/Dockerfile +0 -0
  17. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/LICENSE.txt +0 -0
  18. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/MANIFEST.in +0 -0
  19. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/assets/design.eps +0 -0
  20. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/assets/logo-2.png +0 -0
  21. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/assets/logo-3.png +0 -0
  22. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/assets/logo.png +0 -0
  23. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/assets/recording.mov +0 -0
  24. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/assets/screenshot.eps +0 -0
  25. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/assets/screenshot.png +0 -0
  26. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/makefile +0 -0
  27. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/mnamer/__init__.py +0 -0
  28. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/mnamer/__main__.py +0 -0
  29. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/mnamer/argument.py +0 -0
  30. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/mnamer/const.py +0 -0
  31. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/mnamer/endpoints.py +0 -0
  32. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/mnamer/exceptions.py +0 -0
  33. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/mnamer/frontends.py +0 -0
  34. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/mnamer/language.py +0 -0
  35. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/mnamer/metadata.py +0 -0
  36. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/mnamer/providers.py +0 -0
  37. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/mnamer/py.typed +0 -0
  38. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/mnamer/setting_spec.py +0 -0
  39. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/mnamer/setting_store.py +0 -0
  40. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/mnamer/target.py +0 -0
  41. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/mnamer/tty.py +0 -0
  42. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/mnamer/types.py +0 -0
  43. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/mnamer.egg-info/SOURCES.txt +0 -0
  44. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/mnamer.egg-info/dependency_links.txt +0 -0
  45. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/mnamer.egg-info/entry_points.txt +0 -0
  46. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/mnamer.egg-info/requires.txt +0 -0
  47. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/mnamer.egg-info/top_level.txt +0 -0
  48. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/pyproject.toml +0 -0
  49. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/pytest.ini +0 -0
  50. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/setup.cfg +0 -0
  51. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/tests/__init__.py +0 -0
  52. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/tests/conftest.py +0 -0
  53. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/tests/e2e/__init__.py +0 -0
  54. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/tests/e2e/conftest.py +0 -0
  55. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/tests/e2e/test_directives.py +0 -0
  56. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/tests/e2e/test_errors.py +0 -0
  57. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/tests/e2e/test_moving.py +0 -0
  58. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/tests/local/__init__.py +0 -0
  59. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/tests/local/test_argument.py +0 -0
  60. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/tests/local/test_language.py +0 -0
  61. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/tests/local/test_metadata.py +0 -0
  62. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/tests/local/test_setting_spec.py +0 -0
  63. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/tests/local/test_setting_store.py +0 -0
  64. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/tests/local/test_target.py +0 -0
  65. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/tests/local/test_tty.py +0 -0
  66. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/tests/local/test_utils.py +0 -0
  67. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/tests/network/__init__.py +0 -0
  68. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/tests/network/test_endpoints__omdb.py +0 -0
  69. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/tests/network/test_endpoints__tmdb.py +0 -0
  70. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/tests/network/test_endpoints__tvdb.py +0 -0
  71. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/tests/network/test_endpoints__tvmaze.py +0 -0
  72. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/tests/network/test_providers__omdb.py +0 -0
  73. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/tests/network/test_providers__tmdb.py +0 -0
  74. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/tests/network/test_providers__tvdb.py +0 -0
  75. {mnamer-2.5.6.dev8 → mnamer-2.5.6.dev11}/tests/network/test_providers__tvmaze.py +0 -0
  76. {mnamer-2.5.6.dev8 → 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.dev8
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>
@@ -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 upsteam 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.
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.
@@ -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 upsteam 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.
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.
@@ -1,4 +1,4 @@
1
1
  # file generated by setuptools_scm
2
2
  # don't change, don't track in version control
3
3
 
4
- __version__ = "2.5.6.dev8"
4
+ __version__ = "2.5.6.dev11"
@@ -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 pattens."""
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.dev8
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>
@@ -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 upsteam 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.
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