cloe-logging 0.3.7__py3-none-any.whl → 0.3.8__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.
- cloe_logging/__init__.py +0 -0
- cloe_logging/decorators/__init__.py +0 -0
- cloe_logging/decorators/devops_decorator.py +0 -0
- cloe_logging/formatters/__init__.py +0 -0
- cloe_logging/formatters/devops_formatter.py +0 -0
- cloe_logging/formatters/dict_formatter.py +0 -0
- cloe_logging/handlers/__init__.py +0 -0
- cloe_logging/handlers/log_analytics_handler.py +0 -0
- cloe_logging/handlers/snowflake_handler.py +0 -0
- cloe_logging/handlers/unity_catalog_handler.py +0 -0
- cloe_logging/logger_factory.py +0 -0
- cloe_logging/py.typed +0 -0
- cloe_logging/utility/__init__.py +0 -0
- cloe_logging/utility/serializer.py +0 -0
- cloe_logging-0.3.8.dist-info/METADATA +45 -0
- {cloe_logging-0.3.7.dist-info → cloe_logging-0.3.8.dist-info}/RECORD +3 -3
- {cloe_logging-0.3.7.dist-info → cloe_logging-0.3.8.dist-info}/WHEEL +0 -0
- cloe_logging-0.3.7.dist-info/METADATA +0 -14
cloe_logging/__init__.py
CHANGED
|
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
|
cloe_logging/logger_factory.py
CHANGED
|
File without changes
|
cloe_logging/py.typed
CHANGED
|
File without changes
|
cloe_logging/utility/__init__.py
CHANGED
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: cloe-logging
|
|
3
|
+
Version: 0.3.8
|
|
4
|
+
Summary: A Standardized Solution for logging to various targets.
|
|
5
|
+
Author-email: David Achilles <david.achilles@accenture.com>, Ole Steinbrueck <ole.steinbrueck@accenture.com>
|
|
6
|
+
License: Proprietary
|
|
7
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
8
|
+
Classifier: Environment :: Console
|
|
9
|
+
Classifier: Intended Audience :: Developers
|
|
10
|
+
Classifier: License :: Other/Proprietary License
|
|
11
|
+
Classifier: Operating System :: OS Independent
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
14
|
+
Classifier: Topic :: Database
|
|
15
|
+
Requires-Python: <3.13,>=3.11
|
|
16
|
+
Requires-Dist: pydantic<3.0.0,>=2.7.0
|
|
17
|
+
Requires-Dist: typing-extensions<5.0.0,>=4.12.2
|
|
18
|
+
Provides-Extra: databricks
|
|
19
|
+
Requires-Dist: databricks-sdk>=0.39.0; extra == 'databricks'
|
|
20
|
+
Provides-Extra: log-analytics
|
|
21
|
+
Requires-Dist: requests<3.0.0,>=2.31.0; extra == 'log-analytics'
|
|
22
|
+
Provides-Extra: snowflake
|
|
23
|
+
Requires-Dist: cloe-util-snowflake-connector<2.0.0,>=1.0.2; extra == 'snowflake'
|
|
24
|
+
Description-Content-Type: text/markdown
|
|
25
|
+
|
|
26
|
+
# cloe-logging
|
|
27
|
+
|
|
28
|
+
[](https://github.com/copier-org/copier)
|
|
29
|
+
[](https://www.python.org)
|
|
30
|
+
[](https://github.com/astral-sh/uv)
|
|
31
|
+
[](https://github.com/charliermarsh/ruff)
|
|
32
|
+
[](https://mypy-lang.org/)
|
|
33
|
+
[](https://github.com/psf/black)
|
|
34
|
+
[](https://github.com/pre-commit/pre-commit)
|
|
35
|
+
|
|
36
|
+
Owner: David Achilles
|
|
37
|
+
|
|
38
|
+
A Standardized Solution for logging to various targets.
|
|
39
|
+
|
|
40
|
+
The logging module provides a simple interface to log messages
|
|
41
|
+
to various targets. All components
|
|
42
|
+
of the Framework use this module to log messages. It could also be
|
|
43
|
+
used by application or notebook code to log messages.
|
|
44
|
+
|
|
45
|
+
Please find the docs [here](https://white-rock-0cabbc003.1.azurestaticapps.net/tool_docs/cloe-logging)!
|
|
@@ -12,6 +12,6 @@ cloe_logging/handlers/snowflake_handler.py,sha256=bZR5UIJIlivAJT3IeniVoFXlsQhq5-
|
|
|
12
12
|
cloe_logging/handlers/unity_catalog_handler.py,sha256=aXIiwDq9tHHheAFMusHhEI9uvYpI39KCscuVntFvNLA,6879
|
|
13
13
|
cloe_logging/utility/__init__.py,sha256=wp758l5P1M20bNUbbGojSkBUscFUgRd_TLLdnHgQ_l8,70
|
|
14
14
|
cloe_logging/utility/serializer.py,sha256=uPdmpawqM3WXZQVxz63deCalvKJYxRNecxjBQeDzTIY,2639
|
|
15
|
-
cloe_logging-0.3.
|
|
16
|
-
cloe_logging-0.3.
|
|
17
|
-
cloe_logging-0.3.
|
|
15
|
+
cloe_logging-0.3.8.dist-info/METADATA,sha256=Q99bSKcf_De64RBjVtSY-Y-T7RmuBPHpWMVSd9E04YM,2487
|
|
16
|
+
cloe_logging-0.3.8.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
17
|
+
cloe_logging-0.3.8.dist-info/RECORD,,
|
|
File without changes
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: cloe-logging
|
|
3
|
-
Version: 0.3.7
|
|
4
|
-
Summary: A Standardized Solution for logging to various targets.
|
|
5
|
-
Home-page: https://initions.com/
|
|
6
|
-
Author: initions
|
|
7
|
-
Author-email: ICSMC_EXT_PYPIORG@accenture.com
|
|
8
|
-
License: MIT
|
|
9
|
-
Requires-Python: <3.12,>=3.11
|
|
10
|
-
Requires-Dist: pydantic<3.0.0,>=2.7.0
|
|
11
|
-
Requires-Dist: typing-extensions<5.0.0,>=4.12.2
|
|
12
|
-
Requires-Dist: databricks-sdk>=0.39.0; extra == 'databricks'
|
|
13
|
-
Requires-Dist: requests<3.0.0,>=2.31.0; extra == 'log-analytics'
|
|
14
|
-
Requires-Dist: cloe-util-snowflake-connector<2.0.0,>=1.0.2; extra == 'snowflake'
|