GeneralManager 0.4.0__py3-none-any.whl → 0.4.2__py3-none-any.whl
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.
- {generalmanager-0.4.0.dist-info → generalmanager-0.4.2.dist-info}/METADATA +5 -31
- {generalmanager-0.4.0.dist-info → generalmanager-0.4.2.dist-info}/RECORD +5 -5
- {generalmanager-0.4.0.dist-info → generalmanager-0.4.2.dist-info}/WHEEL +1 -1
- {generalmanager-0.4.0.dist-info → generalmanager-0.4.2.dist-info}/licenses/LICENSE +0 -0
- {generalmanager-0.4.0.dist-info → generalmanager-0.4.2.dist-info}/top_level.txt +0 -0
@@ -1,37 +1,9 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: GeneralManager
|
3
|
-
Version: 0.4.
|
3
|
+
Version: 0.4.2
|
4
4
|
Summary: Kurzbeschreibung deines Pakets
|
5
5
|
Author-email: Tim Kleindick <tkleindick@yahoo.de>
|
6
|
-
License:
|
7
|
-
|
8
|
-
Copyright (c) 2025 Tim Kleindick
|
9
|
-
|
10
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
11
|
-
of this software and associated documentation files (the “Software”), to deal
|
12
|
-
in the Software **solely for non-commercial purposes**, including without
|
13
|
-
limitation the rights to use, copy, modify, merge, publish, distribute,
|
14
|
-
sublicense, and/or sell copies of the Software **for non-commercial use only**,
|
15
|
-
and to permit persons to whom the Software is furnished to do so, subject to
|
16
|
-
the following conditions:
|
17
|
-
|
18
|
-
1. Non-Commercial Use Only
|
19
|
-
The Software may **not** be used for commercial purposes. “Commercial” means
|
20
|
-
any activity intended for or directed toward commercial advantage or
|
21
|
-
monetary compensation.
|
22
|
-
|
23
|
-
2. Copyright Notice & License Text
|
24
|
-
The above copyright notice and this permission notice shall be included in
|
25
|
-
all copies or substantial portions of the Software.
|
26
|
-
|
27
|
-
3. Disclaimer of Warranty
|
28
|
-
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
29
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
30
|
-
FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. IN NO EVENT SHALL
|
31
|
-
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER
|
32
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
33
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
34
|
-
SOFTWARE.
|
6
|
+
License-Expression: MIT
|
35
7
|
Requires-Python: >=3.12
|
36
8
|
Description-Content-Type: text/markdown
|
37
9
|
License-File: LICENSE
|
@@ -54,7 +26,7 @@ Requires-Dist: Pint>=0.24.4
|
|
54
26
|
Requires-Dist: platformdirs>=4.3.7
|
55
27
|
Requires-Dist: promise>=2.3
|
56
28
|
Requires-Dist: python-dateutil>=2.9.0.post0
|
57
|
-
Requires-Dist: setuptools
|
29
|
+
Requires-Dist: setuptools==80.0.0
|
58
30
|
Requires-Dist: six>=1.17.0
|
59
31
|
Requires-Dist: smmap>=5.0.2
|
60
32
|
Requires-Dist: sqlparse>=0.5.3
|
@@ -205,3 +177,5 @@ query {
|
|
205
177
|
## Lizenz
|
206
178
|
|
207
179
|
Dieses Projekt steht unter der **Non-Commercial MIT License**. Es darf nur für nicht-kommerzielle Zwecke verwendet werden. Weitere Details finden Sie in der [LICENSE](./LICENSE).
|
180
|
+
|
181
|
+
Test
|
@@ -39,8 +39,8 @@ general_manager/permission/permissionDataManager.py,sha256=Ji7fsnuaKTa6M8yzCGyzr
|
|
39
39
|
general_manager/rule/__init__.py,sha256=4Har5cfPD1fmOsilTDod-ZUz3Com-tkl58jz7yY4fD0,23
|
40
40
|
general_manager/rule/handler.py,sha256=z8SFHTIZ0LbLh3fV56Mud0V4_OvWkqJjlHvFqau7Qfk,7334
|
41
41
|
general_manager/rule/rule.py,sha256=3FVCKGL7BTVoStdgOTdWQwuoVRIxAIAilV4VOzouDpc,10759
|
42
|
-
generalmanager-0.4.
|
43
|
-
generalmanager-0.4.
|
44
|
-
generalmanager-0.4.
|
45
|
-
generalmanager-0.4.
|
46
|
-
generalmanager-0.4.
|
42
|
+
generalmanager-0.4.2.dist-info/licenses/LICENSE,sha256=YGFm0ieb4KpkMRRt2qnWue6uFh0cUMtobwEBkHwajhc,1450
|
43
|
+
generalmanager-0.4.2.dist-info/METADATA,sha256=l9xsJj_TSe107-slfJ1PRk1bPfRXa3Yj_9USRHvPyjA,6534
|
44
|
+
generalmanager-0.4.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
45
|
+
generalmanager-0.4.2.dist-info/top_level.txt,sha256=sTDtExP9ga-YP3h3h42yivUY-A2Q23C2nw6LNKOho4I,16
|
46
|
+
generalmanager-0.4.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|