logger-36 2024.7__py3-none-any.whl → 2024.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.
Files changed (40) hide show
  1. logger_36/__init__.py +1 -1
  2. logger_36/catalog/config/console_rich.py +1 -1
  3. logger_36/catalog/handler/console.py +1 -1
  4. logger_36/catalog/handler/console_rich.py +1 -2
  5. logger_36/catalog/handler/file.py +1 -1
  6. logger_36/catalog/handler/generic.py +1 -1
  7. logger_36/catalog/logging/chronos.py +1 -1
  8. logger_36/catalog/logging/gpu.py +1 -1
  9. logger_36/catalog/logging/memory.py +1 -1
  10. logger_36/catalog/logging/system.py +1 -1
  11. logger_36/config/issue.py +1 -1
  12. logger_36/config/memory.py +1 -1
  13. logger_36/config/message.py +1 -1
  14. logger_36/config/system.py +1 -1
  15. logger_36/constant/generic.py +1 -1
  16. logger_36/constant/handler.py +1 -1
  17. logger_36/constant/issue.py +1 -1
  18. logger_36/constant/logger.py +1 -1
  19. logger_36/constant/memory.py +1 -1
  20. logger_36/constant/message.py +1 -1
  21. logger_36/constant/record.py +1 -1
  22. logger_36/constant/system.py +1 -1
  23. logger_36/instance.py +1 -1
  24. logger_36/main.py +1 -1
  25. logger_36/task/format/memory.py +1 -1
  26. logger_36/task/format/message.py +1 -1
  27. logger_36/task/format/rule.py +1 -1
  28. logger_36/task/inspection.py +1 -1
  29. logger_36/task/measure/chronos.py +1 -1
  30. logger_36/task/measure/memory.py +1 -1
  31. logger_36/task/storage.py +1 -1
  32. logger_36/type/extension.py +1 -1
  33. logger_36/type/issue.py +1 -1
  34. logger_36/type/logger.py +1 -1
  35. logger_36/version.py +2 -2
  36. {logger_36-2024.7.dist-info → logger_36-2024.8.dist-info}/METADATA +36 -16
  37. logger_36-2024.8.dist-info/RECORD +39 -0
  38. logger_36-2024.7.dist-info/RECORD +0 -39
  39. {logger_36-2024.7.dist-info → logger_36-2024.8.dist-info}/WHEEL +0 -0
  40. {logger_36-2024.7.dist-info → logger_36-2024.8.dist-info}/top_level.txt +0 -0
logger_36/__init__.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright CNRS/Inria/UCA
1
+ # Copyright CNRS/Inria/UniCA
2
2
  # Contributor(s): Eric Debreuve (since 2023)
3
3
  #
4
4
  # eric.debreuve@cnrs.fr
@@ -1,4 +1,4 @@
1
- # Copyright CNRS/Inria/UCA
1
+ # Copyright CNRS/Inria/UniCA
2
2
  # Contributor(s): Eric Debreuve (since 2023)
3
3
  #
4
4
  # eric.debreuve@cnrs.fr
@@ -1,4 +1,4 @@
1
- # Copyright CNRS/Inria/UCA
1
+ # Copyright CNRS/Inria/UniCA
2
2
  # Contributor(s): Eric Debreuve (since 2023)
3
3
  #
4
4
  # eric.debreuve@cnrs.fr
@@ -1,4 +1,4 @@
1
- # Copyright CNRS/Inria/UCA
1
+ # Copyright CNRS/Inria/UniCA
2
2
  # Contributor(s): Eric Debreuve (since 2023)
3
3
  #
4
4
  # eric.debreuve@cnrs.fr
@@ -58,7 +58,6 @@ from rich.markup import escape as EscapedForRich
58
58
  from rich.text import Text as text_t
59
59
  from rich.traceback import install as InstallTracebackHandler
60
60
 
61
-
62
61
  _COMMON_TRACEBACK_ARGUMENTS = ("theme", "width")
63
62
  _EXCLUSIVE_TRACEBACK_ARGUMENTS = (
64
63
  "extra_lines",
@@ -1,4 +1,4 @@
1
- # Copyright CNRS/Inria/UCA
1
+ # Copyright CNRS/Inria/UniCA
2
2
  # Contributor(s): Eric Debreuve (since 2023)
3
3
  #
4
4
  # eric.debreuve@cnrs.fr
@@ -1,4 +1,4 @@
1
- # Copyright CNRS/Inria/UCA
1
+ # Copyright CNRS/Inria/UniCA
2
2
  # Contributor(s): Eric Debreuve (since 2023)
3
3
  #
4
4
  # eric.debreuve@cnrs.fr
@@ -1,4 +1,4 @@
1
- # Copyright CNRS/Inria/UCA
1
+ # Copyright CNRS/Inria/UniCA
2
2
  # Contributor(s): Eric Debreuve (since 2023)
3
3
  #
4
4
  # eric.debreuve@cnrs.fr
@@ -1,4 +1,4 @@
1
- # Copyright CNRS/Inria/UCA
1
+ # Copyright CNRS/Inria/UniCA
2
2
  # Contributor(s): Eric Debreuve (since 2023)
3
3
  #
4
4
  # eric.debreuve@cnrs.fr
@@ -1,4 +1,4 @@
1
- # Copyright CNRS/Inria/UCA
1
+ # Copyright CNRS/Inria/UniCA
2
2
  # Contributor(s): Eric Debreuve (since 2023)
3
3
  #
4
4
  # eric.debreuve@cnrs.fr
@@ -1,4 +1,4 @@
1
- # Copyright CNRS/Inria/UCA
1
+ # Copyright CNRS/Inria/UniCA
2
2
  # Contributor(s): Eric Debreuve (since 2023)
3
3
  #
4
4
  # eric.debreuve@cnrs.fr
logger_36/config/issue.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright CNRS/Inria/UCA
1
+ # Copyright CNRS/Inria/UniCA
2
2
  # Contributor(s): Eric Debreuve (since 2023)
3
3
  #
4
4
  # eric.debreuve@cnrs.fr
@@ -1,4 +1,4 @@
1
- # Copyright CNRS/Inria/UCA
1
+ # Copyright CNRS/Inria/UniCA
2
2
  # Contributor(s): Eric Debreuve (since 2023)
3
3
  #
4
4
  # eric.debreuve@cnrs.fr
@@ -1,4 +1,4 @@
1
- # Copyright CNRS/Inria/UCA
1
+ # Copyright CNRS/Inria/UniCA
2
2
  # Contributor(s): Eric Debreuve (since 2023)
3
3
  #
4
4
  # eric.debreuve@cnrs.fr
@@ -1,4 +1,4 @@
1
- # Copyright CNRS/Inria/UCA
1
+ # Copyright CNRS/Inria/UniCA
2
2
  # Contributor(s): Eric Debreuve (since 2023)
3
3
  #
4
4
  # eric.debreuve@cnrs.fr
@@ -1,4 +1,4 @@
1
- # Copyright CNRS/Inria/UCA
1
+ # Copyright CNRS/Inria/UniCA
2
2
  # Contributor(s): Eric Debreuve (since 2023)
3
3
  #
4
4
  # eric.debreuve@cnrs.fr
@@ -1,4 +1,4 @@
1
- # Copyright CNRS/Inria/UCA
1
+ # Copyright CNRS/Inria/UniCA
2
2
  # Contributor(s): Eric Debreuve (since 2023)
3
3
  #
4
4
  # eric.debreuve@cnrs.fr
@@ -1,4 +1,4 @@
1
- # Copyright CNRS/Inria/UCA
1
+ # Copyright CNRS/Inria/UniCA
2
2
  # Contributor(s): Eric Debreuve (since 2023)
3
3
  #
4
4
  # eric.debreuve@cnrs.fr
@@ -1,4 +1,4 @@
1
- # Copyright CNRS/Inria/UCA
1
+ # Copyright CNRS/Inria/UniCA
2
2
  # Contributor(s): Eric Debreuve (since 2023)
3
3
  #
4
4
  # eric.debreuve@cnrs.fr
@@ -1,4 +1,4 @@
1
- # Copyright CNRS/Inria/UCA
1
+ # Copyright CNRS/Inria/UniCA
2
2
  # Contributor(s): Eric Debreuve (since 2023)
3
3
  #
4
4
  # eric.debreuve@cnrs.fr
@@ -1,4 +1,4 @@
1
- # Copyright CNRS/Inria/UCA
1
+ # Copyright CNRS/Inria/UniCA
2
2
  # Contributor(s): Eric Debreuve (since 2023)
3
3
  #
4
4
  # eric.debreuve@cnrs.fr
@@ -1,4 +1,4 @@
1
- # Copyright CNRS/Inria/UCA
1
+ # Copyright CNRS/Inria/UniCA
2
2
  # Contributor(s): Eric Debreuve (since 2023)
3
3
  #
4
4
  # eric.debreuve@cnrs.fr
@@ -1,4 +1,4 @@
1
- # Copyright CNRS/Inria/UCA
1
+ # Copyright CNRS/Inria/UniCA
2
2
  # Contributor(s): Eric Debreuve (since 2023)
3
3
  #
4
4
  # eric.debreuve@cnrs.fr
logger_36/instance.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright CNRS/Inria/UCA
1
+ # Copyright CNRS/Inria/UniCA
2
2
  # Contributor(s): Eric Debreuve (since 2023)
3
3
  #
4
4
  # eric.debreuve@cnrs.fr
logger_36/main.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright CNRS/Inria/UCA
1
+ # Copyright CNRS/Inria/UniCA
2
2
  # Contributor(s): Eric Debreuve (since 2023)
3
3
  #
4
4
  # eric.debreuve@cnrs.fr
@@ -1,4 +1,4 @@
1
- # Copyright CNRS/Inria/UCA
1
+ # Copyright CNRS/Inria/UniCA
2
2
  # Contributor(s): Eric Debreuve (since 2023)
3
3
  #
4
4
  # eric.debreuve@cnrs.fr
@@ -1,4 +1,4 @@
1
- # Copyright CNRS/Inria/UCA
1
+ # Copyright CNRS/Inria/UniCA
2
2
  # Contributor(s): Eric Debreuve (since 2023)
3
3
  #
4
4
  # eric.debreuve@cnrs.fr
@@ -1,4 +1,4 @@
1
- # Copyright CNRS/Inria/UCA
1
+ # Copyright CNRS/Inria/UniCA
2
2
  # Contributor(s): Eric Debreuve (since 2023)
3
3
  #
4
4
  # eric.debreuve@cnrs.fr
@@ -1,4 +1,4 @@
1
- # Copyright CNRS/Inria/UCA
1
+ # Copyright CNRS/Inria/UniCA
2
2
  # Contributor(s): Eric Debreuve (since 2023)
3
3
  #
4
4
  # eric.debreuve@cnrs.fr
@@ -1,4 +1,4 @@
1
- # Copyright CNRS/Inria/UCA
1
+ # Copyright CNRS/Inria/UniCA
2
2
  # Contributor(s): Eric Debreuve (since 2023)
3
3
  #
4
4
  # eric.debreuve@cnrs.fr
@@ -1,4 +1,4 @@
1
- # Copyright CNRS/Inria/UCA
1
+ # Copyright CNRS/Inria/UniCA
2
2
  # Contributor(s): Eric Debreuve (since 2023)
3
3
  #
4
4
  # eric.debreuve@cnrs.fr
logger_36/task/storage.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright CNRS/Inria/UCA
1
+ # Copyright CNRS/Inria/UniCA
2
2
  # Contributor(s): Eric Debreuve (since 2023)
3
3
  #
4
4
  # eric.debreuve@cnrs.fr
@@ -1,4 +1,4 @@
1
- # Copyright CNRS/Inria/UCA
1
+ # Copyright CNRS/Inria/UniCA
2
2
  # Contributor(s): Eric Debreuve (since 2023)
3
3
  #
4
4
  # eric.debreuve@cnrs.fr
logger_36/type/issue.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright CNRS/Inria/UCA
1
+ # Copyright CNRS/Inria/UniCA
2
2
  # Contributor(s): Eric Debreuve (since 2023)
3
3
  #
4
4
  # eric.debreuve@cnrs.fr
logger_36/type/logger.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright CNRS/Inria/UCA
1
+ # Copyright CNRS/Inria/UniCA
2
2
  # Contributor(s): Eric Debreuve (since 2023)
3
3
  #
4
4
  # eric.debreuve@cnrs.fr
logger_36/version.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright CNRS/Inria/UCA
1
+ # Copyright CNRS/Inria/UniCA
2
2
  # Contributor(s): Eric Debreuve (since 2023)
3
3
  #
4
4
  # eric.debreuve@cnrs.fr
@@ -29,4 +29,4 @@
29
29
  # The fact that you are presently reading this means that you have had
30
30
  # knowledge of the CeCILL license and that you accept its terms.
31
31
 
32
- __version__ = "2024.7"
32
+ __version__ = "2024.8"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: logger-36
3
- Version: 2024.7
3
+ Version: 2024.8
4
4
  Summary: Simple logger with a catalog of handlers
5
5
  Home-page: https://src.koda.cnrs.fr/eric.debreuve/logger-36/
6
6
  Author: Eric Debreuve
@@ -18,7 +18,7 @@ Requires-Python: >=3.10
18
18
  Description-Content-Type: text/x-rst
19
19
 
20
20
  ..
21
- Copyright CNRS/Inria/UCA
21
+ Copyright CNRS/Inria/UniCA
22
22
  Contributor(s): Eric Debreuve (since 2023)
23
23
 
24
24
  eric.debreuve@cnrs.fr
@@ -50,7 +50,7 @@ Description-Content-Type: text/x-rst
50
50
  knowledge of the CeCILL license and that you accept its terms.
51
51
 
52
52
  .. |PROJECT_NAME| replace:: logger-36
53
- .. |SHORT_DESCRIPTION| replace:: Simple logger using ``rich_``
53
+ .. |SHORT_DESCRIPTION| replace:: Simple logger with a catalog of handlers
54
54
 
55
55
  .. |PYPI_NAME_LITERAL| replace:: ``logger-36``
56
56
  .. |PYPI_PROJECT_URL| replace:: https://pypi.org/project/logger-36/
@@ -59,6 +59,9 @@ Description-Content-Type: text/x-rst
59
59
  .. |DOCUMENTATION_URL| replace:: https://src.koda.cnrs.fr/eric.debreuve/logger-36/-/wikis/home
60
60
  .. _DOCUMENTATION_URL: https://src.koda.cnrs.fr/eric.debreuve/logger-36/-/wikis/home
61
61
 
62
+ .. |DEPENDENCIES_MANDATORY| replace:: platformdirs
63
+ .. |DEPENDENCIES_OPTIONAL| replace:: psutil, rich
64
+
62
65
 
63
66
 
64
67
  ===================================
@@ -67,6 +70,13 @@ Description-Content-Type: text/x-rst
67
70
 
68
71
 
69
72
 
73
+ Documentation
74
+ =============
75
+
76
+ The documentation is available at |DOCUMENTATION_URL|_.
77
+
78
+
79
+
70
80
  Installation
71
81
  ============
72
82
 
@@ -74,31 +84,41 @@ This project is published
74
84
  on the `Python Package Index (PyPI) <https://pypi.org/>`_
75
85
  at: |PYPI_PROJECT_URL|_.
76
86
  It should be installable from Python distribution platforms or Integrated Development Environments (IDEs).
77
- Otherwise, it can be installed from a command console:
87
+ Otherwise, it can be installed from a command console using `pip <https://pip.pypa.io/>`_:
78
88
 
79
- - For all users, after acquiring administrative rights:
80
- - First installation: ``pip install`` |PYPI_NAME_LITERAL|
81
- - Installation update: ``pip install --upgrade`` |PYPI_NAME_LITERAL|
82
- - For the current user (no administrative rights required):
83
- - First installation: ``pip install --user`` |PYPI_NAME_LITERAL|
84
- - Installation update: ``pip install --user --upgrade`` |PYPI_NAME_LITERAL|
89
+ +--------------+-------------------------------------------------------+----------------------------------------------------------+
90
+ | | For all users (after acquiring administrative rights) | For the current user (no administrative rights required) |
91
+ +==============+=======================================================+==========================================================+
92
+ | Installation | ``pip install`` |PYPI_NAME_LITERAL| | ``pip install --user`` |PYPI_NAME_LITERAL| |
93
+ +--------------+-------------------------------------------------------+----------------------------------------------------------+
94
+ | Update | ``pip install --upgrade`` |PYPI_NAME_LITERAL| | ``pip install --user --upgrade`` |PYPI_NAME_LITERAL| |
95
+ +--------------+-------------------------------------------------------+----------------------------------------------------------+
85
96
 
86
97
 
87
98
 
88
- Documentation
89
- =============
99
+ Dependencies
100
+ ============
90
101
 
91
- The documentation is available at |DOCUMENTATION_URL|_.
102
+ The development relies on several packages:
103
+
104
+ - Mandatory: |DEPENDENCIES_MANDATORY|
105
+ - Optional: |DEPENDENCIES_OPTIONAL|
106
+
107
+ The mandatory dependencies are installed automatically by `pip <https://pip.pypa.io/>`_, if they are not already, as part of the installation of |PROJECT_NAME|.
108
+ Python distribution platforms or Integrated Development Environments (IDEs) should also take care of this.
109
+ The optional dependencies, if any, must be installed independently by following the related instructions, for added functionalities of |PROJECT_NAME|.
92
110
 
93
111
 
94
112
 
95
113
  Acknowledgments
96
114
  ===============
97
115
 
98
- The project is developed with `PyCharm Community <https://www.jetbrains.com/pycharm/>`_.
116
+ .. image:: https://img.shields.io/badge/code%20style-black-000000.svg
117
+ :target: https://github.com/psf/black
118
+ .. image:: https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336
119
+ :target: https://pycqa.github.io/isort/
99
120
 
100
- The development relies on several open-source packages
101
- (see ``install_requires`` in ``setup.py``, if present; otherwise ``import`` statements should be searched for).
121
+ The project is developed with `PyCharm Community <https://www.jetbrains.com/pycharm/>`_.
102
122
 
103
123
  The code is formatted by `Black <https://github.com/psf/black/>`_, *The Uncompromising Code Formatter*.
104
124
 
@@ -0,0 +1,39 @@
1
+ logger_36/__init__.py,sha256=67ZAWtUx9Qy8Yn-tLQkOIEO6Z9U-8jhfm-tqNjjeFPU,1758
2
+ logger_36/instance.py,sha256=wAVty29f24SCs4FRL600QySlA_WeLUM78p4t_Ni-LzA,1618
3
+ logger_36/main.py,sha256=o1WOZoQurti7Uw1pkJXmlxTu4zk1SyQOVkmotL4I40Q,6692
4
+ logger_36/version.py,sha256=BPlkjawZJxE4m2Em9qW0ZTLVhXSt1PjTXn-0HiN4i5I,1577
5
+ logger_36/catalog/config/console_rich.py,sha256=sxxq6iPzlACCMUlDGhDIcDFWY3o6OR5rlg4uOwjsd30,2032
6
+ logger_36/catalog/handler/console.py,sha256=dm2-_1ZXUd6Gl1uyJaapPhUldzkEZ2fOlgeH8gxmpSs,3094
7
+ logger_36/catalog/handler/console_rich.py,sha256=TMP9fupSY8OdGb3jeMAeSLjOssJBgcdwkTDo4Enud5U,6513
8
+ logger_36/catalog/handler/file.py,sha256=tBShoy37F3riXDQc802feKzdpHQj5F3vqKaq211I1WI,3509
9
+ logger_36/catalog/handler/generic.py,sha256=H0ky_4Ua0_xAXrjtAjVFvSteagdSu1WEXrPKcG4qbRY,6050
10
+ logger_36/catalog/logging/chronos.py,sha256=1ZDeRllrYjzvbIt9vrGJhCdQ17Ywlbrn-nRnuM5vsSA,1816
11
+ logger_36/catalog/logging/gpu.py,sha256=Or_F_8FWmAFmUhATyZ4gbWWP9YRSSaGEfWKGVAnPlMo,2467
12
+ logger_36/catalog/logging/memory.py,sha256=-5SOXAV43RnXznBPbClVMpMqtMlVtBsI46w6ngz1oP4,4040
13
+ logger_36/catalog/logging/system.py,sha256=zomL8kRpmQuVP5KkcJkcUTnXK4ah3yn9PJb_cveNZDQ,2449
14
+ logger_36/config/issue.py,sha256=wAOChQMpGECw-4Jy0TWArOeQ1P134cGyKaVbc6NrwX8,1639
15
+ logger_36/config/memory.py,sha256=2OvnG7RMM1aZcUWBYGcNoBdLsQguo8cV862vCYSMbQs,1589
16
+ logger_36/config/message.py,sha256=ZrR0jE144e88Dy_H5CXfmIAZnNsXH5P6i2VjCKaPU5w,2058
17
+ logger_36/config/system.py,sha256=i39b-QNbg7i3BW_X-bHH9CqGO6mq1k9Ru5faYPi63SA,1849
18
+ logger_36/constant/generic.py,sha256=s0WHW-R_Eu2doDMoGERX3MtfCHmIW6uDjrDt_qP5MLA,1616
19
+ logger_36/constant/handler.py,sha256=Iw4Pnr5ZUMIeRSA0netupu4icDWoMYKLZRW7_JWbwiI,1683
20
+ logger_36/constant/issue.py,sha256=08BxREcVT0XnIFV3SrRQNd2uEOtnOP9VtscvRYXz1W4,1658
21
+ logger_36/constant/logger.py,sha256=-dE218OMVyIgHIIEiXgJ0a4p_76CJk6ULihU0MvJO1g,2152
22
+ logger_36/constant/memory.py,sha256=pSACyZ4bvB6AFtcN9tf_zU_Hcjjep5jh30HjDBxE79U,1797
23
+ logger_36/constant/message.py,sha256=tklw8IIT8f29lmmkk-se3GM9SKzRvmdIEJTX9ZQu-dc,2086
24
+ logger_36/constant/record.py,sha256=oEwG4gjhN-Al_1cTjDLdvS_qYKUy4zkR5QUkYocT7eU,1683
25
+ logger_36/constant/system.py,sha256=dlEU4q-hSFAO6aAa6m_yCGfBwNH5AHTyVZbRFTZ0U0U,1802
26
+ logger_36/task/inspection.py,sha256=m0Q_BJBxBmXPEo2YdeTKd5tFMA8qDP2Kedo1n4Eje30,4399
27
+ logger_36/task/storage.py,sha256=cOGNZvGThZHB0Y3HjcPs7Xkc3sanhCkacud-2cCHJKg,5028
28
+ logger_36/task/format/memory.py,sha256=ima96OrWOaGMhAyYh7zSPk0kdfHe-eQU006lRjcrBPg,3612
29
+ logger_36/task/format/message.py,sha256=91CCgH7umLHUV_YRf4AyOsYZTgNVOvQSODqXO1wJhu8,3513
30
+ logger_36/task/format/rule.py,sha256=cq4jl_ZCb8m7QoX8mWevXhy1hgwncLpc-9woKoT7m24,1970
31
+ logger_36/task/measure/chronos.py,sha256=7xZskYEXQCPDypmnlhn4KDCBB1v3eL1OE_sv-l3n8Do,2255
32
+ logger_36/task/measure/memory.py,sha256=aichGI-iCeE3Z4Y8AmWGdal2931IMdcdv4VgCeDLBoI,1876
33
+ logger_36/type/extension.py,sha256=DBnCTaSqxiqXS79sFXgTf5WO-85ScCV9dbNzrVaWChY,5200
34
+ logger_36/type/issue.py,sha256=OnkBKRTMsHvZ-2aLQWtBzGSWMTVs_4ermg71Ygcs0w8,2153
35
+ logger_36/type/logger.py,sha256=eU5BhAETXpUTyY-2MoAOxsgmqaN537TgQkSnNABjoUg,12768
36
+ logger_36-2024.8.dist-info/METADATA,sha256=FpAeCvtyAJDZHnOxxnknmKVrS5WihAGKlRU4s1e6E0Y,5577
37
+ logger_36-2024.8.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
38
+ logger_36-2024.8.dist-info/top_level.txt,sha256=sM95BTMWmslEEgR_1pzwZsOeSp8C_QBiu8ImbFr0XLc,10
39
+ logger_36-2024.8.dist-info/RECORD,,
@@ -1,39 +0,0 @@
1
- logger_36/__init__.py,sha256=-VGyte6TD6SWU4jBXUjur_xU1R1Asha5KXEwDNmGJ6Q,1756
2
- logger_36/instance.py,sha256=NQlDAyXV3TNekX9xj9V7JMePmsa2DWnTDaVzh5dcyGM,1616
3
- logger_36/main.py,sha256=kdv79ZTpapb9ltLoKfSfR89CdPxDlizUJs6IctSRTqE,6690
4
- logger_36/version.py,sha256=SHjFKsAo5HXmWz3ywjHv2B73Nbgz9BAn0t-SnGZbTBQ,1575
5
- logger_36/catalog/config/console_rich.py,sha256=jJnYXPDsMCTu8zny2X3NdeyKFCfhJupberqIBxyv3LA,2030
6
- logger_36/catalog/handler/console.py,sha256=PnaCWJsXN-x_-X8i-4o4HWys-7K0A83s4kIdtmDz3AQ,3092
7
- logger_36/catalog/handler/console_rich.py,sha256=pTczLjsEB78DT4ph57yLeQKPTcJVXpc3Q99d_I4YOk0,6512
8
- logger_36/catalog/handler/file.py,sha256=BAxA-ZQAikmH0R9Ia3mbSXf-Z60-FfA4ElOVjjmanS0,3507
9
- logger_36/catalog/handler/generic.py,sha256=wrFbA8oLb0wdAE4lnfbsAqRnAJOtaQV9TWTgTHGHhhM,6048
10
- logger_36/catalog/logging/chronos.py,sha256=5SWyRUhwwKeJg3NPf9jkCqtKc7b_4x58Slbq2iMA8kE,1814
11
- logger_36/catalog/logging/gpu.py,sha256=OpSQK0paA-xzxeWTKAx9QUqEytFyYvHgiVvWe97-rZ8,2465
12
- logger_36/catalog/logging/memory.py,sha256=50wX25rXnI8NLlr3gp6793hKUE988CACIXVLMQRUcMs,4038
13
- logger_36/catalog/logging/system.py,sha256=BzJLBvhyIE5nfUZJo4f1PPmu47YufVyin5ssX9GpXVU,2447
14
- logger_36/config/issue.py,sha256=fxlAFmJVAdUZQVDYvkVFC7hGsL01tIx4GaB5UG4M-tY,1637
15
- logger_36/config/memory.py,sha256=_cJE_ku9adDk2Pb9jvyQIRilvYRS2uofB8hfTucRrwo,1587
16
- logger_36/config/message.py,sha256=8AzmioSYDuguK1KN1a84yX0EE-1AnMb7XYgoImtorEA,2056
17
- logger_36/config/system.py,sha256=d4dddB8IknyGmvOmUdi9Bunc60mEXjwB3AvjyrpCKrY,1847
18
- logger_36/constant/generic.py,sha256=Tdo8wbhde6hcoB8Xv8AXIkFm4EimOfadDEAacf0j8OE,1614
19
- logger_36/constant/handler.py,sha256=YoCxN1MTl1c3VuUETjvFKyW_4XM6vwb6BdCUk4Y4_VQ,1681
20
- logger_36/constant/issue.py,sha256=nq-JDE9pKoshYkXnS-F8R4dlCUCKFQR5w7SwNp-iz30,1656
21
- logger_36/constant/logger.py,sha256=ze64rQ0oDoC-r0EvX-6qmVN41cG9_vGr7kxrGjtpFvk,2150
22
- logger_36/constant/memory.py,sha256=9bKK_L4TfNB-Q34qIeTDtDLhQd3p9N0ZHpAmRTXZgJI,1795
23
- logger_36/constant/message.py,sha256=vT9AukWubfwuQIO10eeR0EMO0Sov9-vLPj95Mg4WPsA,2084
24
- logger_36/constant/record.py,sha256=79NZCveVyCvwIWOMGmFrdMXsOLdJullguPbY4TB8EZY,1681
25
- logger_36/constant/system.py,sha256=CLfopBgUhkegE-VQxGRxPMJGanIcK6vkhix8ZzEG5V0,1800
26
- logger_36/task/inspection.py,sha256=Ozgj_2iQqHEmn6VQPh2rAZJ5233SD1WotFNUOXvukW4,4397
27
- logger_36/task/storage.py,sha256=BsaNdtVx9XF-Pt_V7rqP6UKyJ7G03_gX1FVM7mnBay0,5026
28
- logger_36/task/format/memory.py,sha256=ZeDM6pCMRh81iSifQjiaYHVmKzzR5JhVTqAKd3Dju0U,3610
29
- logger_36/task/format/message.py,sha256=XAqdR8NWFo-EnzUzaRBFO6jyYb0Su7jCgVQ1HLelxHs,3511
30
- logger_36/task/format/rule.py,sha256=elNk65Y7HT42otObwfds-DwGwfZae0A77nDPCZuMcGE,1968
31
- logger_36/task/measure/chronos.py,sha256=qT80jxZm_dAg2P4WkfU0L3PRvRojT21Ps3DtNYqGdrg,2253
32
- logger_36/task/measure/memory.py,sha256=1f1X-XHd_58LJYJ0Ok5TGIagnf0k5F39IFqWHN2Ojas,1874
33
- logger_36/type/extension.py,sha256=fsYx0wT1bR6DtpM2VnaxsM0MFv2vBLROgRSCs4duasY,5198
34
- logger_36/type/issue.py,sha256=T1WFtc8Js1OChYkIHQiOP825Dcb9atpEprLWaPTxAHA,2151
35
- logger_36/type/logger.py,sha256=WIcFOiZkOzKJzxf-7-hd9NZ5GHbxoJBmckp4sqh4tD0,12766
36
- logger_36-2024.7.dist-info/METADATA,sha256=53WJXqKt_mPtxz8yT7JvKcSzjT1ziS8GCloDwN0WITI,4246
37
- logger_36-2024.7.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
38
- logger_36-2024.7.dist-info/top_level.txt,sha256=sM95BTMWmslEEgR_1pzwZsOeSp8C_QBiu8ImbFr0XLc,10
39
- logger_36-2024.7.dist-info/RECORD,,