beamlit 0.0.20rc8__py3-none-any.whl → 0.0.20rc9__py3-none-any.whl
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.
beamlit/serve/app.py
CHANGED
@@ -1,4 +1,6 @@
|
|
1
1
|
import importlib
|
2
|
+
import os
|
3
|
+
import sys
|
2
4
|
import traceback
|
3
5
|
from logging import getLogger
|
4
6
|
from uuid import uuid4
|
@@ -11,6 +13,9 @@ from beamlit.common.settings import get_settings, init
|
|
11
13
|
|
12
14
|
from .middlewares import AccessLogMiddleware, AddProcessTimeHeader
|
13
15
|
|
16
|
+
sys.path.insert(0, os.getcwd())
|
17
|
+
sys.path.insert(0, os.path.join(os.getcwd(), "src"))
|
18
|
+
|
14
19
|
|
15
20
|
def import_module():
|
16
21
|
settings = get_settings()
|
@@ -292,10 +292,10 @@ beamlit/models/websocket_channel.py,sha256=tyNtsVR0cOwd6BK--ehBCH8bIjxtyPhiAkrxY
|
|
292
292
|
beamlit/models/workspace.py,sha256=s7wS6ibswosB0FdUb3ry3BnlLa325axBdYPLI3ipe0Q,3986
|
293
293
|
beamlit/models/workspace_labels.py,sha256=WbnUY6eCTkUNdY7hhhSF-KQCl8fWFfkCf7hzCTiNp4A,1246
|
294
294
|
beamlit/models/workspace_user.py,sha256=70CcifQWYbeWG7TDui4pblTzUe5sVK0AS19vNCzKE8g,3423
|
295
|
-
beamlit/serve/app.py,sha256
|
295
|
+
beamlit/serve/app.py,sha256=-CvUU7pqFDigndHpA01IR4_mxXaT8c0VsnVjMfIw6K8,2399
|
296
296
|
beamlit/serve/middlewares/__init__.py,sha256=1dVmnOmhAQWvWktqHkKSIX-YoF6fmMU8xkUQuhg_rJU,148
|
297
297
|
beamlit/serve/middlewares/accesslog.py,sha256=wM52-hcwtO-_hdM1pnsEJzerzJf1MzEyN5m85BdDccE,609
|
298
298
|
beamlit/serve/middlewares/processtime.py,sha256=lDAaIasZ4bwvN-HKHvZpaD9r-yrkVNZYx4abvbjbrCg,411
|
299
|
-
beamlit-0.0.
|
300
|
-
beamlit-0.0.
|
301
|
-
beamlit-0.0.
|
299
|
+
beamlit-0.0.20rc9.dist-info/METADATA,sha256=HKYFJqisiI32Ijw4YzvwIETWtpVVNHQBq1y6OHzHH_0,2026
|
300
|
+
beamlit-0.0.20rc9.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
|
301
|
+
beamlit-0.0.20rc9.dist-info/RECORD,,
|
File without changes
|