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.
Files changed (49) hide show
  1. {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/PKG-INFO +3 -3
  2. {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/pyproject.toml +30 -31
  3. {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/_version.py +2 -2
  4. {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/.gitignore +0 -0
  5. {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/LICENSE +0 -0
  6. {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/README.md +0 -0
  7. {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/__init__.py +0 -0
  8. {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/__init__.pyi +0 -0
  9. {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/_entrypoint.py +0 -0
  10. {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/_version.pyi +0 -0
  11. {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/config/__init__.py +0 -0
  12. {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/config/__init__.pyi +0 -0
  13. {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/config/_asset.py +0 -0
  14. {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/config/_config.py +0 -0
  15. {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/core/__init__.py +0 -0
  16. {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/core/__init__.pyi +0 -0
  17. {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/core/_impl.py +0 -0
  18. {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/core/_plugin.py +0 -0
  19. {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/core/_run.py +0 -0
  20. {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/core/_spec.py +0 -0
  21. {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/core/_utils.py +0 -0
  22. {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/core/typed.py +0 -0
  23. {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/meta/__init__.py +0 -0
  24. {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/meta/__init__.pyi +0 -0
  25. {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/meta/_git.py +0 -0
  26. {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/meta/_name.py +0 -0
  27. {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/paths/__init__.py +0 -0
  28. {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/paths/__init__.pyi +0 -0
  29. {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/paths/_convert.py +0 -0
  30. {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/paths/_path.py +0 -0
  31. {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/paths/_special.py +0 -0
  32. {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/plugins/__init__.py +0 -0
  33. {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/plugins/__init__.pyi +0 -0
  34. {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/plugins/comet.py +0 -0
  35. {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/plugins/dvc.py +0 -0
  36. {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/plugins/git_.py +0 -0
  37. {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/plugins/local.py +0 -0
  38. {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/plugins/logging.py +0 -0
  39. {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/profiles/__init__.py +0 -0
  40. {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/profiles/__init__.pyi +0 -0
  41. {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/profiles/_abc.py +0 -0
  42. {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/profiles/_default.py +0 -0
  43. {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/profiles/_factory.py +0 -0
  44. {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/profiles/_playground.py +0 -0
  45. {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/py.typed +0 -0
  46. {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/typed.py +0 -0
  47. {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/utils/__init__.py +0 -0
  48. {liblaf_cherries-0.3.1 → liblaf_cherries-0.4.0}/src/liblaf/cherries/utils/__init__.pyi +0 -0
  49. {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.1
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://liblaf.github.io/cherries/
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,>=1
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>=1,<2",
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://liblaf.github.io/cherries/"
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
- "docstring-inheritance",
65
- "griffe-fieldz",
66
- "griffe-generics",
67
- "griffe-inherited-docstrings",
68
- "griffe-modernized-annotations",
69
- "griffe-pydantic",
70
- "griffe-warnings-deprecated",
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 = ["--showlocals", "--strict-config", "--strict-markers"]
112
- testpaths = ["benches/", "tests/"]
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.3.1'
32
- __version_tuple__ = version_tuple = (0, 3, 1)
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