fred-oss 0.46.0__tar.gz → 0.48.0__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.
- {fred_oss-0.46.0/src/main/fred_oss.egg-info → fred_oss-0.48.0}/PKG-INFO +2 -1
- {fred_oss-0.46.0 → fred_oss-0.48.0}/requirements.txt +2 -0
- fred_oss-0.48.0/src/main/fred/utils/imops.py +73 -0
- fred_oss-0.48.0/src/main/fred/version +1 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/worker/runner/rest/routers/_runner.py +25 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0/src/main/fred_oss.egg-info}/PKG-INFO +2 -1
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred_oss.egg-info/SOURCES.txt +1 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred_oss.egg-info/requires.txt +1 -0
- fred_oss-0.46.0/src/main/fred/version +0 -1
- {fred_oss-0.46.0 → fred_oss-0.48.0}/MANIFEST.in +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/NOTICE.txt +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/README.md +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/setup.cfg +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/setup.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/cli/__init__.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/cli/__main__.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/cli/interface.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/cli/main.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/dao/__init__.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/dao/comp/__init__.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/dao/comp/_keyval.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/dao/comp/_pubsub.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/dao/comp/_queue.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/dao/comp/catalog.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/dao/comp/interface.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/dao/service/__init__.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/dao/service/_redis.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/dao/service/_stdlib.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/dao/service/catalog.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/dao/service/interface.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/dao/service/utils.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/future/__init__.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/future/callback/__init__.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/future/callback/_function.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/future/callback/catalog.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/future/callback/interface.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/future/impl.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/future/result.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/future/settings.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/future/utils.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/integrations/databricks/__init__.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/integrations/databricks/cli_ext.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/integrations/databricks/runtime.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/integrations/databricks/runtimes/__init__.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/integrations/databricks/runtimes/scanner.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/integrations/databricks/runtimes/sync.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/integrations/databricks/wrappers/__init__.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/integrations/databricks/wrappers/dbutils.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/integrations/runpod/__init__.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/integrations/runpod/cli_ext.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/integrations/runpod/helper.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/maturity.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/monad/__init__.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/monad/_either.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/monad/catalog.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/monad/interface.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/settings.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/utils/__init__.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/utils/dateops.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/utils/runtime.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/version.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/worker/__init__.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/worker/interface.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/worker/runner/__init__.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/worker/runner/backend.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/worker/runner/client.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/worker/runner/handler.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/worker/runner/model/__init__.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/worker/runner/model/_handler.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/worker/runner/model/_item.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/worker/runner/model/_request.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/worker/runner/model/_runner_spec.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/worker/runner/model/catalog.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/worker/runner/model/interface.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/worker/runner/plugins/__init__.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/worker/runner/plugins/_local.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/worker/runner/plugins/_runpod.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/worker/runner/plugins/catalog.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/worker/runner/plugins/interface.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/worker/runner/rest/__init__.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/worker/runner/rest/auth.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/worker/runner/rest/cli_ext.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/worker/runner/rest/routers/__init__.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/worker/runner/rest/routers/catalog.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/worker/runner/rest/routers/interface.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/worker/runner/rest/server.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/worker/runner/rest/settings.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/worker/runner/settings.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/worker/runner/signal.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/worker/runner/status.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/worker/runner/utils.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/worker/settings.py +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred_oss.egg-info/dependency_links.txt +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred_oss.egg-info/entry_points.txt +0 -0
- {fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred_oss.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fred-oss
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.48.0
|
|
4
4
|
Summary: FREDOSS
|
|
5
5
|
Home-page: https://fred.fahera.mx
|
|
6
6
|
Author: Fahera Research, Education, and Development
|
|
@@ -14,6 +14,7 @@ Requires-Dist: redis==6.4.0
|
|
|
14
14
|
Requires-Dist: requests==2.32.5
|
|
15
15
|
Requires-Dist: fastapi==0.116.2
|
|
16
16
|
Requires-Dist: uvicorn[standard]==0.35.0
|
|
17
|
+
Requires-Dist: pillow==11.3.0
|
|
17
18
|
Dynamic: author
|
|
18
19
|
Dynamic: author-email
|
|
19
20
|
Dynamic: description
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import io
|
|
2
|
+
import base64
|
|
3
|
+
from typing import Optional
|
|
4
|
+
|
|
5
|
+
from PIL.Image import Image
|
|
6
|
+
|
|
7
|
+
from fred.settings import logger_manager
|
|
8
|
+
|
|
9
|
+
logger = logger_manager.get_logger(__name__)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
def save_image_to_path(image: Image, path: str) -> None:
|
|
13
|
+
"""
|
|
14
|
+
Save a PIL Image to the specified file path.
|
|
15
|
+
|
|
16
|
+
Args:
|
|
17
|
+
image (Image): The PIL Image to save.
|
|
18
|
+
path (str): The file path where the image will be saved.
|
|
19
|
+
"""
|
|
20
|
+
image.save(path)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
def image_to_b64(image: Image, format: Optional[str] = None) -> str:
|
|
24
|
+
"""
|
|
25
|
+
Convert a PIL Image to a base64-encoded string.
|
|
26
|
+
Args:
|
|
27
|
+
image (Image): The PIL Image to convert.
|
|
28
|
+
format (Optional[str]): The format to use for encoding (e.g., "PNG", "JPEG"). Defaults to "PNG" if None.
|
|
29
|
+
Returns:
|
|
30
|
+
str: The base64-encoded image string.
|
|
31
|
+
"""
|
|
32
|
+
# Convert the image to a base64 string
|
|
33
|
+
buffer = io.BytesIO()
|
|
34
|
+
image.save(buffer, format=format or "PNG")
|
|
35
|
+
return base64.b64encode(buffer.getvalue()).decode("utf-8")
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
def get_image_from_b64(image_b64: str) -> Image:
|
|
39
|
+
"""Load an image from a base64-encoded string.
|
|
40
|
+
Args:
|
|
41
|
+
image_b64 (str): The base64-encoded image string.
|
|
42
|
+
Returns:
|
|
43
|
+
Image: The loaded PIL Image.
|
|
44
|
+
"""
|
|
45
|
+
import PIL.Image
|
|
46
|
+
# Decode the base64 string to bytes
|
|
47
|
+
image_data = base64.b64decode(image_b64)
|
|
48
|
+
# Open the image using PIL
|
|
49
|
+
return PIL.Image.open(io.BytesIO(image_data))
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
def get_image_from_path(path: str) -> Image:
|
|
53
|
+
"""
|
|
54
|
+
Load an image from the specified file path.
|
|
55
|
+
Args:
|
|
56
|
+
path (str): The file path to load the image from.
|
|
57
|
+
Returns:
|
|
58
|
+
Image: The loaded PIL Image.
|
|
59
|
+
"""
|
|
60
|
+
import PIL.Image
|
|
61
|
+
# Open the image using PIL
|
|
62
|
+
return PIL.Image.open(path)
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
def display_image_from_b64(image_b64: str) -> None:
|
|
66
|
+
"""
|
|
67
|
+
Display a base64-encoded image.
|
|
68
|
+
|
|
69
|
+
Args:
|
|
70
|
+
image_b64 (str): The base64-encoded image string.
|
|
71
|
+
"""
|
|
72
|
+
image = get_image_from_b64(image_b64=image_b64)
|
|
73
|
+
image.show()
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0.48.0
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
from dataclasses import dataclass
|
|
2
|
+
from typing import Optional
|
|
2
3
|
|
|
4
|
+
from fred.future import Future
|
|
3
5
|
from fred.settings import logger_manager
|
|
4
6
|
from fred.utils.dateops import datetime_utcnow
|
|
5
7
|
from fred.worker.runner.rest.routers.interface import RouterInterface
|
|
@@ -86,6 +88,21 @@ class RunnerRouterMethods:
|
|
|
86
88
|
"dispatched_at": datetime_utcnow().isoformat(),
|
|
87
89
|
}
|
|
88
90
|
|
|
91
|
+
def runner_output(self, request_id: str, nonblocking: bool = False, timeout: Optional[float] = None) -> dict:
|
|
92
|
+
|
|
93
|
+
output_requested_at = datetime_utcnow().isoformat()
|
|
94
|
+
# Subscribe to the future result using the request_id
|
|
95
|
+
future = Future.subscribe(future_id=request_id)
|
|
96
|
+
if nonblocking:
|
|
97
|
+
# TODO: Implement non-blocking fetch logic... let's ensure it's worth the effort.
|
|
98
|
+
raise NotImplementedError("Non-blocking fetch not implemented yet...")
|
|
99
|
+
return {
|
|
100
|
+
"request_id": request_id,
|
|
101
|
+
"output_requested_at": output_requested_at,
|
|
102
|
+
"output_delivered_at": datetime_utcnow().isoformat(),
|
|
103
|
+
"output": future.wait_and_resolve(timeout=timeout),
|
|
104
|
+
}
|
|
105
|
+
|
|
89
106
|
|
|
90
107
|
@dataclass(frozen=True, slots=False)
|
|
91
108
|
class RunnerRouter(RouterInterface.with_backend(), RunnerRouterMethods):
|
|
@@ -123,3 +140,11 @@ class RunnerRouter(RouterInterface.with_backend(), RunnerRouterMethods):
|
|
|
123
140
|
summary="Execute a task by dispatching a request to the specified queue.",
|
|
124
141
|
response_description="Details about the dispatched request.",
|
|
125
142
|
)
|
|
143
|
+
self.router.add_api_route(
|
|
144
|
+
"/output/{request_id}",
|
|
145
|
+
self.runner_output,
|
|
146
|
+
methods=["GET"],
|
|
147
|
+
tags=["Runner"],
|
|
148
|
+
summary="Fetch the output of a previously dispatched request.",
|
|
149
|
+
response_description="The output of the request.",
|
|
150
|
+
)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fred-oss
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.48.0
|
|
4
4
|
Summary: FREDOSS
|
|
5
5
|
Home-page: https://fred.fahera.mx
|
|
6
6
|
Author: Fahera Research, Education, and Development
|
|
@@ -14,6 +14,7 @@ Requires-Dist: redis==6.4.0
|
|
|
14
14
|
Requires-Dist: requests==2.32.5
|
|
15
15
|
Requires-Dist: fastapi==0.116.2
|
|
16
16
|
Requires-Dist: uvicorn[standard]==0.35.0
|
|
17
|
+
Requires-Dist: pillow==11.3.0
|
|
17
18
|
Dynamic: author
|
|
18
19
|
Dynamic: author-email
|
|
19
20
|
Dynamic: description
|
|
@@ -50,6 +50,7 @@ src/main/fred/monad/catalog.py
|
|
|
50
50
|
src/main/fred/monad/interface.py
|
|
51
51
|
src/main/fred/utils/__init__.py
|
|
52
52
|
src/main/fred/utils/dateops.py
|
|
53
|
+
src/main/fred/utils/imops.py
|
|
53
54
|
src/main/fred/utils/runtime.py
|
|
54
55
|
src/main/fred/worker/__init__.py
|
|
55
56
|
src/main/fred/worker/interface.py
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0.46.0
|
|
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
|
{fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/integrations/databricks/runtimes/__init__.py
RENAMED
|
File without changes
|
{fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/integrations/databricks/runtimes/scanner.py
RENAMED
|
File without changes
|
|
File without changes
|
{fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/integrations/databricks/wrappers/__init__.py
RENAMED
|
File without changes
|
{fred_oss-0.46.0 → fred_oss-0.48.0}/src/main/fred/integrations/databricks/wrappers/dbutils.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
|
|
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
|