rekordbox-edit 0.4.0.dev44__tar.gz → 0.4.0.dev45__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.dev44 → rekordbox_edit-0.4.0.dev45}/CHANGELOG.md +2 -1
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev45}/PKG-INFO +2 -2
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev45}/pyproject.toml +2 -2
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev45}/uv.lock +5 -5
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev45}/.agent-style/RULES.md +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev45}/.agent-style/claude-code.md +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev45}/.github/actions/commitizen-bump/action.yml +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev45}/.github/actions/commitizen-bump/commitizen-bump.sh +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev45}/.github/actions/install/action.yml +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev45}/.github/actions/lint/action.yml +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev45}/.github/actions/test/action.yml +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev45}/.github/workflows/cd.yml +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev45}/.github/workflows/ci.yml +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev45}/.github/workflows/publish.yml +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev45}/.github/workflows/release.yml +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev45}/.gitignore +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev45}/.pre-commit-config.yaml +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev45}/AGENTS.md +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev45}/CLAUDE.md +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev45}/CONTRIBUTING.md +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev45}/LICENSE +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev45}/Makefile +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev45}/README.md +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev45}/codecov.yml +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev45}/rekordbox_edit/__init__.py +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev45}/rekordbox_edit/_click.py +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev45}/rekordbox_edit/args.py +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev45}/rekordbox_edit/cli.py +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev45}/rekordbox_edit/commands/__init__.py +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev45}/rekordbox_edit/commands/convert.py +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev45}/rekordbox_edit/commands/edit.py +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev45}/rekordbox_edit/commands/search.py +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev45}/rekordbox_edit/display.py +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev45}/rekordbox_edit/logger.py +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev45}/rekordbox_edit/query.py +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev45}/rekordbox_edit/utils.py +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev45}/renovate.json5 +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev45}/ruff.toml +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev45}/tests/__init__.py +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev45}/tests/commands/__init__.py +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev45}/tests/commands/test_convert.py +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev45}/tests/commands/test_edit.py +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev45}/tests/commands/test_search.py +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev45}/tests/conftest.py +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev45}/tests/test_display.py +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev45}/tests/test_logger.py +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev45}/tests/test_query.py +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev45}/tests/test_utils.py +0 -0
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
## v0.4.0.
|
|
1
|
+
## v0.4.0.dev45 (2026-06-05)
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
- fix(deps): update dependency rich to v15
|
|
4
5
|
- fix(display): Add min-width to print columns
|
|
5
6
|
- refactor(args): compose command args via Pydantic model inheritance
|
|
6
7
|
- refactor(args): adopt Pydantic for component arg types
|
|
@@ -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.dev45
|
|
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
|
|
@@ -15,7 +15,7 @@ Requires-Dist: ffmpeg-python>=0.2.0
|
|
|
15
15
|
Requires-Dist: platformdirs<5.0.0,>=4.3.8
|
|
16
16
|
Requires-Dist: pydantic<3,>=2.0
|
|
17
17
|
Requires-Dist: pyrekordbox==0.4.4
|
|
18
|
-
Requires-Dist: rich<15.
|
|
18
|
+
Requires-Dist: rich<15.1.0,>=15.0.0
|
|
19
19
|
Description-Content-Type: text/markdown
|
|
20
20
|
|
|
21
21
|
# 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.dev45"
|
|
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"
|
|
@@ -16,7 +16,7 @@ dependencies = [
|
|
|
16
16
|
"ffmpeg-python>=0.2.0",
|
|
17
17
|
"click>=8.0.0,<=9.0.0",
|
|
18
18
|
"platformdirs>=4.3.8,<5.0.0",
|
|
19
|
-
"rich>=
|
|
19
|
+
"rich>=15.0.0,<15.1.0",
|
|
20
20
|
"pydantic>=2.0,<3",
|
|
21
21
|
]
|
|
22
22
|
|
|
@@ -1150,7 +1150,7 @@ wheels = [
|
|
|
1150
1150
|
|
|
1151
1151
|
[[package]]
|
|
1152
1152
|
name = "rekordbox-edit"
|
|
1153
|
-
version = "0.4.0.
|
|
1153
|
+
version = "0.4.0.dev45"
|
|
1154
1154
|
source = { editable = "." }
|
|
1155
1155
|
dependencies = [
|
|
1156
1156
|
{ name = "click" },
|
|
@@ -1181,7 +1181,7 @@ requires-dist = [
|
|
|
1181
1181
|
{ name = "platformdirs", specifier = ">=4.3.8,<5.0.0" },
|
|
1182
1182
|
{ name = "pydantic", specifier = ">=2.0,<3" },
|
|
1183
1183
|
{ name = "pyrekordbox", specifier = "==0.4.4" },
|
|
1184
|
-
{ name = "rich", specifier = ">=
|
|
1184
|
+
{ name = "rich", specifier = ">=15.0.0,<15.1.0" },
|
|
1185
1185
|
]
|
|
1186
1186
|
|
|
1187
1187
|
[package.metadata.requires-dev]
|
|
@@ -1199,15 +1199,15 @@ dev = [
|
|
|
1199
1199
|
|
|
1200
1200
|
[[package]]
|
|
1201
1201
|
name = "rich"
|
|
1202
|
-
version = "
|
|
1202
|
+
version = "15.0.0"
|
|
1203
1203
|
source = { registry = "https://pypi.org/simple" }
|
|
1204
1204
|
dependencies = [
|
|
1205
1205
|
{ name = "markdown-it-py" },
|
|
1206
1206
|
{ name = "pygments" },
|
|
1207
1207
|
]
|
|
1208
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1208
|
+
sdist = { url = "https://files.pythonhosted.org/packages/c0/8f/0722ca900cc807c13a6a0c696dacf35430f72e0ec571c4275d2371fca3e9/rich-15.0.0.tar.gz", hash = "sha256:edd07a4824c6b40189fb7ac9bc4c52536e9780fbbfbddf6f1e2502c31b068c36", size = 230680, upload-time = "2026-04-12T08:24:00.75Z" }
|
|
1209
1209
|
wheels = [
|
|
1210
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1210
|
+
{ url = "https://files.pythonhosted.org/packages/82/3b/64d4899d73f91ba49a8c18a8ff3f0ea8f1c1d75481760df8c68ef5235bf5/rich-15.0.0-py3-none-any.whl", hash = "sha256:33bd4ef74232fb73fe9279a257718407f169c09b78a87ad3d296f548e27de0bb", size = 310654, upload-time = "2026-04-12T08:24:02.83Z" },
|
|
1211
1211
|
]
|
|
1212
1212
|
|
|
1213
1213
|
[[package]]
|
|
File without changes
|
|
File without changes
|
{rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev45}/.github/actions/commitizen-bump/action.yml
RENAMED
|
File without changes
|
|
File without changes
|
{rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev45}/.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
|
|
File without changes
|
|
File without changes
|
{rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev45}/rekordbox_edit/commands/__init__.py
RENAMED
|
File without changes
|
{rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev45}/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
|
|
File without changes
|