rekordbox-edit 0.4.0.dev37__tar.gz → 0.4.0.dev38__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.
- {rekordbox_edit-0.4.0.dev37 → rekordbox_edit-0.4.0.dev38}/CHANGELOG.md +2 -1
- {rekordbox_edit-0.4.0.dev37 → rekordbox_edit-0.4.0.dev38}/PKG-INFO +1 -1
- {rekordbox_edit-0.4.0.dev37 → rekordbox_edit-0.4.0.dev38}/pyproject.toml +1 -1
- {rekordbox_edit-0.4.0.dev37 → rekordbox_edit-0.4.0.dev38}/rekordbox_edit/_click.py +21 -0
- {rekordbox_edit-0.4.0.dev37 → rekordbox_edit-0.4.0.dev38}/rekordbox_edit/commands/edit.py +8 -18
- {rekordbox_edit-0.4.0.dev37 → rekordbox_edit-0.4.0.dev38}/uv.lock +1 -1
- {rekordbox_edit-0.4.0.dev37 → rekordbox_edit-0.4.0.dev38}/.agent-style/RULES.md +0 -0
- {rekordbox_edit-0.4.0.dev37 → rekordbox_edit-0.4.0.dev38}/.agent-style/claude-code.md +0 -0
- {rekordbox_edit-0.4.0.dev37 → rekordbox_edit-0.4.0.dev38}/.github/actions/commitizen-bump/action.yml +0 -0
- {rekordbox_edit-0.4.0.dev37 → rekordbox_edit-0.4.0.dev38}/.github/actions/commitizen-bump/commitizen-bump.sh +0 -0
- {rekordbox_edit-0.4.0.dev37 → rekordbox_edit-0.4.0.dev38}/.github/actions/install/action.yml +0 -0
- {rekordbox_edit-0.4.0.dev37 → rekordbox_edit-0.4.0.dev38}/.github/actions/lint/action.yml +0 -0
- {rekordbox_edit-0.4.0.dev37 → rekordbox_edit-0.4.0.dev38}/.github/actions/test/action.yml +0 -0
- {rekordbox_edit-0.4.0.dev37 → rekordbox_edit-0.4.0.dev38}/.github/workflows/cd.yml +0 -0
- {rekordbox_edit-0.4.0.dev37 → rekordbox_edit-0.4.0.dev38}/.github/workflows/ci.yml +0 -0
- {rekordbox_edit-0.4.0.dev37 → rekordbox_edit-0.4.0.dev38}/.github/workflows/publish.yml +0 -0
- {rekordbox_edit-0.4.0.dev37 → rekordbox_edit-0.4.0.dev38}/.github/workflows/release.yml +0 -0
- {rekordbox_edit-0.4.0.dev37 → rekordbox_edit-0.4.0.dev38}/.gitignore +0 -0
- {rekordbox_edit-0.4.0.dev37 → rekordbox_edit-0.4.0.dev38}/.pre-commit-config.yaml +0 -0
- {rekordbox_edit-0.4.0.dev37 → rekordbox_edit-0.4.0.dev38}/AGENTS.md +0 -0
- {rekordbox_edit-0.4.0.dev37 → rekordbox_edit-0.4.0.dev38}/CLAUDE.md +0 -0
- {rekordbox_edit-0.4.0.dev37 → rekordbox_edit-0.4.0.dev38}/CONTRIBUTING.md +0 -0
- {rekordbox_edit-0.4.0.dev37 → rekordbox_edit-0.4.0.dev38}/LICENSE +0 -0
- {rekordbox_edit-0.4.0.dev37 → rekordbox_edit-0.4.0.dev38}/Makefile +0 -0
- {rekordbox_edit-0.4.0.dev37 → rekordbox_edit-0.4.0.dev38}/README.md +0 -0
- {rekordbox_edit-0.4.0.dev37 → rekordbox_edit-0.4.0.dev38}/codecov.yml +0 -0
- {rekordbox_edit-0.4.0.dev37 → rekordbox_edit-0.4.0.dev38}/rekordbox_edit/__init__.py +0 -0
- {rekordbox_edit-0.4.0.dev37 → rekordbox_edit-0.4.0.dev38}/rekordbox_edit/cli.py +0 -0
- {rekordbox_edit-0.4.0.dev37 → rekordbox_edit-0.4.0.dev38}/rekordbox_edit/commands/__init__.py +0 -0
- {rekordbox_edit-0.4.0.dev37 → rekordbox_edit-0.4.0.dev38}/rekordbox_edit/commands/convert.py +0 -0
- {rekordbox_edit-0.4.0.dev37 → rekordbox_edit-0.4.0.dev38}/rekordbox_edit/commands/search.py +0 -0
- {rekordbox_edit-0.4.0.dev37 → rekordbox_edit-0.4.0.dev38}/rekordbox_edit/display.py +0 -0
- {rekordbox_edit-0.4.0.dev37 → rekordbox_edit-0.4.0.dev38}/rekordbox_edit/logger.py +0 -0
- {rekordbox_edit-0.4.0.dev37 → rekordbox_edit-0.4.0.dev38}/rekordbox_edit/query.py +0 -0
- {rekordbox_edit-0.4.0.dev37 → rekordbox_edit-0.4.0.dev38}/rekordbox_edit/utils.py +0 -0
- {rekordbox_edit-0.4.0.dev37 → rekordbox_edit-0.4.0.dev38}/renovate.json5 +0 -0
- {rekordbox_edit-0.4.0.dev37 → rekordbox_edit-0.4.0.dev38}/ruff.toml +0 -0
- {rekordbox_edit-0.4.0.dev37 → rekordbox_edit-0.4.0.dev38}/tests/__init__.py +0 -0
- {rekordbox_edit-0.4.0.dev37 → rekordbox_edit-0.4.0.dev38}/tests/commands/__init__.py +0 -0
- {rekordbox_edit-0.4.0.dev37 → rekordbox_edit-0.4.0.dev38}/tests/commands/test_convert.py +0 -0
- {rekordbox_edit-0.4.0.dev37 → rekordbox_edit-0.4.0.dev38}/tests/commands/test_edit.py +0 -0
- {rekordbox_edit-0.4.0.dev37 → rekordbox_edit-0.4.0.dev38}/tests/commands/test_search.py +0 -0
- {rekordbox_edit-0.4.0.dev37 → rekordbox_edit-0.4.0.dev38}/tests/conftest.py +0 -0
- {rekordbox_edit-0.4.0.dev37 → rekordbox_edit-0.4.0.dev38}/tests/test_display.py +0 -0
- {rekordbox_edit-0.4.0.dev37 → rekordbox_edit-0.4.0.dev38}/tests/test_logger.py +0 -0
- {rekordbox_edit-0.4.0.dev37 → rekordbox_edit-0.4.0.dev38}/tests/test_query.py +0 -0
- {rekordbox_edit-0.4.0.dev37 → rekordbox_edit-0.4.0.dev38}/tests/test_utils.py +0 -0
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
## v0.4.0.
|
|
1
|
+
## v0.4.0.dev38 (2026-06-05)
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
- refactor(cli): extract edit-specific options into edit_click_options
|
|
4
5
|
- refactor(cli): extract shared confirmation flags into global_click_confirmations
|
|
5
6
|
- chore(deps): update linters to v0.0.42 (#58)
|
|
6
7
|
- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rekordbox-edit
|
|
3
|
-
Version: 0.4.0.
|
|
3
|
+
Version: 0.4.0.dev38
|
|
4
4
|
Summary: Tools for managing and modifying a RekordBox library en-masse
|
|
5
5
|
Project-URL: Homepage, https://github.com/jviall/rekordbox-edit
|
|
6
6
|
Project-URL: Repository, https://github.com/jviall/rekordbox-edit
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "rekordbox-edit"
|
|
7
|
-
version = "0.4.0.
|
|
7
|
+
version = "0.4.0.dev38"
|
|
8
8
|
description = "Tools for managing and modifying a RekordBox library en-masse"
|
|
9
9
|
authors = [{ name = "James Viall", email= "jamesviall@pm.me"}]
|
|
10
10
|
license = "MIT"
|
|
@@ -121,6 +121,27 @@ global_click_confirmations = [
|
|
|
121
121
|
),
|
|
122
122
|
]
|
|
123
123
|
|
|
124
|
+
edit_click_options = [
|
|
125
|
+
click.option(
|
|
126
|
+
"--replace",
|
|
127
|
+
"replace_value",
|
|
128
|
+
required=True,
|
|
129
|
+
help="The new value to write to the field",
|
|
130
|
+
),
|
|
131
|
+
click.option(
|
|
132
|
+
"--match",
|
|
133
|
+
"match_pattern",
|
|
134
|
+
default=None,
|
|
135
|
+
metavar="PATTERN",
|
|
136
|
+
help="Find this literal string within the field value and replace only that portion",
|
|
137
|
+
),
|
|
138
|
+
click.option(
|
|
139
|
+
"--multi",
|
|
140
|
+
is_flag=True,
|
|
141
|
+
help="Allow editing more than one track (required when filters match multiple tracks)",
|
|
142
|
+
),
|
|
143
|
+
]
|
|
144
|
+
|
|
124
145
|
|
|
125
146
|
def add_click_options(options):
|
|
126
147
|
def _add_options(func):
|
|
@@ -10,6 +10,7 @@ from pyrekordbox import Rekordbox6Database
|
|
|
10
10
|
from rekordbox_edit._click import (
|
|
11
11
|
PrintChoice,
|
|
12
12
|
add_click_options,
|
|
13
|
+
edit_click_options,
|
|
13
14
|
global_click_confirmations,
|
|
14
15
|
global_click_filters,
|
|
15
16
|
print_option,
|
|
@@ -44,24 +45,13 @@ def _compute_new_value(
|
|
|
44
45
|
@click.command(
|
|
45
46
|
epilog=f"Debug logs for each run can be found at:\n{get_debug_file_path().parent}"
|
|
46
47
|
)
|
|
47
|
-
@add_click_options(
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
@click.option(
|
|
55
|
-
"--match",
|
|
56
|
-
"match_pattern",
|
|
57
|
-
default=None,
|
|
58
|
-
metavar="PATTERN",
|
|
59
|
-
help="Find this literal string within the field value and replace only that portion",
|
|
60
|
-
)
|
|
61
|
-
@click.option(
|
|
62
|
-
"--multi",
|
|
63
|
-
is_flag=True,
|
|
64
|
-
help="Allow editing more than one track (required when filters match multiple tracks)",
|
|
48
|
+
@add_click_options(
|
|
49
|
+
[
|
|
50
|
+
*global_click_filters,
|
|
51
|
+
*global_click_confirmations,
|
|
52
|
+
*edit_click_options,
|
|
53
|
+
print_option,
|
|
54
|
+
]
|
|
65
55
|
)
|
|
66
56
|
@track_ids_argument
|
|
67
57
|
@click.argument(
|
|
File without changes
|
|
File without changes
|
{rekordbox_edit-0.4.0.dev37 → rekordbox_edit-0.4.0.dev38}/.github/actions/commitizen-bump/action.yml
RENAMED
|
File without changes
|
|
File without changes
|
{rekordbox_edit-0.4.0.dev37 → rekordbox_edit-0.4.0.dev38}/.github/actions/install/action.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
|
{rekordbox_edit-0.4.0.dev37 → rekordbox_edit-0.4.0.dev38}/rekordbox_edit/commands/__init__.py
RENAMED
|
File without changes
|
{rekordbox_edit-0.4.0.dev37 → rekordbox_edit-0.4.0.dev38}/rekordbox_edit/commands/convert.py
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
|