logger-36 2024.16__tar.gz → 2024.17__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.
- {logger_36-2024.16 → logger_36-2024.17}/PKG-INFO +3 -3
- {logger_36-2024.16 → logger_36-2024.17}/documentation/wiki/description.asciidoc +1 -1
- logger_36-2024.17/package/logger_36/constant/system.py +60 -0
- {logger_36-2024.16 → logger_36-2024.17/package}/logger_36/version.py +1 -1
- {logger_36-2024.16 → logger_36-2024.17/package}/logger_36.egg-info/PKG-INFO +3 -3
- logger_36-2024.17/package/logger_36.egg-info/SOURCES.txt +50 -0
- {logger_36-2024.16 → logger_36-2024.17}/setup.py +10 -54
- logger_36-2024.16/logger_36/constant/system.py +0 -67
- logger_36-2024.16/logger_36.egg-info/SOURCES.txt +0 -50
- {logger_36-2024.16 → logger_36-2024.17}/MANIFEST.in +0 -0
- {logger_36-2024.16 → logger_36-2024.17}/README-COPYRIGHT-utf8.txt +0 -0
- {logger_36-2024.16 → logger_36-2024.17}/README-LICENCE-utf8.txt +0 -0
- {logger_36-2024.16 → logger_36-2024.17}/README.rst +0 -0
- {logger_36-2024.16 → logger_36-2024.17/package}/logger_36/__init__.py +0 -0
- {logger_36-2024.16 → logger_36-2024.17/package}/logger_36/catalog/config/console_rich.py +0 -0
- {logger_36-2024.16 → logger_36-2024.17/package}/logger_36/catalog/handler/console.py +0 -0
- {logger_36-2024.16 → logger_36-2024.17/package}/logger_36/catalog/handler/console_rich.py +0 -0
- {logger_36-2024.16 → logger_36-2024.17/package}/logger_36/catalog/handler/file.py +0 -0
- {logger_36-2024.16 → logger_36-2024.17/package}/logger_36/catalog/handler/generic.py +0 -0
- {logger_36-2024.16 → logger_36-2024.17/package}/logger_36/catalog/logging/chronos.py +0 -0
- {logger_36-2024.16 → logger_36-2024.17/package}/logger_36/catalog/logging/exception.py +0 -0
- {logger_36-2024.16 → logger_36-2024.17/package}/logger_36/catalog/logging/gpu.py +0 -0
- {logger_36-2024.16 → logger_36-2024.17/package}/logger_36/catalog/logging/memory.py +0 -0
- {logger_36-2024.16 → logger_36-2024.17/package}/logger_36/catalog/logging/system.py +0 -0
- {logger_36-2024.16 → logger_36-2024.17/package}/logger_36/config/issue.py +0 -0
- {logger_36-2024.16 → logger_36-2024.17/package}/logger_36/config/memory.py +0 -0
- {logger_36-2024.16 → logger_36-2024.17/package}/logger_36/config/message.py +0 -0
- {logger_36-2024.16 → logger_36-2024.17/package}/logger_36/config/system.py +0 -0
- {logger_36-2024.16 → logger_36-2024.17/package}/logger_36/constant/error.py +0 -0
- {logger_36-2024.16 → logger_36-2024.17/package}/logger_36/constant/generic.py +0 -0
- {logger_36-2024.16 → logger_36-2024.17/package}/logger_36/constant/handler.py +0 -0
- {logger_36-2024.16 → logger_36-2024.17/package}/logger_36/constant/issue.py +0 -0
- {logger_36-2024.16 → logger_36-2024.17/package}/logger_36/constant/logger.py +0 -0
- {logger_36-2024.16 → logger_36-2024.17/package}/logger_36/constant/memory.py +0 -0
- {logger_36-2024.16 → logger_36-2024.17/package}/logger_36/constant/message.py +0 -0
- {logger_36-2024.16 → logger_36-2024.17/package}/logger_36/constant/record.py +0 -0
- {logger_36-2024.16 → logger_36-2024.17/package}/logger_36/instance/logger.py +0 -0
- {logger_36-2024.16 → logger_36-2024.17/package}/logger_36/instance/loggers.py +0 -0
- {logger_36-2024.16 → logger_36-2024.17/package}/logger_36/main.py +0 -0
- {logger_36-2024.16 → logger_36-2024.17/package}/logger_36/task/format/memory.py +0 -0
- {logger_36-2024.16 → logger_36-2024.17/package}/logger_36/task/format/message.py +0 -0
- {logger_36-2024.16 → logger_36-2024.17/package}/logger_36/task/format/rule.py +0 -0
- {logger_36-2024.16 → logger_36-2024.17/package}/logger_36/task/inspection.py +0 -0
- {logger_36-2024.16 → logger_36-2024.17/package}/logger_36/task/measure/chronos.py +0 -0
- {logger_36-2024.16 → logger_36-2024.17/package}/logger_36/task/measure/memory.py +0 -0
- {logger_36-2024.16 → logger_36-2024.17/package}/logger_36/task/storage.py +0 -0
- {logger_36-2024.16 → logger_36-2024.17/package}/logger_36/type/handler.py +0 -0
- {logger_36-2024.16 → logger_36-2024.17/package}/logger_36/type/issue.py +0 -0
- {logger_36-2024.16 → logger_36-2024.17/package}/logger_36/type/logger.py +0 -0
- {logger_36-2024.16 → logger_36-2024.17/package}/logger_36/type/loggers.py +0 -0
- {logger_36-2024.16 → logger_36-2024.17/package}/logger_36.egg-info/dependency_links.txt +0 -0
- {logger_36-2024.16 → logger_36-2024.17/package}/logger_36.egg-info/top_level.txt +0 -0
- {logger_36-2024.16 → logger_36-2024.17}/pyproject.toml +0 -0
- {logger_36-2024.16 → logger_36-2024.17}/setup.cfg +0 -0
@@ -1,12 +1,12 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: logger-36
|
3
|
-
Version: 2024.
|
3
|
+
Version: 2024.17
|
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
|
7
7
|
Author-email: eric.debreuve@cnrs.fr
|
8
8
|
License: CeCILL-2.1
|
9
|
-
Project-URL: Documentation, https://src.koda.cnrs.fr/eric.debreuve/logger-36
|
9
|
+
Project-URL: Documentation, https://src.koda.cnrs.fr/eric.debreuve/logger-36/-/wikis/home
|
10
10
|
Project-URL: Source, https://src.koda.cnrs.fr/eric.debreuve/logger-36/
|
11
11
|
Keywords: log,warning,error
|
12
12
|
Classifier: Topic :: Software Development
|
@@ -14,7 +14,7 @@ Classifier: Intended Audience :: Developers
|
|
14
14
|
Classifier: License :: OSI Approved :: CEA CNRS Inria Logiciel Libre License, version 2.1 (CeCILL-2.1)
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
16
16
|
Classifier: Development Status :: 5 - Production/Stable
|
17
|
-
Requires-Python: >=3.
|
17
|
+
Requires-Python: >=3.11
|
18
18
|
Description-Content-Type: text/x-rst
|
19
19
|
|
20
20
|
..
|
@@ -0,0 +1,60 @@
|
|
1
|
+
"""
|
2
|
+
Copyright CNRS/Inria/UniCA
|
3
|
+
Contributor(s): Eric Debreuve (eric.debreuve@cnrs.fr) since 2023
|
4
|
+
SEE COPYRIGHT NOTICE BELOW
|
5
|
+
"""
|
6
|
+
|
7
|
+
import platform as pltf
|
8
|
+
|
9
|
+
from logger_36.config.system import SYSTEM_DETAILS
|
10
|
+
|
11
|
+
SYSTEM_DETAILS_AS_DICT = {
|
12
|
+
_dtl.capitalize(): getattr(pltf, _dtl)() for _dtl in SYSTEM_DETAILS
|
13
|
+
}
|
14
|
+
MAX_DETAIL_NAME_LENGTH = max(map(len, SYSTEM_DETAILS_AS_DICT.keys()))
|
15
|
+
|
16
|
+
"""
|
17
|
+
COPYRIGHT NOTICE
|
18
|
+
|
19
|
+
This software is governed by the CeCILL license under French law and
|
20
|
+
abiding by the rules of distribution of free software. You can use,
|
21
|
+
modify and/ or redistribute the software under the terms of the CeCILL
|
22
|
+
license as circulated by CEA, CNRS and INRIA at the following URL
|
23
|
+
"http://www.cecill.info".
|
24
|
+
|
25
|
+
As a counterpart to the access to the source code and rights to copy,
|
26
|
+
modify and redistribute granted by the license, users are provided only
|
27
|
+
with a limited warranty and the software's author, the holder of the
|
28
|
+
economic rights, and the successive licensors have only limited
|
29
|
+
liability.
|
30
|
+
|
31
|
+
In this respect, the user's attention is drawn to the risks associated
|
32
|
+
with loading, using, modifying and/or developing or reproducing the
|
33
|
+
software by the user in light of its specific status of free software,
|
34
|
+
that may mean that it is complicated to manipulate, and that also
|
35
|
+
therefore means that it is reserved for developers and experienced
|
36
|
+
professionals having in-depth computer knowledge. Users are therefore
|
37
|
+
encouraged to load and test the software's suitability as regards their
|
38
|
+
requirements in conditions enabling the security of their systems and/or
|
39
|
+
data to be ensured and, more generally, to use and operate it in the
|
40
|
+
same conditions as regards security.
|
41
|
+
|
42
|
+
The fact that you are presently reading this means that you have had
|
43
|
+
knowledge of the CeCILL license and that you accept its terms.
|
44
|
+
|
45
|
+
SEE LICENCE NOTICE: file README-LICENCE-utf8.txt at project source root.
|
46
|
+
|
47
|
+
This software is being developed by Eric Debreuve, a CNRS employee and
|
48
|
+
member of team Morpheme.
|
49
|
+
Team Morpheme is a joint team between Inria, CNRS, and UniCA.
|
50
|
+
It is hosted by the Centre Inria d'Université Côte d'Azur, Laboratory
|
51
|
+
I3S, and Laboratory iBV.
|
52
|
+
|
53
|
+
CNRS: https://www.cnrs.fr/index.php/en
|
54
|
+
Inria: https://www.inria.fr/en/
|
55
|
+
UniCA: https://univ-cotedazur.eu/
|
56
|
+
Centre Inria d'Université Côte d'Azur: https://www.inria.fr/en/centre/sophia/
|
57
|
+
I3S: https://www.i3s.unice.fr/en/
|
58
|
+
iBV: http://ibv.unice.fr/
|
59
|
+
Team Morpheme: https://team.inria.fr/morpheme/
|
60
|
+
"""
|
@@ -1,12 +1,12 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: logger-36
|
3
|
-
Version: 2024.
|
3
|
+
Version: 2024.17
|
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
|
7
7
|
Author-email: eric.debreuve@cnrs.fr
|
8
8
|
License: CeCILL-2.1
|
9
|
-
Project-URL: Documentation, https://src.koda.cnrs.fr/eric.debreuve/logger-36
|
9
|
+
Project-URL: Documentation, https://src.koda.cnrs.fr/eric.debreuve/logger-36/-/wikis/home
|
10
10
|
Project-URL: Source, https://src.koda.cnrs.fr/eric.debreuve/logger-36/
|
11
11
|
Keywords: log,warning,error
|
12
12
|
Classifier: Topic :: Software Development
|
@@ -14,7 +14,7 @@ Classifier: Intended Audience :: Developers
|
|
14
14
|
Classifier: License :: OSI Approved :: CEA CNRS Inria Logiciel Libre License, version 2.1 (CeCILL-2.1)
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
16
16
|
Classifier: Development Status :: 5 - Production/Stable
|
17
|
-
Requires-Python: >=3.
|
17
|
+
Requires-Python: >=3.11
|
18
18
|
Description-Content-Type: text/x-rst
|
19
19
|
|
20
20
|
..
|
@@ -0,0 +1,50 @@
|
|
1
|
+
MANIFEST.in
|
2
|
+
README-COPYRIGHT-utf8.txt
|
3
|
+
README-LICENCE-utf8.txt
|
4
|
+
README.rst
|
5
|
+
pyproject.toml
|
6
|
+
setup.py
|
7
|
+
documentation/wiki/description.asciidoc
|
8
|
+
package/logger_36/__init__.py
|
9
|
+
package/logger_36/main.py
|
10
|
+
package/logger_36/version.py
|
11
|
+
package/logger_36.egg-info/PKG-INFO
|
12
|
+
package/logger_36.egg-info/SOURCES.txt
|
13
|
+
package/logger_36.egg-info/dependency_links.txt
|
14
|
+
package/logger_36.egg-info/top_level.txt
|
15
|
+
package/logger_36/catalog/config/console_rich.py
|
16
|
+
package/logger_36/catalog/handler/console.py
|
17
|
+
package/logger_36/catalog/handler/console_rich.py
|
18
|
+
package/logger_36/catalog/handler/file.py
|
19
|
+
package/logger_36/catalog/handler/generic.py
|
20
|
+
package/logger_36/catalog/logging/chronos.py
|
21
|
+
package/logger_36/catalog/logging/exception.py
|
22
|
+
package/logger_36/catalog/logging/gpu.py
|
23
|
+
package/logger_36/catalog/logging/memory.py
|
24
|
+
package/logger_36/catalog/logging/system.py
|
25
|
+
package/logger_36/config/issue.py
|
26
|
+
package/logger_36/config/memory.py
|
27
|
+
package/logger_36/config/message.py
|
28
|
+
package/logger_36/config/system.py
|
29
|
+
package/logger_36/constant/error.py
|
30
|
+
package/logger_36/constant/generic.py
|
31
|
+
package/logger_36/constant/handler.py
|
32
|
+
package/logger_36/constant/issue.py
|
33
|
+
package/logger_36/constant/logger.py
|
34
|
+
package/logger_36/constant/memory.py
|
35
|
+
package/logger_36/constant/message.py
|
36
|
+
package/logger_36/constant/record.py
|
37
|
+
package/logger_36/constant/system.py
|
38
|
+
package/logger_36/instance/logger.py
|
39
|
+
package/logger_36/instance/loggers.py
|
40
|
+
package/logger_36/task/inspection.py
|
41
|
+
package/logger_36/task/storage.py
|
42
|
+
package/logger_36/task/format/memory.py
|
43
|
+
package/logger_36/task/format/message.py
|
44
|
+
package/logger_36/task/format/rule.py
|
45
|
+
package/logger_36/task/measure/chronos.py
|
46
|
+
package/logger_36/task/measure/memory.py
|
47
|
+
package/logger_36/type/handler.py
|
48
|
+
package/logger_36/type/issue.py
|
49
|
+
package/logger_36/type/logger.py
|
50
|
+
package/logger_36/type/loggers.py
|
@@ -7,22 +7,20 @@ SEE COPYRIGHT NOTICE BELOW
|
|
7
7
|
import re as rgex
|
8
8
|
from importlib import util
|
9
9
|
from pathlib import Path as path_t
|
10
|
-
from typing import Dict
|
11
10
|
|
12
|
-
from setuptools import setup
|
11
|
+
from setuptools import find_namespace_packages, setup
|
13
12
|
|
14
13
|
HERE = path_t(__file__).parent.resolve()
|
15
|
-
LOCAL_DOCUMENTATION = HERE / "documentation" / "wiki"
|
16
|
-
ASCIIDOC_DESCRIPTION = "description.asciidoc"
|
17
14
|
|
18
15
|
|
19
|
-
def DescriptionFromAsciidoc(
|
16
|
+
def DescriptionFromAsciidoc() -> dict[str, str]:
|
20
17
|
""""""
|
21
18
|
output = {}
|
22
19
|
|
20
|
+
where = HERE / "documentation" / "wiki" / "description.asciidoc"
|
23
21
|
pattern = rgex.compile(r":([A-Z_]+): +(.+)\n?", flags=rgex.ASCII)
|
24
22
|
|
25
|
-
with open(
|
23
|
+
with open(where) as accessor:
|
26
24
|
for line in accessor.readlines():
|
27
25
|
if (match := pattern.fullmatch(line)) is not None:
|
28
26
|
name = match.group(1)
|
@@ -32,24 +30,7 @@ def DescriptionFromAsciidoc(documentation: path_t, /) -> Dict[str, str]:
|
|
32
30
|
return output
|
33
31
|
|
34
32
|
|
35
|
-
DESCRIPTION = DescriptionFromAsciidoc(
|
36
|
-
PACKAGES = [
|
37
|
-
DESCRIPTION["IMPORT_NAME"],
|
38
|
-
f"{DESCRIPTION['IMPORT_NAME']}.catalog",
|
39
|
-
f"{DESCRIPTION['IMPORT_NAME']}.catalog.config",
|
40
|
-
f"{DESCRIPTION['IMPORT_NAME']}.catalog.handler",
|
41
|
-
f"{DESCRIPTION['IMPORT_NAME']}.catalog.logging",
|
42
|
-
f"{DESCRIPTION['IMPORT_NAME']}.config",
|
43
|
-
f"{DESCRIPTION['IMPORT_NAME']}.constant",
|
44
|
-
f"{DESCRIPTION['IMPORT_NAME']}.instance",
|
45
|
-
f"{DESCRIPTION['IMPORT_NAME']}.task",
|
46
|
-
f"{DESCRIPTION['IMPORT_NAME']}.task.format",
|
47
|
-
f"{DESCRIPTION['IMPORT_NAME']}.task.measure",
|
48
|
-
f"{DESCRIPTION['IMPORT_NAME']}.type",
|
49
|
-
]
|
50
|
-
EXCLUDED_PACKAGES = (
|
51
|
-
f"{DESCRIPTION['IMPORT_NAME']}.documentation",
|
52
|
-
)
|
33
|
+
DESCRIPTION = DescriptionFromAsciidoc()
|
53
34
|
ENTRY_POINTS = {
|
54
35
|
"console_scripts": [],
|
55
36
|
"gui_scripts": [],
|
@@ -64,37 +45,12 @@ repository_url = (
|
|
64
45
|
f"{DESCRIPTION['REPOSITORY_USER']}/"
|
65
46
|
f"{DESCRIPTION['REPOSITORY_NAME']}/"
|
66
47
|
)
|
67
|
-
documentation_url = f"{repository_url}
|
68
|
-
|
69
|
-
|
70
|
-
def CheckCoherenceBetweenDeclarationAndReality() -> None:
|
71
|
-
""""""
|
72
|
-
folders = [DESCRIPTION["IMPORT_NAME"]]
|
73
|
-
for node in (HERE / DESCRIPTION["IMPORT_NAME"]).rglob("*"):
|
74
|
-
if node.is_dir() and not str(node).startswith("."):
|
75
|
-
node = node.relative_to(HERE)
|
76
|
-
node = ".".join(node.parts)
|
77
|
-
if not (
|
78
|
-
(node in EXCLUDED_PACKAGES)
|
79
|
-
or any(node.startswith(_fld + ".") for _fld in EXCLUDED_PACKAGES)
|
80
|
-
):
|
81
|
-
folders.append(node)
|
82
|
-
folders = sorted(folders)
|
83
|
-
|
84
|
-
packages = sorted(PACKAGES)
|
85
|
-
if packages != folders:
|
86
|
-
raise ValueError(
|
87
|
-
f"Mismatch between declared and found packages:\n"
|
88
|
-
f" - Declared=\n {packages}\n"
|
89
|
-
f" - Found=\n {folders}\n"
|
90
|
-
f" - Undeclared=\n {set(folders).difference(packages)}\n"
|
91
|
-
f" - Nonexistent=\n {set(packages).difference(folders)}"
|
92
|
-
)
|
48
|
+
documentation_url = f"{repository_url}{DESCRIPTION['DOCUMENTATION_SITE']}"
|
93
49
|
|
94
50
|
|
95
51
|
def Version() -> str:
|
96
52
|
""""""
|
97
|
-
where = HERE / DESCRIPTION["IMPORT_NAME"] / "version.py"
|
53
|
+
where = HERE / "package" / DESCRIPTION["IMPORT_NAME"] / "version.py"
|
98
54
|
spec = util.spec_from_file_location(where.stem, where)
|
99
55
|
module = spec.loader.load_module(spec.name)
|
100
56
|
|
@@ -102,7 +58,7 @@ def Version() -> str:
|
|
102
58
|
if isinstance(output, str) and rgex.fullmatch(r"20[0-9]{2}\.[1-9][0-9]*", output):
|
103
59
|
return output
|
104
60
|
|
105
|
-
raise ValueError(f"{output}: Invalid version")
|
61
|
+
raise ValueError(f"{output}: Invalid version.")
|
106
62
|
|
107
63
|
|
108
64
|
def Requirements() -> tuple[str, ...]:
|
@@ -118,7 +74,6 @@ def Requirements() -> tuple[str, ...]:
|
|
118
74
|
|
119
75
|
if __name__ == "__main__":
|
120
76
|
#
|
121
|
-
CheckCoherenceBetweenDeclarationAndReality()
|
122
77
|
# fmt: off
|
123
78
|
setup(
|
124
79
|
author=DESCRIPTION["AUTHOR"],
|
@@ -146,7 +101,8 @@ if __name__ == "__main__":
|
|
146
101
|
"Source": repository_url,
|
147
102
|
},
|
148
103
|
#
|
149
|
-
packages=
|
104
|
+
packages=find_namespace_packages(where="package"),
|
105
|
+
package_dir={"": "package"},
|
150
106
|
entry_points=ENTRY_POINTS,
|
151
107
|
python_requires=f">={DESCRIPTION['PY_VERSION_MIN']}",
|
152
108
|
install_requires=Requirements(),
|
@@ -1,67 +0,0 @@
|
|
1
|
-
"""
|
2
|
-
Copyright CNRS/Inria/UniCA
|
3
|
-
Contributor(s): Eric Debreuve (eric.debreuve@cnrs.fr) since 2023
|
4
|
-
SEE COPYRIGHT NOTICE BELOW
|
5
|
-
"""
|
6
|
-
|
7
|
-
try:
|
8
|
-
import platform as pltf
|
9
|
-
except ModuleNotFoundError:
|
10
|
-
pltf = None
|
11
|
-
|
12
|
-
from logger_36.config.system import SYSTEM_DETAILS
|
13
|
-
|
14
|
-
if pltf is None:
|
15
|
-
SYSTEM_DETAILS_AS_DICT = {}
|
16
|
-
MAX_DETAIL_NAME_LENGTH = 0
|
17
|
-
else:
|
18
|
-
SYSTEM_DETAILS_AS_DICT = {
|
19
|
-
_dtl.capitalize(): getattr(pltf, _dtl)() for _dtl in SYSTEM_DETAILS
|
20
|
-
}
|
21
|
-
MAX_DETAIL_NAME_LENGTH = max(map(len, SYSTEM_DETAILS_AS_DICT.keys()))
|
22
|
-
|
23
|
-
"""
|
24
|
-
COPYRIGHT NOTICE
|
25
|
-
|
26
|
-
This software is governed by the CeCILL license under French law and
|
27
|
-
abiding by the rules of distribution of free software. You can use,
|
28
|
-
modify and/ or redistribute the software under the terms of the CeCILL
|
29
|
-
license as circulated by CEA, CNRS and INRIA at the following URL
|
30
|
-
"http://www.cecill.info".
|
31
|
-
|
32
|
-
As a counterpart to the access to the source code and rights to copy,
|
33
|
-
modify and redistribute granted by the license, users are provided only
|
34
|
-
with a limited warranty and the software's author, the holder of the
|
35
|
-
economic rights, and the successive licensors have only limited
|
36
|
-
liability.
|
37
|
-
|
38
|
-
In this respect, the user's attention is drawn to the risks associated
|
39
|
-
with loading, using, modifying and/or developing or reproducing the
|
40
|
-
software by the user in light of its specific status of free software,
|
41
|
-
that may mean that it is complicated to manipulate, and that also
|
42
|
-
therefore means that it is reserved for developers and experienced
|
43
|
-
professionals having in-depth computer knowledge. Users are therefore
|
44
|
-
encouraged to load and test the software's suitability as regards their
|
45
|
-
requirements in conditions enabling the security of their systems and/or
|
46
|
-
data to be ensured and, more generally, to use and operate it in the
|
47
|
-
same conditions as regards security.
|
48
|
-
|
49
|
-
The fact that you are presently reading this means that you have had
|
50
|
-
knowledge of the CeCILL license and that you accept its terms.
|
51
|
-
|
52
|
-
SEE LICENCE NOTICE: file README-LICENCE-utf8.txt at project source root.
|
53
|
-
|
54
|
-
This software is being developed by Eric Debreuve, a CNRS employee and
|
55
|
-
member of team Morpheme.
|
56
|
-
Team Morpheme is a joint team between Inria, CNRS, and UniCA.
|
57
|
-
It is hosted by the Centre Inria d'Université Côte d'Azur, Laboratory
|
58
|
-
I3S, and Laboratory iBV.
|
59
|
-
|
60
|
-
CNRS: https://www.cnrs.fr/index.php/en
|
61
|
-
Inria: https://www.inria.fr/en/
|
62
|
-
UniCA: https://univ-cotedazur.eu/
|
63
|
-
Centre Inria d'Université Côte d'Azur: https://www.inria.fr/en/centre/sophia/
|
64
|
-
I3S: https://www.i3s.unice.fr/en/
|
65
|
-
iBV: http://ibv.unice.fr/
|
66
|
-
Team Morpheme: https://team.inria.fr/morpheme/
|
67
|
-
"""
|
@@ -1,50 +0,0 @@
|
|
1
|
-
MANIFEST.in
|
2
|
-
README-COPYRIGHT-utf8.txt
|
3
|
-
README-LICENCE-utf8.txt
|
4
|
-
README.rst
|
5
|
-
pyproject.toml
|
6
|
-
setup.py
|
7
|
-
documentation/wiki/description.asciidoc
|
8
|
-
logger_36/__init__.py
|
9
|
-
logger_36/main.py
|
10
|
-
logger_36/version.py
|
11
|
-
logger_36.egg-info/PKG-INFO
|
12
|
-
logger_36.egg-info/SOURCES.txt
|
13
|
-
logger_36.egg-info/dependency_links.txt
|
14
|
-
logger_36.egg-info/top_level.txt
|
15
|
-
logger_36/catalog/config/console_rich.py
|
16
|
-
logger_36/catalog/handler/console.py
|
17
|
-
logger_36/catalog/handler/console_rich.py
|
18
|
-
logger_36/catalog/handler/file.py
|
19
|
-
logger_36/catalog/handler/generic.py
|
20
|
-
logger_36/catalog/logging/chronos.py
|
21
|
-
logger_36/catalog/logging/exception.py
|
22
|
-
logger_36/catalog/logging/gpu.py
|
23
|
-
logger_36/catalog/logging/memory.py
|
24
|
-
logger_36/catalog/logging/system.py
|
25
|
-
logger_36/config/issue.py
|
26
|
-
logger_36/config/memory.py
|
27
|
-
logger_36/config/message.py
|
28
|
-
logger_36/config/system.py
|
29
|
-
logger_36/constant/error.py
|
30
|
-
logger_36/constant/generic.py
|
31
|
-
logger_36/constant/handler.py
|
32
|
-
logger_36/constant/issue.py
|
33
|
-
logger_36/constant/logger.py
|
34
|
-
logger_36/constant/memory.py
|
35
|
-
logger_36/constant/message.py
|
36
|
-
logger_36/constant/record.py
|
37
|
-
logger_36/constant/system.py
|
38
|
-
logger_36/instance/logger.py
|
39
|
-
logger_36/instance/loggers.py
|
40
|
-
logger_36/task/inspection.py
|
41
|
-
logger_36/task/storage.py
|
42
|
-
logger_36/task/format/memory.py
|
43
|
-
logger_36/task/format/message.py
|
44
|
-
logger_36/task/format/rule.py
|
45
|
-
logger_36/task/measure/chronos.py
|
46
|
-
logger_36/task/measure/memory.py
|
47
|
-
logger_36/type/handler.py
|
48
|
-
logger_36/type/issue.py
|
49
|
-
logger_36/type/logger.py
|
50
|
-
logger_36/type/loggers.py
|
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
|
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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|