liblaf-cherries 0.3.1__tar.gz → 0.4.0__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.
- {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/PKG-INFO +3 -3
- {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/pyproject.toml +30 -31
- {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/_version.py +2 -2
- {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/.gitignore +0 -0
- {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/LICENSE +0 -0
- {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/README.md +0 -0
- {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/__init__.py +0 -0
- {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/__init__.pyi +0 -0
- {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/_entrypoint.py +0 -0
- {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/_version.pyi +0 -0
- {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/config/__init__.py +0 -0
- {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/config/__init__.pyi +0 -0
- {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/config/_asset.py +0 -0
- {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/config/_config.py +0 -0
- {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/core/__init__.py +0 -0
- {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/core/__init__.pyi +0 -0
- {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/core/_impl.py +0 -0
- {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/core/_plugin.py +0 -0
- {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/core/_run.py +0 -0
- {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/core/_spec.py +0 -0
- {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/core/_utils.py +0 -0
- {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/core/typed.py +0 -0
- {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/meta/__init__.py +0 -0
- {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/meta/__init__.pyi +0 -0
- {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/meta/_git.py +0 -0
- {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/meta/_name.py +0 -0
- {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/paths/__init__.py +0 -0
- {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/paths/__init__.pyi +0 -0
- {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/paths/_convert.py +0 -0
- {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/paths/_path.py +0 -0
- {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/paths/_special.py +0 -0
- {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/plugins/__init__.py +0 -0
- {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/plugins/__init__.pyi +0 -0
- {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/plugins/comet.py +0 -0
- {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/plugins/dvc.py +0 -0
- {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/plugins/git_.py +0 -0
- {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/plugins/local.py +0 -0
- {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/plugins/logging.py +0 -0
- {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/profiles/__init__.py +0 -0
- {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/profiles/__init__.pyi +0 -0
- {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/profiles/_abc.py +0 -0
- {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/profiles/_default.py +0 -0
- {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/profiles/_factory.py +0 -0
- {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/profiles/_playground.py +0 -0
- {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/py.typed +0 -0
- {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/typed.py +0 -0
- {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/utils/__init__.py +0 -0
- {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/utils/__init__.pyi +0 -0
- {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/utils/_functools.py +0 -0
@@ -1,9 +1,9 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: liblaf-cherries
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.4.0
|
4
4
|
Summary: Add your description here
|
5
5
|
Project-URL: Changelog, https://github.com/liblaf/cherries/blob/main/CHANGELOG.md
|
6
|
-
Project-URL: Documentation, https://
|
6
|
+
Project-URL: Documentation, https://cherries.readthedocs.io/
|
7
7
|
Project-URL: Homepage, https://github.com/liblaf/cherries
|
8
8
|
Project-URL: Issue Tracker, https://github.com/liblaf/cherries/issues
|
9
9
|
Project-URL: Release Notes, https://github.com/liblaf/cherries/releases
|
@@ -37,7 +37,7 @@ Requires-Dist: dvc[all]<4,>=3
|
|
37
37
|
Requires-Dist: environs<15,>=14
|
38
38
|
Requires-Dist: gitpython<4,>=3
|
39
39
|
Requires-Dist: lazy-loader<0.5,>=0.4
|
40
|
-
Requires-Dist: liblaf-grapes<2
|
40
|
+
Requires-Dist: liblaf-grapes<3,>=2
|
41
41
|
Requires-Dist: loguru<0.8,>=0.7
|
42
42
|
Requires-Dist: networkx<4,>=3
|
43
43
|
Requires-Dist: pydantic-settings<3,>=2
|
@@ -39,7 +39,7 @@ dependencies = [
|
|
39
39
|
"environs>=14,<15",
|
40
40
|
"gitpython>=3,<4",
|
41
41
|
"lazy-loader>=0.4,<0.5",
|
42
|
-
"liblaf-grapes>=
|
42
|
+
"liblaf-grapes>=2,<3",
|
43
43
|
"loguru>=0.7,<0.8",
|
44
44
|
"networkx>=3,<4",
|
45
45
|
"pydantic-settings>=2,<3",
|
@@ -51,38 +51,24 @@ dynamic = ["version"]
|
|
51
51
|
|
52
52
|
[project.urls]
|
53
53
|
"Changelog" = "https://github.com/liblaf/cherries/blob/main/CHANGELOG.md"
|
54
|
-
"Documentation" = "https://
|
54
|
+
"Documentation" = "https://cherries.readthedocs.io/"
|
55
55
|
"Homepage" = "https://github.com/liblaf/cherries"
|
56
56
|
"Issue Tracker" = "https://github.com/liblaf/cherries/issues"
|
57
57
|
"Release Notes" = "https://github.com/liblaf/cherries/releases"
|
58
58
|
"Source Code" = "https://github.com/liblaf/cherries"
|
59
59
|
|
60
60
|
[dependency-groups]
|
61
|
-
build = ["check-wheel-contents", "hatch", "twine"]
|
62
|
-
dev = ["icecream"]
|
63
|
-
docs = [
|
64
|
-
|
65
|
-
"
|
66
|
-
"
|
67
|
-
"
|
68
|
-
"
|
69
|
-
"
|
70
|
-
"
|
71
|
-
"mdx-truly-sane-lists",
|
72
|
-
"mkdocs",
|
73
|
-
"mkdocs-api-autonav",
|
74
|
-
"mkdocs-autorefs",
|
75
|
-
"mkdocs-git-committers-plugin-2",
|
76
|
-
"mkdocs-git-revision-date-localized-plugin",
|
77
|
-
"mkdocs-include-markdown-plugin",
|
78
|
-
"mkdocs-material[imaging]",
|
79
|
-
"mkdocs-section-index",
|
80
|
-
"mkdocstrings",
|
81
|
-
"mkdocstrings-python",
|
82
|
-
"pymdown-extensions",
|
83
|
-
"ruff",
|
61
|
+
build = ["check-wheel-contents>=0.6,<0.7", "hatch>=1,<2", "twine>=6,<7"]
|
62
|
+
dev = ["icecream>=2,<3"]
|
63
|
+
docs = ["liblaf-mkdocs-preset>=0.2,<0.3", "mkdocs>=1,<2"]
|
64
|
+
test = [
|
65
|
+
"hypothesis>=6,<7",
|
66
|
+
"pytest-codspeed>=4,<5",
|
67
|
+
"pytest-cov>=6,<7",
|
68
|
+
"pytest-randomly>=3,<4",
|
69
|
+
"pytest-xdist>=3,<4",
|
70
|
+
"pytest>=8,<9",
|
84
71
|
]
|
85
|
-
test = ["pytest", "pytest-codspeed", "pytest-cov", "pytest-xdist"]
|
86
72
|
|
87
73
|
[build-system]
|
88
74
|
requires = ["hatch-vcs", "hatchling"]
|
@@ -93,23 +79,36 @@ ignore = ["W002"]
|
|
93
79
|
|
94
80
|
[tool.coverage.run]
|
95
81
|
branch = true
|
96
|
-
source = ["src
|
82
|
+
source = ["src"]
|
97
83
|
|
98
84
|
[tool.hatch.build.hooks.vcs]
|
99
85
|
version-file = "src/liblaf/cherries/_version.py"
|
100
86
|
|
101
87
|
[tool.hatch.build.targets.sdist]
|
102
|
-
only-include = ["src
|
88
|
+
only-include = ["src"]
|
103
89
|
|
104
90
|
[tool.hatch.build.targets.wheel]
|
105
|
-
packages = ["src/liblaf
|
91
|
+
packages = ["src/liblaf"]
|
106
92
|
|
107
93
|
[tool.hatch.version]
|
108
94
|
source = "vcs"
|
109
95
|
|
96
|
+
[tool.pyright]
|
97
|
+
exclude = ["**/.*", "**/__pycache__", "**/marimo", "**/node_modules"]
|
98
|
+
extends = ".config/linters/pyrightconfig.json"
|
99
|
+
|
110
100
|
[tool.pytest.ini_options]
|
111
|
-
addopts = [
|
112
|
-
|
101
|
+
addopts = [
|
102
|
+
"--doctest-modules",
|
103
|
+
"--hypothesis-show-statistics",
|
104
|
+
"--showlocals",
|
105
|
+
"--strict-config",
|
106
|
+
"--strict-markers",
|
107
|
+
]
|
108
|
+
testpaths = ["benches", "src", "tests"]
|
109
|
+
|
110
|
+
[tool.ruff]
|
111
|
+
extend = ".config/linters/.ruff.toml"
|
113
112
|
|
114
113
|
[tool.uv]
|
115
114
|
default-groups = "all"
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
28
28
|
commit_id: COMMIT_ID
|
29
29
|
__commit_id__: COMMIT_ID
|
30
30
|
|
31
|
-
__version__ = version = '0.
|
32
|
-
__version_tuple__ = version_tuple = (0,
|
31
|
+
__version__ = version = '0.4.0'
|
32
|
+
__version_tuple__ = version_tuple = (0, 4, 0)
|
33
33
|
|
34
34
|
__commit_id__ = commit_id = None
|
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
|