liblaf-cherries 0.0.6__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.
- {liblaf_cherries-0.0.6 → liblaf_cherries-0.0.7}/.gitignore +0 -3
- liblaf_cherries-0.0.7/PKG-INFO +153 -0
- liblaf_cherries-0.0.7/docs/README.md +110 -0
- {liblaf_cherries-0.0.6 → liblaf_cherries-0.0.7}/pyproject.toml +19 -2
- {liblaf_cherries-0.0.6 → liblaf_cherries-0.0.7}/src/liblaf/cherries/_version.py +2 -2
- liblaf_cherries-0.0.6/PKG-INFO +0 -27
- liblaf_cherries-0.0.6/docs/README.md +0 -1
- {liblaf_cherries-0.0.6 → liblaf_cherries-0.0.7}/LICENSE +0 -0
- {liblaf_cherries-0.0.6 → liblaf_cherries-0.0.7}/src/liblaf/cherries/__init__.py +0 -0
- {liblaf_cherries-0.0.6 → liblaf_cherries-0.0.7}/src/liblaf/cherries/__init__.pyi +0 -0
- {liblaf_cherries-0.0.6 → liblaf_cherries-0.0.7}/src/liblaf/cherries/_config.py +0 -0
- {liblaf_cherries-0.0.6 → liblaf_cherries-0.0.7}/src/liblaf/cherries/_env.py +0 -0
- {liblaf_cherries-0.0.6 → liblaf_cherries-0.0.7}/src/liblaf/cherries/_experiment.py +0 -0
- {liblaf_cherries-0.0.6 → liblaf_cherries-0.0.7}/src/liblaf/cherries/_main.py +0 -0
- {liblaf_cherries-0.0.6 → liblaf_cherries-0.0.7}/src/liblaf/cherries/_start.py +0 -0
- {liblaf_cherries-0.0.6 → liblaf_cherries-0.0.7}/src/liblaf/cherries/_version.pyi +0 -0
- {liblaf_cherries-0.0.6 → liblaf_cherries-0.0.7}/src/liblaf/cherries/git/__init__.py +0 -0
- {liblaf_cherries-0.0.6 → liblaf_cherries-0.0.7}/src/liblaf/cherries/git/__init__.pyi +0 -0
- {liblaf_cherries-0.0.6 → liblaf_cherries-0.0.7}/src/liblaf/cherries/git/_commit.py +0 -0
- {liblaf_cherries-0.0.6 → liblaf_cherries-0.0.7}/src/liblaf/cherries/git/_entrypoint.py +0 -0
- {liblaf_cherries-0.0.6 → liblaf_cherries-0.0.7}/src/liblaf/cherries/git/_grapes.py +0 -0
- {liblaf_cherries-0.0.6 → liblaf_cherries-0.0.7}/src/liblaf/cherries/git/github/__init__.py +0 -0
- {liblaf_cherries-0.0.6 → liblaf_cherries-0.0.7}/src/liblaf/cherries/git/github/__init__.pyi +0 -0
- {liblaf_cherries-0.0.6 → liblaf_cherries-0.0.7}/src/liblaf/cherries/git/github/_link.py +0 -0
- {liblaf_cherries-0.0.6 → liblaf_cherries-0.0.7}/src/liblaf/cherries/git/github/_repo.py +0 -0
- {liblaf_cherries-0.0.6 → liblaf_cherries-0.0.7}/src/liblaf/cherries/integration/__init__.py +0 -0
- {liblaf_cherries-0.0.6 → liblaf_cherries-0.0.7}/src/liblaf/cherries/integration/__init__.pyi +0 -0
- {liblaf_cherries-0.0.6 → liblaf_cherries-0.0.7}/src/liblaf/cherries/integration/_backend.py +0 -0
- {liblaf_cherries-0.0.6 → liblaf_cherries-0.0.7}/src/liblaf/cherries/integration/_factory.py +0 -0
- {liblaf_cherries-0.0.6 → liblaf_cherries-0.0.7}/src/liblaf/cherries/integration/_neptune.py +0 -0
- {liblaf_cherries-0.0.6 → liblaf_cherries-0.0.7}/src/liblaf/cherries/plugin/__init__.py +0 -0
- {liblaf_cherries-0.0.6 → liblaf_cherries-0.0.7}/src/liblaf/cherries/plugin/__init__.pyi +0 -0
- {liblaf_cherries-0.0.6 → liblaf_cherries-0.0.7}/src/liblaf/cherries/plugin/_abc.py +0 -0
- {liblaf_cherries-0.0.6 → liblaf_cherries-0.0.7}/src/liblaf/cherries/plugin/_default.py +0 -0
- {liblaf_cherries-0.0.6 → liblaf_cherries-0.0.7}/src/liblaf/cherries/plugin/_git.py +0 -0
- {liblaf_cherries-0.0.6 → liblaf_cherries-0.0.7}/src/liblaf/cherries/plugin/_logging.py +0 -0
- {liblaf_cherries-0.0.6 → liblaf_cherries-0.0.7}/src/liblaf/cherries/plugin/_restic.py +0 -0
- {liblaf_cherries-0.0.6 → liblaf_cherries-0.0.7}/src/liblaf/cherries/utils/__init__.py +0 -0
- {liblaf_cherries-0.0.6 → liblaf_cherries-0.0.7}/src/liblaf/cherries/utils/__init__.pyi +0 -0
@@ -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
|
+
[](https://pypi.org/project/liblaf-cherries)
|
57
|
+
[](https://pypi.org/project/liblaf-cherries)
|
58
|
+
[](https://pypi.org/project/liblaf-cherries)
|
59
|
+
[](https://codecov.io/gh/liblaf/cherries)
|
60
|
+
[](https://github.com/liblaf/cherries/actions/workflows/test.yaml)
|
61
|
+
<br />
|
62
|
+
[](https://github.com/liblaf/cherries/graphs/contributors)
|
63
|
+
[](https://github.com/liblaf/cherries/forks)
|
64
|
+
[](https://github.com/liblaf/cherries/stargazers)
|
65
|
+
[](https://github.com/liblaf/cherries/issues)
|
66
|
+
[](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
|
+

|
71
|
+
|
72
|
+
</div>
|
73
|
+
|
74
|
+
## ✨ Features
|
75
|
+
|
76
|
+
- [x] ✨ **TODO:** FEATURES;
|
77
|
+
|
78
|
+
<div align="right">
|
79
|
+
|
80
|
+
[](#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
|
+
[](#readme-top)
|
95
|
+
|
96
|
+
</div>
|
97
|
+
|
98
|
+
## ⌨️ Local Development
|
99
|
+
|
100
|
+
You can use Github Codespaces for online development:
|
101
|
+
|
102
|
+
[](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
|
+
[](#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://github.com/liblaf/cherries/pulls)
|
123
|
+
|
124
|
+
[](https://github.com/liblaf/cherries/graphs/contributors)
|
125
|
+
|
126
|
+
<div align="right">
|
127
|
+
|
128
|
+
[](#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
|
+
[](#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
|
+
[](https://pypi.org/project/liblaf-cherries)
|
14
|
+
[](https://pypi.org/project/liblaf-cherries)
|
15
|
+
[](https://pypi.org/project/liblaf-cherries)
|
16
|
+
[](https://codecov.io/gh/liblaf/cherries)
|
17
|
+
[](https://github.com/liblaf/cherries/actions/workflows/test.yaml)
|
18
|
+
<br />
|
19
|
+
[](https://github.com/liblaf/cherries/graphs/contributors)
|
20
|
+
[](https://github.com/liblaf/cherries/forks)
|
21
|
+
[](https://github.com/liblaf/cherries/stargazers)
|
22
|
+
[](https://github.com/liblaf/cherries/issues)
|
23
|
+
[](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
|
+

|
28
|
+
|
29
|
+
</div>
|
30
|
+
|
31
|
+
## ✨ Features
|
32
|
+
|
33
|
+
- [x] ✨ **TODO:** FEATURES;
|
34
|
+
|
35
|
+
<div align="right">
|
36
|
+
|
37
|
+
[](#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
|
+
[](#readme-top)
|
52
|
+
|
53
|
+
</div>
|
54
|
+
|
55
|
+
## ⌨️ Local Development
|
56
|
+
|
57
|
+
You can use Github Codespaces for online development:
|
58
|
+
|
59
|
+
[](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
|
+
[](#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://github.com/liblaf/cherries/pulls)
|
80
|
+
|
81
|
+
[](https://github.com/liblaf/cherries/graphs/contributors)
|
82
|
+
|
83
|
+
<div align="right">
|
84
|
+
|
85
|
+
[](#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
|
+
[](#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.
|
@@ -32,14 +32,31 @@ authors = [
|
|
32
32
|
]
|
33
33
|
classifiers = [
|
34
34
|
"Development Status :: 4 - Beta",
|
35
|
+
"Intended Audience :: Developers",
|
36
|
+
"Intended Audience :: Science/Research",
|
35
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",
|
36
53
|
]
|
37
54
|
dependencies = [
|
38
|
-
"comet-ml>=3.49.
|
55
|
+
"comet-ml>=3.49.5,<4",
|
39
56
|
"gitpython>=3.1.44,<4",
|
40
57
|
"giturlparse>=0.12.0,<0.13",
|
41
58
|
"lazy-loader>=0.4,<0.5",
|
42
|
-
"liblaf-grapes>=0.1.
|
59
|
+
"liblaf-grapes>=0.1.9,<0.2",
|
43
60
|
"loguru>=0.7.3,<0.8",
|
44
61
|
"neptune>=1.13.0,<2",
|
45
62
|
"pydantic-settings>=2.8.1,<3",
|
liblaf_cherries-0.0.6/PKG-INFO
DELETED
@@ -1,27 +0,0 @@
|
|
1
|
-
Metadata-Version: 2.4
|
2
|
-
Name: liblaf-cherries
|
3
|
-
Version: 0.0.6
|
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: License :: OSI Approved :: MIT License
|
15
|
-
Requires-Python: >=3.12
|
16
|
-
Requires-Dist: comet-ml<4,>=3.49.4
|
17
|
-
Requires-Dist: gitpython<4,>=3.1.44
|
18
|
-
Requires-Dist: giturlparse<0.13,>=0.12.0
|
19
|
-
Requires-Dist: lazy-loader<0.5,>=0.4
|
20
|
-
Requires-Dist: liblaf-grapes<0.2,>=0.1.7
|
21
|
-
Requires-Dist: loguru<0.8,>=0.7.3
|
22
|
-
Requires-Dist: neptune<2,>=1.13.0
|
23
|
-
Requires-Dist: pydantic-settings<3,>=2.8.1
|
24
|
-
Requires-Dist: pydantic<3,>=2.10.6
|
25
|
-
Description-Content-Type: text/markdown
|
26
|
-
|
27
|
-
# 🍒 Cherries
|
@@ -1 +0,0 @@
|
|
1
|
-
# 🍒 Cherries
|
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
|
{liblaf_cherries-0.0.6 → liblaf_cherries-0.0.7}/src/liblaf/cherries/integration/__init__.pyi
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
|