rekordbox-edit 0.4.0.dev44__tar.gz → 0.4.0.dev46__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.dev46}/CHANGELOG.md +3 -1
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev46}/PKG-INFO +2 -2
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev46}/pyproject.toml +4 -4
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev46}/uv.lock +13 -13
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev46}/.agent-style/RULES.md +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev46}/.agent-style/claude-code.md +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev46}/.github/actions/commitizen-bump/action.yml +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev46}/.github/actions/commitizen-bump/commitizen-bump.sh +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev46}/.github/actions/install/action.yml +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev46}/.github/actions/lint/action.yml +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev46}/.github/actions/test/action.yml +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev46}/.github/workflows/cd.yml +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev46}/.github/workflows/ci.yml +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev46}/.github/workflows/publish.yml +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev46}/.github/workflows/release.yml +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev46}/.gitignore +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev46}/.pre-commit-config.yaml +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev46}/AGENTS.md +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev46}/CLAUDE.md +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev46}/CONTRIBUTING.md +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev46}/LICENSE +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev46}/Makefile +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev46}/README.md +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev46}/codecov.yml +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev46}/rekordbox_edit/__init__.py +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev46}/rekordbox_edit/_click.py +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev46}/rekordbox_edit/args.py +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev46}/rekordbox_edit/cli.py +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev46}/rekordbox_edit/commands/__init__.py +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev46}/rekordbox_edit/commands/convert.py +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev46}/rekordbox_edit/commands/edit.py +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev46}/rekordbox_edit/commands/search.py +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev46}/rekordbox_edit/display.py +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev46}/rekordbox_edit/logger.py +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev46}/rekordbox_edit/query.py +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev46}/rekordbox_edit/utils.py +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev46}/renovate.json5 +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev46}/ruff.toml +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev46}/tests/__init__.py +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev46}/tests/commands/__init__.py +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev46}/tests/commands/test_convert.py +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev46}/tests/commands/test_edit.py +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev46}/tests/commands/test_search.py +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev46}/tests/conftest.py +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev46}/tests/test_display.py +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev46}/tests/test_logger.py +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev46}/tests/test_query.py +0 -0
- {rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev46}/tests/test_utils.py +0 -0
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
## v0.4.0.
|
|
1
|
+
## v0.4.0.dev46 (2026-06-05)
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
- chore(deps): update testing
|
|
5
|
+
- fix(deps): update dependency rich to v15
|
|
4
6
|
- fix(display): Add min-width to print columns
|
|
5
7
|
- refactor(args): compose command args via Pydantic model inheritance
|
|
6
8
|
- 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.dev46
|
|
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.dev46"
|
|
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,17 +16,17 @@ 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
|
|
|
23
23
|
[dependency-groups]
|
|
24
24
|
dev = [
|
|
25
|
-
"pytest>=
|
|
25
|
+
"pytest>=9.0.3,<10",
|
|
26
26
|
"commitizen>=4.8.3,<5",
|
|
27
27
|
"pre-commit>=4.2.0,<5",
|
|
28
28
|
"ruff>=0.12.8,<1",
|
|
29
|
-
"pytest-cov>=
|
|
29
|
+
"pytest-cov>=7.1,<8",
|
|
30
30
|
"pytest-mock>=3.14.1,<4",
|
|
31
31
|
"pytest-watcher>=0.6.3,<1",
|
|
32
32
|
"callee>=0.3.1,<1",
|
|
@@ -992,7 +992,7 @@ wheels = [
|
|
|
992
992
|
|
|
993
993
|
[[package]]
|
|
994
994
|
name = "pytest"
|
|
995
|
-
version = "
|
|
995
|
+
version = "9.0.3"
|
|
996
996
|
source = { registry = "https://pypi.org/simple" }
|
|
997
997
|
dependencies = [
|
|
998
998
|
{ name = "colorama", marker = "sys_platform == 'win32'" },
|
|
@@ -1003,23 +1003,23 @@ dependencies = [
|
|
|
1003
1003
|
{ name = "pygments" },
|
|
1004
1004
|
{ name = "tomli", marker = "python_full_version < '3.11'" },
|
|
1005
1005
|
]
|
|
1006
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1006
|
+
sdist = { url = "https://files.pythonhosted.org/packages/7d/0d/549bd94f1a0a402dc8cf64563a117c0f3765662e2e668477624baeec44d5/pytest-9.0.3.tar.gz", hash = "sha256:b86ada508af81d19edeb213c681b1d48246c1a91d304c6c81a427674c17eb91c", size = 1572165, upload-time = "2026-04-07T17:16:18.027Z" }
|
|
1007
1007
|
wheels = [
|
|
1008
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1008
|
+
{ url = "https://files.pythonhosted.org/packages/d4/24/a372aaf5c9b7208e7112038812994107bc65a84cd00e0354a88c2c77a617/pytest-9.0.3-py3-none-any.whl", hash = "sha256:2c5efc453d45394fdd706ade797c0a81091eccd1d6e4bccfcd476e2b8e0ab5d9", size = 375249, upload-time = "2026-04-07T17:16:16.13Z" },
|
|
1009
1009
|
]
|
|
1010
1010
|
|
|
1011
1011
|
[[package]]
|
|
1012
1012
|
name = "pytest-cov"
|
|
1013
|
-
version = "
|
|
1013
|
+
version = "7.1.0"
|
|
1014
1014
|
source = { registry = "https://pypi.org/simple" }
|
|
1015
1015
|
dependencies = [
|
|
1016
1016
|
{ name = "coverage", extra = ["toml"] },
|
|
1017
1017
|
{ name = "pluggy" },
|
|
1018
1018
|
{ name = "pytest" },
|
|
1019
1019
|
]
|
|
1020
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1020
|
+
sdist = { url = "https://files.pythonhosted.org/packages/b1/51/a849f96e117386044471c8ec2bd6cfebacda285da9525c9106aeb28da671/pytest_cov-7.1.0.tar.gz", hash = "sha256:30674f2b5f6351aa09702a9c8c364f6a01c27aae0c1366ae8016160d1efc56b2", size = 55592, upload-time = "2026-03-21T20:11:16.284Z" }
|
|
1021
1021
|
wheels = [
|
|
1022
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1022
|
+
{ url = "https://files.pythonhosted.org/packages/9d/7a/d968e294073affff457b041c2be9868a40c1c71f4a35fcc1e45e5493067b/pytest_cov-7.1.0-py3-none-any.whl", hash = "sha256:a0461110b7865f9a271aa1b51e516c9a95de9d696734a2f71e3e78f46e1d4678", size = 22876, upload-time = "2026-03-21T20:11:14.438Z" },
|
|
1023
1023
|
]
|
|
1024
1024
|
|
|
1025
1025
|
[[package]]
|
|
@@ -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.dev46"
|
|
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]
|
|
@@ -1189,8 +1189,8 @@ dev = [
|
|
|
1189
1189
|
{ name = "callee", specifier = ">=0.3.1,<1" },
|
|
1190
1190
|
{ name = "commitizen", specifier = ">=4.8.3,<5" },
|
|
1191
1191
|
{ name = "pre-commit", specifier = ">=4.2.0,<5" },
|
|
1192
|
-
{ name = "pytest", specifier = ">=
|
|
1193
|
-
{ name = "pytest-cov", specifier = ">=
|
|
1192
|
+
{ name = "pytest", specifier = ">=9.0.3,<10" },
|
|
1193
|
+
{ name = "pytest-cov", specifier = ">=7.1,<8" },
|
|
1194
1194
|
{ name = "pytest-mock", specifier = ">=3.14.1,<4" },
|
|
1195
1195
|
{ name = "pytest-watcher", specifier = ">=0.6.3,<1" },
|
|
1196
1196
|
{ name = "ruff", specifier = ">=0.12.8,<1" },
|
|
@@ -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.dev46}/.github/actions/commitizen-bump/action.yml
RENAMED
|
File without changes
|
|
File without changes
|
{rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev46}/.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.dev46}/rekordbox_edit/commands/__init__.py
RENAMED
|
File without changes
|
{rekordbox_edit-0.4.0.dev44 → rekordbox_edit-0.4.0.dev46}/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
|