maleo-logging 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.
- {maleo_logging-0.0.6 → maleo_logging-0.0.7}/PKG-INFO +2 -2
- {maleo_logging-0.0.6 → maleo_logging-0.0.7}/maleo_logging.egg-info/PKG-INFO +2 -2
- {maleo_logging-0.0.6 → maleo_logging-0.0.7}/maleo_logging.egg-info/requires.txt +1 -1
- {maleo_logging-0.0.6 → maleo_logging-0.0.7}/pyproject.toml +2 -2
- {maleo_logging-0.0.6 → maleo_logging-0.0.7}/LICENSE +0 -0
- {maleo_logging-0.0.6 → maleo_logging-0.0.7}/README.md +0 -0
- {maleo_logging-0.0.6 → maleo_logging-0.0.7}/maleo_logging.egg-info/SOURCES.txt +0 -0
- {maleo_logging-0.0.6 → maleo_logging-0.0.7}/maleo_logging.egg-info/dependency_links.txt +0 -0
- {maleo_logging-0.0.6 → maleo_logging-0.0.7}/maleo_logging.egg-info/top_level.txt +0 -0
- {maleo_logging-0.0.6 → maleo_logging-0.0.7}/setup.cfg +0 -0
- {maleo_logging-0.0.6 → maleo_logging-0.0.7}/src/__init__.py +0 -0
- {maleo_logging-0.0.6 → maleo_logging-0.0.7}/src/config.py +0 -0
- {maleo_logging-0.0.6 → maleo_logging-0.0.7}/src/enums.py +0 -0
- {maleo_logging-0.0.6 → maleo_logging-0.0.7}/src/google.py +0 -0
- {maleo_logging-0.0.6 → maleo_logging-0.0.7}/src/logger.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: maleo-logging
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.7
|
4
4
|
Summary: Logging package for MaleoSuite
|
5
5
|
Author-email: Agra Bima Yuda <agra@nexmedis.com>
|
6
6
|
License: Proprietary
|
@@ -35,7 +35,7 @@ Requires-Dist: idna>=3.10
|
|
35
35
|
Requires-Dist: importlib_metadata>=8.7.0
|
36
36
|
Requires-Dist: maleo-enums>=0.0.6
|
37
37
|
Requires-Dist: maleo-types-base>=0.0.2
|
38
|
-
Requires-Dist: maleo-utils>=0.0.
|
38
|
+
Requires-Dist: maleo-utils>=0.0.5
|
39
39
|
Requires-Dist: mypy_extensions>=1.1.0
|
40
40
|
Requires-Dist: nodeenv>=1.9.1
|
41
41
|
Requires-Dist: opentelemetry-api>=1.36.0
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: maleo-logging
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.7
|
4
4
|
Summary: Logging package for MaleoSuite
|
5
5
|
Author-email: Agra Bima Yuda <agra@nexmedis.com>
|
6
6
|
License: Proprietary
|
@@ -35,7 +35,7 @@ Requires-Dist: idna>=3.10
|
|
35
35
|
Requires-Dist: importlib_metadata>=8.7.0
|
36
36
|
Requires-Dist: maleo-enums>=0.0.6
|
37
37
|
Requires-Dist: maleo-types-base>=0.0.2
|
38
|
-
Requires-Dist: maleo-utils>=0.0.
|
38
|
+
Requires-Dist: maleo-utils>=0.0.5
|
39
39
|
Requires-Dist: mypy_extensions>=1.1.0
|
40
40
|
Requires-Dist: nodeenv>=1.9.1
|
41
41
|
Requires-Dist: opentelemetry-api>=1.36.0
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "maleo-logging"
|
7
|
-
version = "0.0.
|
7
|
+
version = "0.0.7"
|
8
8
|
description = "Logging package for MaleoSuite"
|
9
9
|
authors = [
|
10
10
|
{ name = "Agra Bima Yuda", email = "agra@nexmedis.com" }
|
@@ -41,7 +41,7 @@ dependencies = [
|
|
41
41
|
"importlib_metadata>=8.7.0",
|
42
42
|
"maleo-enums>=0.0.6",
|
43
43
|
"maleo-types-base>=0.0.2",
|
44
|
-
"maleo-utils>=0.0.
|
44
|
+
"maleo-utils>=0.0.5",
|
45
45
|
"mypy_extensions>=1.1.0",
|
46
46
|
"nodeenv>=1.9.1",
|
47
47
|
"opentelemetry-api>=1.36.0",
|
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
|