processcube-etw-library 2026.1.22.120215b0__tar.gz → 2026.1.22.130934b0__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.
- {processcube_etw_library-2026.1.22.120215b0/src/processcube_etw_library.egg-info → processcube_etw_library-2026.1.22.130934b0}/PKG-INFO +1 -1
- {processcube_etw_library-2026.1.22.120215b0 → processcube_etw_library-2026.1.22.130934b0}/src/processcube_etw_library/create_external_task_client.py +0 -4
- {processcube_etw_library-2026.1.22.120215b0 → processcube_etw_library-2026.1.22.130934b0/src/processcube_etw_library.egg-info}/PKG-INFO +1 -1
- {processcube_etw_library-2026.1.22.120215b0 → processcube_etw_library-2026.1.22.130934b0}/.github/workflows/build_and_publish.yml +0 -0
- {processcube_etw_library-2026.1.22.120215b0 → processcube_etw_library-2026.1.22.130934b0}/.gitignore +0 -0
- {processcube_etw_library-2026.1.22.120215b0 → processcube_etw_library-2026.1.22.130934b0}/.python-version +0 -0
- {processcube_etw_library-2026.1.22.120215b0 → processcube_etw_library-2026.1.22.130934b0}/README.md +0 -0
- {processcube_etw_library-2026.1.22.120215b0 → processcube_etw_library-2026.1.22.130934b0}/pyproject.toml +0 -0
- {processcube_etw_library-2026.1.22.120215b0 → processcube_etw_library-2026.1.22.130934b0}/setup.cfg +0 -0
- {processcube_etw_library-2026.1.22.120215b0 → processcube_etw_library-2026.1.22.130934b0}/src/processcube_etw_library/__init__.py +0 -0
- {processcube_etw_library-2026.1.22.120215b0 → processcube_etw_library-2026.1.22.130934b0}/src/processcube_etw_library/etw_app.py +0 -0
- {processcube_etw_library-2026.1.22.120215b0 → processcube_etw_library-2026.1.22.130934b0}/src/processcube_etw_library/health/__init__.py +0 -0
- {processcube_etw_library-2026.1.22.120215b0 → processcube_etw_library-2026.1.22.130934b0}/src/processcube_etw_library/health/built_in.py +0 -0
- {processcube_etw_library-2026.1.22.120215b0 → processcube_etw_library-2026.1.22.130934b0}/src/processcube_etw_library/health/check.py +0 -0
- {processcube_etw_library-2026.1.22.120215b0 → processcube_etw_library-2026.1.22.130934b0}/src/processcube_etw_library/health/handlers.py +0 -0
- {processcube_etw_library-2026.1.22.120215b0 → processcube_etw_library-2026.1.22.130934b0}/src/processcube_etw_library/health/models.py +0 -0
- {processcube_etw_library-2026.1.22.120215b0 → processcube_etw_library-2026.1.22.130934b0}/src/processcube_etw_library/health/registry.py +0 -0
- {processcube_etw_library-2026.1.22.120215b0 → processcube_etw_library-2026.1.22.130934b0}/src/processcube_etw_library/health/routes.py +0 -0
- {processcube_etw_library-2026.1.22.120215b0 → processcube_etw_library-2026.1.22.130934b0}/src/processcube_etw_library/identity_provider.py +0 -0
- {processcube_etw_library-2026.1.22.120215b0 → processcube_etw_library-2026.1.22.130934b0}/src/processcube_etw_library/server_config.py +0 -0
- {processcube_etw_library-2026.1.22.120215b0 → processcube_etw_library-2026.1.22.130934b0}/src/processcube_etw_library/settings.py +0 -0
- {processcube_etw_library-2026.1.22.120215b0 → processcube_etw_library-2026.1.22.130934b0}/src/processcube_etw_library/typed_handler.py +0 -0
- {processcube_etw_library-2026.1.22.120215b0 → processcube_etw_library-2026.1.22.130934b0}/src/processcube_etw_library.egg-info/SOURCES.txt +0 -0
- {processcube_etw_library-2026.1.22.120215b0 → processcube_etw_library-2026.1.22.130934b0}/src/processcube_etw_library.egg-info/dependency_links.txt +0 -0
- {processcube_etw_library-2026.1.22.120215b0 → processcube_etw_library-2026.1.22.130934b0}/src/processcube_etw_library.egg-info/requires.txt +0 -0
- {processcube_etw_library-2026.1.22.120215b0 → processcube_etw_library-2026.1.22.130934b0}/src/processcube_etw_library.egg-info/top_level.txt +0 -0
- {processcube_etw_library-2026.1.22.120215b0 → processcube_etw_library-2026.1.22.130934b0}/uv.lock +0 -0
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
# # Prevent nest_asyncio from patching asyncio.run() in processcube_client - it breaks uvicorn's loop_factory
|
|
2
|
-
# import nest_asyncio
|
|
3
|
-
# nest_asyncio.apply = lambda *args, **kwargs: None
|
|
4
|
-
|
|
5
1
|
from processcube_client.external_task import ExternalTaskClient
|
|
6
2
|
|
|
7
3
|
from .identity_provider import IdentityProvider
|
|
File without changes
|
{processcube_etw_library-2026.1.22.120215b0 → processcube_etw_library-2026.1.22.130934b0}/.gitignore
RENAMED
|
File without changes
|
|
File without changes
|
{processcube_etw_library-2026.1.22.120215b0 → processcube_etw_library-2026.1.22.130934b0}/README.md
RENAMED
|
File without changes
|
|
File without changes
|
{processcube_etw_library-2026.1.22.120215b0 → processcube_etw_library-2026.1.22.130934b0}/setup.cfg
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
|
{processcube_etw_library-2026.1.22.120215b0 → processcube_etw_library-2026.1.22.130934b0}/uv.lock
RENAMED
|
File without changes
|