liblaf-cherries 0.0.5__tar.gz → 0.0.7__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 (39) hide show
  1. {liblaf_cherries-0.0.5 → liblaf_cherries-0.0.7}/.gitignore +0 -3
  2. liblaf_cherries-0.0.7/PKG-INFO +153 -0
  3. liblaf_cherries-0.0.7/docs/README.md +110 -0
  4. {liblaf_cherries-0.0.5 → liblaf_cherries-0.0.7}/pyproject.toml +24 -3
  5. {liblaf_cherries-0.0.5 → liblaf_cherries-0.0.7}/src/liblaf/cherries/_version.py +2 -2
  6. liblaf_cherries-0.0.5/PKG-INFO +0 -25
  7. liblaf_cherries-0.0.5/docs/README.md +0 -1
  8. {liblaf_cherries-0.0.5 → liblaf_cherries-0.0.7}/LICENSE +0 -0
  9. {liblaf_cherries-0.0.5 → liblaf_cherries-0.0.7}/src/liblaf/cherries/__init__.py +0 -0
  10. {liblaf_cherries-0.0.5 → liblaf_cherries-0.0.7}/src/liblaf/cherries/__init__.pyi +0 -0
  11. {liblaf_cherries-0.0.5 → liblaf_cherries-0.0.7}/src/liblaf/cherries/_config.py +0 -0
  12. {liblaf_cherries-0.0.5 → liblaf_cherries-0.0.7}/src/liblaf/cherries/_env.py +0 -0
  13. {liblaf_cherries-0.0.5 → liblaf_cherries-0.0.7}/src/liblaf/cherries/_experiment.py +0 -0
  14. {liblaf_cherries-0.0.5 → liblaf_cherries-0.0.7}/src/liblaf/cherries/_main.py +0 -0
  15. {liblaf_cherries-0.0.5 → liblaf_cherries-0.0.7}/src/liblaf/cherries/_start.py +0 -0
  16. {liblaf_cherries-0.0.5 → liblaf_cherries-0.0.7}/src/liblaf/cherries/_version.pyi +0 -0
  17. {liblaf_cherries-0.0.5 → liblaf_cherries-0.0.7}/src/liblaf/cherries/git/__init__.py +0 -0
  18. {liblaf_cherries-0.0.5 → liblaf_cherries-0.0.7}/src/liblaf/cherries/git/__init__.pyi +0 -0
  19. {liblaf_cherries-0.0.5 → liblaf_cherries-0.0.7}/src/liblaf/cherries/git/_commit.py +0 -0
  20. {liblaf_cherries-0.0.5 → liblaf_cherries-0.0.7}/src/liblaf/cherries/git/_entrypoint.py +0 -0
  21. {liblaf_cherries-0.0.5 → liblaf_cherries-0.0.7}/src/liblaf/cherries/git/_grapes.py +0 -0
  22. {liblaf_cherries-0.0.5 → liblaf_cherries-0.0.7}/src/liblaf/cherries/git/github/__init__.py +0 -0
  23. {liblaf_cherries-0.0.5 → liblaf_cherries-0.0.7}/src/liblaf/cherries/git/github/__init__.pyi +0 -0
  24. {liblaf_cherries-0.0.5 → liblaf_cherries-0.0.7}/src/liblaf/cherries/git/github/_link.py +0 -0
  25. {liblaf_cherries-0.0.5 → liblaf_cherries-0.0.7}/src/liblaf/cherries/git/github/_repo.py +0 -0
  26. {liblaf_cherries-0.0.5 → liblaf_cherries-0.0.7}/src/liblaf/cherries/integration/__init__.py +0 -0
  27. {liblaf_cherries-0.0.5 → liblaf_cherries-0.0.7}/src/liblaf/cherries/integration/__init__.pyi +0 -0
  28. {liblaf_cherries-0.0.5 → liblaf_cherries-0.0.7}/src/liblaf/cherries/integration/_backend.py +0 -0
  29. {liblaf_cherries-0.0.5 → liblaf_cherries-0.0.7}/src/liblaf/cherries/integration/_factory.py +0 -0
  30. {liblaf_cherries-0.0.5 → liblaf_cherries-0.0.7}/src/liblaf/cherries/integration/_neptune.py +0 -0
  31. {liblaf_cherries-0.0.5 → liblaf_cherries-0.0.7}/src/liblaf/cherries/plugin/__init__.py +0 -0
  32. {liblaf_cherries-0.0.5 → liblaf_cherries-0.0.7}/src/liblaf/cherries/plugin/__init__.pyi +0 -0
  33. {liblaf_cherries-0.0.5 → liblaf_cherries-0.0.7}/src/liblaf/cherries/plugin/_abc.py +0 -0
  34. {liblaf_cherries-0.0.5 → liblaf_cherries-0.0.7}/src/liblaf/cherries/plugin/_default.py +0 -0
  35. {liblaf_cherries-0.0.5 → liblaf_cherries-0.0.7}/src/liblaf/cherries/plugin/_git.py +0 -0
  36. {liblaf_cherries-0.0.5 → liblaf_cherries-0.0.7}/src/liblaf/cherries/plugin/_logging.py +0 -0
  37. {liblaf_cherries-0.0.5 → liblaf_cherries-0.0.7}/src/liblaf/cherries/plugin/_restic.py +0 -0
  38. {liblaf_cherries-0.0.5 → liblaf_cherries-0.0.7}/src/liblaf/cherries/utils/__init__.py +0 -0
  39. {liblaf_cherries-0.0.5 → liblaf_cherries-0.0.7}/src/liblaf/cherries/utils/__init__.pyi +0 -0
@@ -178,6 +178,3 @@ poetry.toml
178
178
  _version.py
179
179
  junit.xml
180
180
  playground/
181
-
182
- *.log
183
- *.log.jsonl
@@ -0,0 +1,153 @@
1
+ Metadata-Version: 2.4
2
+ Name: liblaf-cherries
3
+ Version: 0.0.7
4
+ Summary: Add your description here
5
+ Project-URL: Changelog, https://github.com/liblaf/cherries/blob/main/CHANGELOG.md
6
+ Project-URL: Homepage, https://github.com/liblaf/cherries
7
+ Project-URL: Issue Tracker, https://github.com/liblaf/cherries/issues
8
+ Project-URL: Release Notes, https://github.com/liblaf/cherries/releases
9
+ Project-URL: Source Code, https://github.com/liblaf/cherries
10
+ Author-email: liblaf <30631553+liblaf@users.noreply.github.com>
11
+ License-Expression: MIT
12
+ License-File: LICENSE
13
+ Classifier: Development Status :: 4 - Beta
14
+ Classifier: Intended Audience :: Developers
15
+ Classifier: Intended Audience :: Science/Research
16
+ Classifier: License :: OSI Approved
17
+ Classifier: License :: OSI Approved :: MIT License
18
+ Classifier: Operating System :: OS Independent
19
+ Classifier: Programming Language :: Python
20
+ Classifier: Programming Language :: Python :: 3
21
+ Classifier: Programming Language :: Python :: 3.12
22
+ Classifier: Programming Language :: Python :: 3.13
23
+ Classifier: Topic :: Software Development
24
+ Classifier: Topic :: Software Development :: Bug Tracking
25
+ Classifier: Topic :: Software Development :: Debuggers
26
+ Classifier: Topic :: Software Development :: Libraries
27
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
28
+ Classifier: Topic :: System
29
+ Classifier: Topic :: System :: Logging
30
+ Classifier: Topic :: Utilities
31
+ Classifier: Typing :: Typed
32
+ Requires-Python: >=3.12
33
+ Requires-Dist: comet-ml<4,>=3.49.5
34
+ Requires-Dist: gitpython<4,>=3.1.44
35
+ Requires-Dist: giturlparse<0.13,>=0.12.0
36
+ Requires-Dist: lazy-loader<0.5,>=0.4
37
+ Requires-Dist: liblaf-grapes<0.2,>=0.1.9
38
+ Requires-Dist: loguru<0.8,>=0.7.3
39
+ Requires-Dist: neptune<2,>=1.13.0
40
+ Requires-Dist: pydantic-settings<3,>=2.8.1
41
+ Requires-Dist: pydantic<3,>=2.10.6
42
+ Description-Content-Type: text/markdown
43
+
44
+ <!-- -*- mode: markdown -*- -->
45
+
46
+ <div align="center"><a name="readme-top"></a>
47
+
48
+ <img height="160" src="https://api.iconify.design/logos/python.svg" />
49
+
50
+ # Cherries
51
+
52
+ TODO: DESCRIPTION
53
+
54
+ [**Explore the docs »**](https://liblaf.github.io/cherries/)
55
+
56
+ [![PyPI - Downloads](https://img.shields.io/pypi/dm/liblaf-cherries?logo=PyPI&label=Downloads)](https://pypi.org/project/liblaf-cherries)
57
+ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/liblaf-cherries?logo=Python&label=Python)](https://pypi.org/project/liblaf-cherries)
58
+ [![PyPI - Version](https://img.shields.io/pypi/v/liblaf-cherries?logo=PyPI&label=PyPI)](https://pypi.org/project/liblaf-cherries)
59
+ [![Codecov](https://img.shields.io/codecov/c/github/liblaf/cherries?logo=Codecov&label=Coverage)](https://codecov.io/gh/liblaf/cherries)
60
+ [![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/liblaf/cherries/test.yaml?logo=GitHub%20Actions&label=Test)](https://github.com/liblaf/cherries/actions/workflows/test.yaml)
61
+ <br />
62
+ [![GitHub Contributors](https://img.shields.io/github/contributors/liblaf/cherries?logo=GitHub&label=Contributors)](https://github.com/liblaf/cherries/graphs/contributors)
63
+ [![GitHub Forks](https://img.shields.io/github/forks/liblaf/cherries)](https://github.com/liblaf/cherries/forks)
64
+ [![GitHub Repo Stars](https://img.shields.io/github/stars/liblaf/cherries)](https://github.com/liblaf/cherries/stargazers)
65
+ [![GitHub Issues](https://img.shields.io/github/issues/liblaf/cherries?logo=GitHub&label=Issues)](https://github.com/liblaf/cherries/issues)
66
+ [![GitHub License](https://img.shields.io/github/license/liblaf/cherries?label=License)](https://github.com/liblaf/cherries/blob/main/LICENSE)
67
+
68
+ [Changelog](https://github.com/liblaf/cherries/blob/main/CHANGELOG.md) · [Report Bug](https://github.com/liblaf/cherries/issues) · [Request Feature](https://github.com/liblaf/cherries/issues)
69
+
70
+ ![](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/rainbow.png)
71
+
72
+ </div>
73
+
74
+ ## ✨ Features
75
+
76
+ - [x] ✨ **TODO:** FEATURES;
77
+
78
+ <div align="right">
79
+
80
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-black?style=flat-square)](#readme-top)
81
+
82
+ </div>
83
+
84
+ ## 📦 Installation
85
+
86
+ To install `liblaf-cherries`, run the following command:
87
+
88
+ ```bash
89
+ $ uv add liblaf-cherries
90
+ ```
91
+
92
+ <div align="right">
93
+
94
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-black?style=flat-square)](#readme-top)
95
+
96
+ </div>
97
+
98
+ ## ⌨️ Local Development
99
+
100
+ You can use Github Codespaces for online development:
101
+
102
+ [![](https://github.com/codespaces/badge.svg)](https://codespaces.new/liblaf/cherries)
103
+
104
+ Or clone it for local development:
105
+
106
+ ```bash
107
+ $ gh repo clone liblaf/cherries
108
+ $ cd cherries
109
+ $ just test
110
+ ```
111
+
112
+ <div align="right">
113
+
114
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-black?style=flat-square)](#readme-top)
115
+
116
+ </div>
117
+
118
+ ## 🤝 Contributing
119
+
120
+ Contributions of all types are more than welcome, if you are interested in contributing code, feel free to check out our GitHub [Issues](https://github.com/liblaf/cherries/issues) to get stuck in to show us what you're made of.
121
+
122
+ [![](https://img.shields.io/badge/%F0%9F%A4%AF%20PR%20WELCOME-%E2%86%92-ffcb47?labelColor=black&style=for-the-badge)](https://github.com/liblaf/cherries/pulls)
123
+
124
+ [![](https://contrib.rocks/image?repo=liblaf%2Fcherries)](https://github.com/liblaf/cherries/graphs/contributors)
125
+
126
+ <div align="right">
127
+
128
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-black?style=flat-square)](#readme-top)
129
+
130
+ </div>
131
+
132
+ ## 🔗 Links
133
+
134
+ ### More Projects
135
+
136
+ - **[🍇 cherries](https://github.com/liblaf/cherries)** - Powerful Python utilities for logging, timing, and more, making development smoother!
137
+
138
+ ### Credits
139
+
140
+ - **Python** - <https://www.python.org/>
141
+
142
+ <div align="right">
143
+
144
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-black?style=flat-square)](#readme-top)
145
+
146
+ </div>
147
+
148
+ ---
149
+
150
+ #### 📝 License
151
+
152
+ Copyright © 2025 [liblaf](https://github.com/liblaf). <br />
153
+ This project is [MIT](https://github.com/liblaf/cherries/blob/main/LICENSE) licensed.
@@ -0,0 +1,110 @@
1
+ <!-- -*- mode: markdown -*- -->
2
+
3
+ <div align="center"><a name="readme-top"></a>
4
+
5
+ <img height="160" src="https://api.iconify.design/logos/python.svg" />
6
+
7
+ # Cherries
8
+
9
+ TODO: DESCRIPTION
10
+
11
+ [**Explore the docs »**](https://liblaf.github.io/cherries/)
12
+
13
+ [![PyPI - Downloads](https://img.shields.io/pypi/dm/liblaf-cherries?logo=PyPI&label=Downloads)](https://pypi.org/project/liblaf-cherries)
14
+ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/liblaf-cherries?logo=Python&label=Python)](https://pypi.org/project/liblaf-cherries)
15
+ [![PyPI - Version](https://img.shields.io/pypi/v/liblaf-cherries?logo=PyPI&label=PyPI)](https://pypi.org/project/liblaf-cherries)
16
+ [![Codecov](https://img.shields.io/codecov/c/github/liblaf/cherries?logo=Codecov&label=Coverage)](https://codecov.io/gh/liblaf/cherries)
17
+ [![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/liblaf/cherries/test.yaml?logo=GitHub%20Actions&label=Test)](https://github.com/liblaf/cherries/actions/workflows/test.yaml)
18
+ <br />
19
+ [![GitHub Contributors](https://img.shields.io/github/contributors/liblaf/cherries?logo=GitHub&label=Contributors)](https://github.com/liblaf/cherries/graphs/contributors)
20
+ [![GitHub Forks](https://img.shields.io/github/forks/liblaf/cherries)](https://github.com/liblaf/cherries/forks)
21
+ [![GitHub Repo Stars](https://img.shields.io/github/stars/liblaf/cherries)](https://github.com/liblaf/cherries/stargazers)
22
+ [![GitHub Issues](https://img.shields.io/github/issues/liblaf/cherries?logo=GitHub&label=Issues)](https://github.com/liblaf/cherries/issues)
23
+ [![GitHub License](https://img.shields.io/github/license/liblaf/cherries?label=License)](https://github.com/liblaf/cherries/blob/main/LICENSE)
24
+
25
+ [Changelog](https://github.com/liblaf/cherries/blob/main/CHANGELOG.md) · [Report Bug](https://github.com/liblaf/cherries/issues) · [Request Feature](https://github.com/liblaf/cherries/issues)
26
+
27
+ ![](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/rainbow.png)
28
+
29
+ </div>
30
+
31
+ ## ✨ Features
32
+
33
+ - [x] ✨ **TODO:** FEATURES;
34
+
35
+ <div align="right">
36
+
37
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-black?style=flat-square)](#readme-top)
38
+
39
+ </div>
40
+
41
+ ## 📦 Installation
42
+
43
+ To install `liblaf-cherries`, run the following command:
44
+
45
+ ```bash
46
+ $ uv add liblaf-cherries
47
+ ```
48
+
49
+ <div align="right">
50
+
51
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-black?style=flat-square)](#readme-top)
52
+
53
+ </div>
54
+
55
+ ## ⌨️ Local Development
56
+
57
+ You can use Github Codespaces for online development:
58
+
59
+ [![](https://github.com/codespaces/badge.svg)](https://codespaces.new/liblaf/cherries)
60
+
61
+ Or clone it for local development:
62
+
63
+ ```bash
64
+ $ gh repo clone liblaf/cherries
65
+ $ cd cherries
66
+ $ just test
67
+ ```
68
+
69
+ <div align="right">
70
+
71
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-black?style=flat-square)](#readme-top)
72
+
73
+ </div>
74
+
75
+ ## 🤝 Contributing
76
+
77
+ Contributions of all types are more than welcome, if you are interested in contributing code, feel free to check out our GitHub [Issues](https://github.com/liblaf/cherries/issues) to get stuck in to show us what you're made of.
78
+
79
+ [![](https://img.shields.io/badge/%F0%9F%A4%AF%20PR%20WELCOME-%E2%86%92-ffcb47?labelColor=black&style=for-the-badge)](https://github.com/liblaf/cherries/pulls)
80
+
81
+ [![](https://contrib.rocks/image?repo=liblaf%2Fcherries)](https://github.com/liblaf/cherries/graphs/contributors)
82
+
83
+ <div align="right">
84
+
85
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-black?style=flat-square)](#readme-top)
86
+
87
+ </div>
88
+
89
+ ## 🔗 Links
90
+
91
+ ### More Projects
92
+
93
+ - **[🍇 cherries](https://github.com/liblaf/cherries)** - Powerful Python utilities for logging, timing, and more, making development smoother!
94
+
95
+ ### Credits
96
+
97
+ - **Python** - <https://www.python.org/>
98
+
99
+ <div align="right">
100
+
101
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-black?style=flat-square)](#readme-top)
102
+
103
+ </div>
104
+
105
+ ---
106
+
107
+ #### 📝 License
108
+
109
+ Copyright © 2025 [liblaf](https://github.com/liblaf). <br />
110
+ This project is [MIT](https://github.com/liblaf/cherries/blob/main/LICENSE) licensed.
@@ -30,24 +30,45 @@ test = ["pytest", "pytest-codspeed", "pytest-cov", "pytest-xdist"]
30
30
  authors = [
31
31
  { email = "30631553+liblaf@users.noreply.github.com", name = "liblaf" },
32
32
  ]
33
+ classifiers = [
34
+ "Development Status :: 4 - Beta",
35
+ "Intended Audience :: Developers",
36
+ "Intended Audience :: Science/Research",
37
+ "License :: OSI Approved :: MIT License",
38
+ "License :: OSI Approved",
39
+ "Operating System :: OS Independent",
40
+ "Programming Language :: Python :: 3",
41
+ "Programming Language :: Python :: 3.12",
42
+ "Programming Language :: Python :: 3.13",
43
+ "Programming Language :: Python",
44
+ "Topic :: Software Development :: Bug Tracking",
45
+ "Topic :: Software Development :: Debuggers",
46
+ "Topic :: Software Development :: Libraries :: Python Modules",
47
+ "Topic :: Software Development :: Libraries",
48
+ "Topic :: Software Development",
49
+ "Topic :: System :: Logging",
50
+ "Topic :: System",
51
+ "Topic :: Utilities",
52
+ "Typing :: Typed",
53
+ ]
33
54
  dependencies = [
34
- "comet-ml>=3.49.4,<4",
55
+ "comet-ml>=3.49.5,<4",
35
56
  "gitpython>=3.1.44,<4",
36
57
  "giturlparse>=0.12.0,<0.13",
37
58
  "lazy-loader>=0.4,<0.5",
38
- "liblaf-grapes>=0.1.7,<0.2",
59
+ "liblaf-grapes>=0.1.9,<0.2",
39
60
  "loguru>=0.7.3,<0.8",
40
61
  "neptune>=1.13.0,<2",
41
62
  "pydantic-settings>=2.8.1,<3",
42
63
  "pydantic>=2.10.6,<3",
43
64
  ]
44
65
  description = "Add your description here"
66
+ dynamic = ["version"]
45
67
  keywords = []
46
68
  license = "MIT"
47
69
  name = "liblaf-cherries"
48
70
  readme = "docs/README.md"
49
71
  requires-python = ">=3.12"
50
- version = "0.0.5"
51
72
 
52
73
  [project.urls]
53
74
  "Changelog" = "https://github.com/liblaf/cherries/blob/main/CHANGELOG.md"
@@ -17,5 +17,5 @@ __version__: str
17
17
  __version_tuple__: VERSION_TUPLE
18
18
  version_tuple: VERSION_TUPLE
19
19
 
20
- __version__ = version = '0.0.5'
21
- __version_tuple__ = version_tuple = (0, 0, 5)
20
+ __version__ = version = '0.0.7'
21
+ __version_tuple__ = version_tuple = (0, 0, 7)
@@ -1,25 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: liblaf-cherries
3
- Version: 0.0.5
4
- Summary: Add your description here
5
- Project-URL: Changelog, https://github.com/liblaf/cherries/blob/main/CHANGELOG.md
6
- Project-URL: Homepage, https://github.com/liblaf/cherries
7
- Project-URL: Issue Tracker, https://github.com/liblaf/cherries/issues
8
- Project-URL: Release Notes, https://github.com/liblaf/cherries/releases
9
- Project-URL: Source Code, https://github.com/liblaf/cherries
10
- Author-email: liblaf <30631553+liblaf@users.noreply.github.com>
11
- License-Expression: MIT
12
- License-File: LICENSE
13
- Requires-Python: >=3.12
14
- Requires-Dist: comet-ml<4,>=3.49.4
15
- Requires-Dist: gitpython<4,>=3.1.44
16
- Requires-Dist: giturlparse<0.13,>=0.12.0
17
- Requires-Dist: lazy-loader<0.5,>=0.4
18
- Requires-Dist: liblaf-grapes<0.2,>=0.1.7
19
- Requires-Dist: loguru<0.8,>=0.7.3
20
- Requires-Dist: neptune<2,>=1.13.0
21
- Requires-Dist: pydantic-settings<3,>=2.8.1
22
- Requires-Dist: pydantic<3,>=2.10.6
23
- Description-Content-Type: text/markdown
24
-
25
- # 🍒 Cherries
@@ -1 +0,0 @@
1
- # 🍒 Cherries
File without changes