bear-utils 0.8.4__tar.gz → 0.8.5__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.
- {bear_utils-0.8.4 → bear_utils-0.8.5}/.bumpversion.cfg +1 -1
- {bear_utils-0.8.4 → bear_utils-0.8.5}/AGENTS.md +1 -1
- {bear_utils-0.8.4 → bear_utils-0.8.5}/PKG-INFO +2 -2
- {bear_utils-0.8.4 → bear_utils-0.8.5}/README.md +1 -1
- {bear_utils-0.8.4 → bear_utils-0.8.5}/pyproject.toml +19 -7
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/cli/shell/_base_command.py +2 -1
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/cli/shell/_base_shell.py +1 -1
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/extras/responses/function_response.py +4 -4
- {bear_utils-0.8.4 → bear_utils-0.8.5}/.gitignore +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/.python-version +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/config/coverage.ini +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/config/default.toml +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/config/git-changelog.toml +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/config/pytest.ini +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/config/ruff.toml +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/config/vscode/launch.json +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/config/vscode/settings.json +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/config/vscode/tasks.json +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/directory_structure.txt +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/maskfile.md +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/noxfile.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/__init__.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/__main__.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/_internal/__init__.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/_internal/cli.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/_internal/debug.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/ai/__init__.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/ai/ai_helpers/__init__.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/ai/ai_helpers/_common.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/ai/ai_helpers/_config.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/ai/ai_helpers/_parsers.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/ai/ai_helpers/_types.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/cache/__init__.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/cli/__init__.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/cli/commands.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/cli/prompt_helpers.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/cli/shell/__init__.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/cli/shell/_common.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/config/__init__.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/config/config_manager.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/config/dir_manager.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/config/settings_manager.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/constants/__init__.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/constants/_exceptions.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/constants/_lazy_typing.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/constants/date_related.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/constants/logger_protocol.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/constants/time_related.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/database/__init__.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/database/_db_manager.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/events/__init__.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/events/events_class.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/events/events_module.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/extras/__init__.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/extras/_async_helpers.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/extras/_tools.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/extras/platform_utils.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/extras/responses/__init__.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/extras/wrappers/__init__.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/extras/wrappers/add_methods.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/files/__init__.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/files/file_handlers/__init__.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/files/file_handlers/_base_file_handler.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/files/file_handlers/file_handler_factory.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/files/file_handlers/json_file_handler.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/files/file_handlers/log_file_handler.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/files/file_handlers/toml_file_handler.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/files/file_handlers/txt_file_handler.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/files/file_handlers/yaml_file_handler.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/files/ignore_parser.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/graphics/__init__.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/graphics/bear_gradient.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/graphics/image_helpers.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/gui/__init__.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/gui/gui_tools/__init__.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/gui/gui_tools/_settings.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/gui/gui_tools/_types.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/gui/gui_tools/qt_app.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/gui/gui_tools/qt_color_picker.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/gui/gui_tools/qt_file_handler.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/gui/gui_tools/qt_input_dialog.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/logger_manager/__init__.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/logger_manager/_common.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/logger_manager/_console_junk.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/logger_manager/_styles.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/logger_manager/loggers/__init__.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/logger_manager/loggers/_base_logger.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/logger_manager/loggers/_base_logger.pyi +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/logger_manager/loggers/_buffer_logger.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/logger_manager/loggers/_console_logger.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/logger_manager/loggers/_console_logger.pyi +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/logger_manager/loggers/_file_logger.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/logger_manager/loggers/_level_sin.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/logger_manager/loggers/_logger.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/logger_manager/loggers/_sub_logger.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/logger_manager/loggers/_sub_logger.pyi +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/monitoring/__init__.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/monitoring/_common.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/monitoring/host_monitor.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/time/__init__.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/tests/__init__.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/tests/test_add_ord_suffix.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/tests/test_clipboard.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/tests/test_default_shell.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/tests/test_function_response.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/tests/test_gradient.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/tests/test_logger.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/tests/test_platform_utils.py +0 -0
- {bear_utils-0.8.4 → bear_utils-0.8.5}/uv.lock +0 -0
@@ -5,7 +5,7 @@
|
|
5
5
|
- Python Version and Typing: Assume Python 3.12 or higher is being used. Because of that we SHOULD use the latest typing features available in Python 3.12 and later. Never use `Optional`, `Union`, or `Dict, List, Tuple` from `typing` module. Instead, use the built-in types directly, e.g., `list`, `dict`, `tuple`, and use `|` for union types. This is not an exhaustive list, so be thoughtful about any potentially deprecated types you might use. If you are not sure about something, ask the user.
|
6
6
|
- Type Annotations: Use type annotations as often as possible. If a function has no return value, use `None` as the return type. If a function returns a value, use the appropriate type annotation but don't bend over backwards to make it perfect. If you are not sure about the type, use `Any` as a fallback but use this sparingly, see it as a failure and you should endeavor to avoid using `Any` as much as possible.
|
7
7
|
- Docstrings: Use docstrings for most (95%) public functions and classes. The docstring should describe the purpose of the function or class, its parameters, and its return value. Use the Google style for docstrings. Because of this it is highly preferred to not use comments in the code unless absolutely necessary. If you feel like you need to use a comment, consider if the code can be refactored to make it more readable instead.
|
8
|
-
- Imports: Use relative imports for everything (beyond the obvious imports for external packages) in this current package. Keep imports clean using `
|
8
|
+
- Imports: Use relative imports for everything (beyond the obvious imports for external packages) in this current package. Keep imports clean using `nox -s ruff_fix` to automatically fix import order and unused imports. If you are not sure about the import order, use `nox -s ruff_check` to check the import order and unused imports. If you are not sure about a specific import, ask the user.
|
9
9
|
- Endeavor to use a TDD approach when writing new code. Write tests first, then write the code to make the tests pass and then refactor the code to make it cleaner and more readable.
|
10
10
|
- There is a `directory_structure.txt` file in the root of the repository that describes the directory structure of the project. Use this as a quick way to understand the project structure and where to place new files or modules.
|
11
11
|
- While projects might partially use Poetry, UV is generally the preferred tool for managing dependencies and virtual environments. It is taking me some time to get used to it, so please bear with me. If you are not sure about something, ask the user. If a dependency is not available, then you will need to request the user to add it to the `pyproject.toml` file.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: bear-utils
|
3
|
-
Version: 0.8.
|
3
|
+
Version: 0.8.5
|
4
4
|
Summary: Various utilities for Bear programmers, including a rich logging utility, a disk cache, and a SQLite database wrapper amongst other things.
|
5
5
|
Author-email: chaz <bright.lid5647@fastmail.com>
|
6
6
|
Requires-Python: >=3.12
|
@@ -20,7 +20,7 @@ Requires-Dist: tinydb>=4.8.2
|
|
20
20
|
Requires-Dist: toml>=0.10.2
|
21
21
|
Description-Content-Type: text/markdown
|
22
22
|
|
23
|
-
# Bear Utils v# Bear Utils v0.8.
|
23
|
+
# Bear Utils v# Bear Utils v0.8.5
|
24
24
|
|
25
25
|
Personal set of tools and utilities for Python projects, focusing on modularity and ease of use. This library includes components for caching, database management, logging, time handling, file operations, CLI prompts, image processing, clipboard interaction, gradient utilities, event systems, and async helpers.
|
26
26
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# Bear Utils v# Bear Utils v0.8.
|
1
|
+
# Bear Utils v# Bear Utils v0.8.5
|
2
2
|
|
3
3
|
Personal set of tools and utilities for Python projects, focusing on modularity and ease of use. This library includes components for caching, database management, logging, time handling, file operations, CLI prompts, image processing, clipboard interaction, gradient utilities, event systems, and async helpers.
|
4
4
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[project]
|
2
2
|
name = "bear-utils"
|
3
|
-
version = "0.8.
|
3
|
+
version = "0.8.5"
|
4
4
|
description = "Various utilities for Bear programmers, including a rich logging utility, a disk cache, and a SQLite database wrapper amongst other things."
|
5
5
|
authors = [{ name = "chaz", email = "bright.lid5647@fastmail.com" }]
|
6
6
|
readme = "README.md"
|
@@ -27,19 +27,31 @@ requires = ["hatchling"]
|
|
27
27
|
build-backend = "hatchling.build"
|
28
28
|
|
29
29
|
[dependency-groups]
|
30
|
-
|
31
|
-
"
|
32
|
-
"
|
33
|
-
"
|
30
|
+
maintain = [
|
31
|
+
"git-changelog>=2.5",
|
32
|
+
"yore>=0.3.3",
|
33
|
+
"griffe>=1.7.3",
|
34
|
+
]
|
35
|
+
ci = [
|
36
|
+
"ruff>=0.4",
|
37
|
+
"pytest>=8.2",
|
38
|
+
"pytest-cov>=5.0",
|
39
|
+
"pytest-randomly>=3.15",
|
40
|
+
"pytest-xdist>=3.6",
|
41
|
+
"pyright>=1.1",
|
42
|
+
"types-markdown>=3.6",
|
43
|
+
"types-pyyaml>=6.0",
|
34
44
|
"nox>=2025.5.1",
|
35
|
-
"
|
36
|
-
"pytest-cov>=6.2.1",
|
45
|
+
"bump2version>=1.0.1",
|
37
46
|
"twine>=6.1.0",
|
38
47
|
]
|
39
48
|
gui = [
|
40
49
|
"pyqt6>=6.9.0",
|
41
50
|
]
|
42
51
|
|
52
|
+
[tool.uv]
|
53
|
+
default-groups = ["maintain", "ci"]
|
54
|
+
|
43
55
|
[tool.pytest.ini_options]
|
44
56
|
testpaths = ["tests"]
|
45
57
|
pythonpath = ["src"]
|
@@ -1,3 +1,4 @@
|
|
1
|
+
from subprocess import CompletedProcess
|
1
2
|
from typing import TYPE_CHECKING, Any, ClassVar, LiteralString, Self, cast
|
2
3
|
|
3
4
|
if TYPE_CHECKING:
|
@@ -61,7 +62,7 @@ class BaseShellCommand[T: str]:
|
|
61
62
|
from ._base_shell import shell_session # noqa: PLC0415
|
62
63
|
|
63
64
|
with shell_session(**kwargs) as session:
|
64
|
-
result = session.add(self.cmd).run()
|
65
|
+
result: CompletedProcess[str] = session.add(self.cmd).run()
|
65
66
|
if result is not None:
|
66
67
|
self.result = cast("CompletedProcess[str]", result)
|
67
68
|
return self
|
@@ -147,7 +147,7 @@ class SimpleShellSession:
|
|
147
147
|
self.cmd_buffer.write(str(c))
|
148
148
|
return self
|
149
149
|
|
150
|
-
def _run(self, command: str) -> CompletedProcess[str]
|
150
|
+
def _run(self, command: str) -> CompletedProcess[str]:
|
151
151
|
"""Internal method to run the accumulated command"""
|
152
152
|
self.logger.verbose(f"Executing: {command}")
|
153
153
|
self.next_cmd()
|
@@ -269,15 +269,15 @@ class FunctionResponse(BaseModel):
|
|
269
269
|
if content is not None and error is None:
|
270
270
|
if isinstance(content, list):
|
271
271
|
for item in content:
|
272
|
-
logger.info(
|
272
|
+
logger.info(f"{self.name}: {item}" if self.name else item)
|
273
273
|
elif isinstance(content, str):
|
274
|
-
logger.info(
|
274
|
+
logger.info(f"{self.name}: {content}" if self.name else content)
|
275
275
|
elif error is not None and content is None:
|
276
276
|
if isinstance(error, list):
|
277
277
|
for err in error:
|
278
|
-
logger.error(
|
278
|
+
logger.error(f"{self.name}: {err}" if self.name else err)
|
279
279
|
elif isinstance(error, str):
|
280
|
-
logger.error(
|
280
|
+
logger.error(f"{self.name}: {error}" if self.name else error)
|
281
281
|
|
282
282
|
@overload
|
283
283
|
def done(self, to_dict: Literal[True], suppress: list[str] | None = None) -> dict[str, Any]: ...
|
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
|
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
|
{bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/files/file_handlers/_base_file_handler.py
RENAMED
File without changes
|
{bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/files/file_handlers/file_handler_factory.py
RENAMED
File without changes
|
{bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/files/file_handlers/json_file_handler.py
RENAMED
File without changes
|
{bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/files/file_handlers/log_file_handler.py
RENAMED
File without changes
|
{bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/files/file_handlers/toml_file_handler.py
RENAMED
File without changes
|
{bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/files/file_handlers/txt_file_handler.py
RENAMED
File without changes
|
{bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/files/file_handlers/yaml_file_handler.py
RENAMED
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
|
{bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/logger_manager/loggers/_base_logger.pyi
RENAMED
File without changes
|
{bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/logger_manager/loggers/_buffer_logger.py
RENAMED
File without changes
|
{bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/logger_manager/loggers/_console_logger.py
RENAMED
File without changes
|
{bear_utils-0.8.4 → bear_utils-0.8.5}/src/bear_utils/logger_manager/loggers/_console_logger.pyi
RENAMED
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
|