bfabric-web-apps 0.1.5__py3-none-any.whl → 0.1.6__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.
- bfabric_web_apps/utils/resource_utilities.py +1 -1
- {bfabric_web_apps-0.1.5.dist-info → bfabric_web_apps-0.1.6.dist-info}/METADATA +5 -4
- {bfabric_web_apps-0.1.5.dist-info → bfabric_web_apps-0.1.6.dist-info}/RECORD +5 -5
- {bfabric_web_apps-0.1.5.dist-info → bfabric_web_apps-0.1.6.dist-info}/LICENSE +0 -0
- {bfabric_web_apps-0.1.5.dist-info → bfabric_web_apps-0.1.6.dist-info}/WHEEL +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
from bfabric_web_apps.utils.get_logger import get_logger
|
2
2
|
from bfabric_web_apps.objects.BfabricInterface import bfabric_interface
|
3
3
|
from bfabric_web_apps.utils.get_power_user_wrapper import get_power_user_wrapper
|
4
|
-
|
4
|
+
|
5
5
|
from pathlib import Path
|
6
6
|
|
7
7
|
def create_workunit(token_data, application_name, application_description, application_id, container_id):
|
@@ -1,14 +1,15 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: bfabric-web-apps
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.6
|
4
4
|
Summary: A package containing handy boilerplate utilities for developing bfabric web-applications
|
5
5
|
Author: Marc Zuber, Griffin White, GWC GmbH
|
6
|
-
Requires-Python: >=3.
|
6
|
+
Requires-Python: >=3.10,<4.0
|
7
7
|
Classifier: Programming Language :: Python :: 3
|
8
|
-
Classifier: Programming Language :: Python :: 3.8
|
9
|
-
Classifier: Programming Language :: Python :: 3.9
|
10
8
|
Classifier: Programming Language :: Python :: 3.10
|
11
9
|
Classifier: Programming Language :: Python :: 3.11
|
10
|
+
Requires-Dist: bfabric (>=1.13.23,<2.0.0)
|
11
|
+
Requires-Dist: dash (>=3.0.2,<4.0.0)
|
12
|
+
Requires-Dist: dash-bootstrap-components (>=2.0.0,<3.0.0)
|
12
13
|
Requires-Dist: pydantic-settings (>=2.8.1,<3.0.0)
|
13
14
|
Requires-Dist: pydantic[email] (>=2.10.6,<3.0.0)
|
14
15
|
Requires-Dist: rq (==1.15.1)
|
@@ -12,9 +12,9 @@ bfabric_web_apps/utils/get_power_user_wrapper.py,sha256=T33z64XjmJ0KSlmfEmrEP8eY
|
|
12
12
|
bfabric_web_apps/utils/redis_connection.py,sha256=qXSPxW6m55Ogv44BhmPCl9ACuvzmpfZNU73UJhHRXL4,133
|
13
13
|
bfabric_web_apps/utils/redis_queue.py,sha256=MCx7z_I2NusJ4P42mcLvV7STtXBFMIIvun83fM8zOGI,168
|
14
14
|
bfabric_web_apps/utils/redis_worker_init.py,sha256=9SUc9bbgBeMbUdqJD9EkWPA4wcJjvyX6Tzanv5JfqEg,691
|
15
|
-
bfabric_web_apps/utils/resource_utilities.py,sha256=
|
15
|
+
bfabric_web_apps/utils/resource_utilities.py,sha256=4LnV_eQjKkcpZJBsWFx--dmASyE7jfJfktk2hdHn5Fk,5856
|
16
16
|
bfabric_web_apps/utils/run_main_pipeline.py,sha256=1YSbk3uP_T3tL6mZZXGv7a7FJc8exro_Eb49gnJjdrs,16864
|
17
|
-
bfabric_web_apps-0.1.
|
18
|
-
bfabric_web_apps-0.1.
|
19
|
-
bfabric_web_apps-0.1.
|
20
|
-
bfabric_web_apps-0.1.
|
17
|
+
bfabric_web_apps-0.1.6.dist-info/LICENSE,sha256=k0O_i2k13i9e35aO-j7FerJafAqzzu8x0kkBs0OWF3c,1065
|
18
|
+
bfabric_web_apps-0.1.6.dist-info/METADATA,sha256=bFw2hFwCuonWxGFxyCSj6y_l2rIjKfxbzXCAGK3O0Ek,646
|
19
|
+
bfabric_web_apps-0.1.6.dist-info/WHEEL,sha256=d2fvjOD7sXsVzChCqf0Ty0JbHKBaLYwDbGQDwQTnJ50,88
|
20
|
+
bfabric_web_apps-0.1.6.dist-info/RECORD,,
|
File without changes
|
File without changes
|