pam-python 0.1.41__tar.gz → 0.1.42__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.
- {pam_python-0.1.41/pam_python.egg-info → pam_python-0.1.42}/PKG-INFO +1 -1
- {pam_python-0.1.41 → pam_python-0.1.42}/pam/logger.py +1 -2
- {pam_python-0.1.41 → pam_python-0.1.42/pam_python.egg-info}/PKG-INFO +1 -1
- {pam_python-0.1.41 → pam_python-0.1.42}/setup.py +1 -1
- {pam_python-0.1.41 → pam_python-0.1.42}/LICENSE.txt +0 -0
- {pam_python-0.1.41 → pam_python-0.1.42}/README.md +0 -0
- {pam_python-0.1.41 → pam_python-0.1.42}/pam/__init__.py +0 -0
- {pam_python-0.1.41 → pam_python-0.1.42}/pam/api.py +0 -0
- {pam_python-0.1.41 → pam_python-0.1.42}/pam/cli.py +0 -0
- {pam_python-0.1.41 → pam_python-0.1.42}/pam/interface_task_manager.py +0 -0
- {pam_python-0.1.41 → pam_python-0.1.42}/pam/models/__init__.py +0 -0
- {pam_python-0.1.41 → pam_python-0.1.42}/pam/models/request_command.py +0 -0
- {pam_python-0.1.41 → pam_python-0.1.42}/pam/request_file_format.py +0 -0
- {pam_python-0.1.41 → pam_python-0.1.42}/pam/server.py +0 -0
- {pam_python-0.1.41 → pam_python-0.1.42}/pam/service.py +0 -0
- {pam_python-0.1.41 → pam_python-0.1.42}/pam/sqlite.py +0 -0
- {pam_python-0.1.41 → pam_python-0.1.42}/pam/task_manager.py +0 -0
- {pam_python-0.1.41 → pam_python-0.1.42}/pam/temp_file_utils.py +0 -0
- {pam_python-0.1.41 → pam_python-0.1.42}/pam/templates/buildcmd/pamb +0 -0
- {pam_python-0.1.41 → pam_python-0.1.42}/pam/templates/buildcmd/pamb-base.sh +0 -0
- {pam_python-0.1.41 → pam_python-0.1.42}/pam/templates/docker/Dockerfile +0 -0
- {pam_python-0.1.41 → pam_python-0.1.42}/pam/templates/init/AGENT.md +0 -0
- {pam_python-0.1.41 → pam_python-0.1.42}/pam/templates/init/dockerignore.tmpl +0 -0
- {pam_python-0.1.41 → pam_python-0.1.42}/pam/templates/init/gitignore.tmpl +0 -0
- {pam_python-0.1.41 → pam_python-0.1.42}/pam/templates/init/main.tmpl +0 -0
- {pam_python-0.1.41 → pam_python-0.1.42}/pam/templates/init/pylintrc.tmpl +0 -0
- {pam_python-0.1.41 → pam_python-0.1.42}/pam/templates/init/run_unit_test.bat +0 -0
- {pam_python-0.1.41 → pam_python-0.1.42}/pam/templates/init/run_unit_test.ps1 +0 -0
- {pam_python-0.1.41 → pam_python-0.1.42}/pam/templates/init/run_unit_test.sh +0 -0
- {pam_python-0.1.41 → pam_python-0.1.42}/pam/templates/service/functions.tmpl +0 -0
- {pam_python-0.1.41 → pam_python-0.1.42}/pam/templates/service/service.test.tmpl +0 -0
- {pam_python-0.1.41 → pam_python-0.1.42}/pam/templates/service/service.yaml +0 -0
- {pam_python-0.1.41 → pam_python-0.1.42}/pam/templates/service/service_class.tmpl +0 -0
- {pam_python-0.1.41 → pam_python-0.1.42}/pam/tester_task.py +0 -0
- {pam_python-0.1.41 → pam_python-0.1.42}/pam/utils.py +0 -0
- {pam_python-0.1.41 → pam_python-0.1.42}/pam_python.egg-info/SOURCES.txt +0 -0
- {pam_python-0.1.41 → pam_python-0.1.42}/pam_python.egg-info/dependency_links.txt +0 -0
- {pam_python-0.1.41 → pam_python-0.1.42}/pam_python.egg-info/entry_points.txt +0 -0
- {pam_python-0.1.41 → pam_python-0.1.42}/pam_python.egg-info/requires.txt +0 -0
- {pam_python-0.1.41 → pam_python-0.1.42}/pam_python.egg-info/top_level.txt +0 -0
- {pam_python-0.1.41 → pam_python-0.1.42}/setup.cfg +0 -0
|
@@ -5,8 +5,7 @@ from threading import Lock
|
|
|
5
5
|
from typing import Any
|
|
6
6
|
|
|
7
7
|
from pam.utils import log as stdout_log
|
|
8
|
-
from service import Service
|
|
9
|
-
|
|
8
|
+
from pam.service import Service
|
|
10
9
|
|
|
11
10
|
class Logger:
|
|
12
11
|
def __init__(self, service: Service, buffer_size: int = 20, source: str = "worker"):
|
|
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
|