algo-backend-framework 0.0.6__py3-none-any.whl → 0.0.7__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.
- algo_backend/starter/default_app_generator.py +2 -1
- {algo_backend_framework-0.0.6.dist-info → algo_backend_framework-0.0.7.dist-info}/METADATA +1 -1
- {algo_backend_framework-0.0.6.dist-info → algo_backend_framework-0.0.7.dist-info}/RECORD +5 -5
- {algo_backend_framework-0.0.6.dist-info → algo_backend_framework-0.0.7.dist-info}/WHEEL +0 -0
- {algo_backend_framework-0.0.6.dist-info → algo_backend_framework-0.0.7.dist-info}/top_level.txt +0 -0
|
@@ -119,8 +119,9 @@ class DefaultAlgoAppGenerator:
|
|
|
119
119
|
self.middleware_list.append(middleware)
|
|
120
120
|
return self
|
|
121
121
|
|
|
122
|
-
def append_mounter(self, mounter_cls: type(AbstractAppMounter)):
|
|
122
|
+
def append_mounter(self, mounter_cls: type(AbstractAppMounter)) -> "DefaultAlgoAppGenerator":
|
|
123
123
|
self.app_mounter_list.append(mounter_cls)
|
|
124
|
+
return self
|
|
124
125
|
|
|
125
126
|
def add_mounter(self) -> "DefaultAlgoAppGenerator":
|
|
126
127
|
for mounter_cls in self.app_mounter_list:
|
|
@@ -32,13 +32,13 @@ algo_backend/schema/sse.py,sha256=m6akZ1dHfXPs0hs6ijnbDtj8xChP1WKJAxVGSEQ5O6g,93
|
|
|
32
32
|
algo_backend/schema/vo.py,sha256=CSYNHpJx2YNCZ5-4GjjSs6BNKiJEyl31gnplnxGvXfY,2211
|
|
33
33
|
algo_backend/starter/__init__.py,sha256=eudOlb2XZeZRog9wQK8LVZzxpVQa5Ee9vAWjlH2xATU,261
|
|
34
34
|
algo_backend/starter/app_mounter.py,sha256=YTX1hp5fQ1VafNdCQbFCBYZ6kr1gC9M8RBiBCEMnp98,812
|
|
35
|
-
algo_backend/starter/default_app_generator.py,sha256=
|
|
35
|
+
algo_backend/starter/default_app_generator.py,sha256=lUDle9i2USs2qXFKgRvznJ2APSa9bsrXA8l_mcWrJ98,6164
|
|
36
36
|
algo_backend/starter/default_service_starter.py,sha256=dxeTK5PvoYg9b2Ey4EdR2k2wdHw1-Piutw9T0Uwdhqo,1952
|
|
37
37
|
algo_backend/starter/event_list.py,sha256=vQHzQIpW8LZmQ93YyET-1gX6pQGVE5A6I_pLoYTFOH0,824
|
|
38
38
|
algo_backend/utils/__init__.py,sha256=oX6OyL-28jzc94u4fyH1TtntCzQySkfZ8jibMk1KPU8,168
|
|
39
39
|
algo_backend/utils/meta_class.py,sha256=hcZPGF7EIHvJOXXR82_7Gah_AWbqkcSxUc473I_6maY,1850
|
|
40
40
|
algo_backend/utils/utils.py,sha256=q3bxBrivndLRggWsLryloSpu-_Ecbj4mhZL8oYdiDTo,481
|
|
41
|
-
algo_backend_framework-0.0.
|
|
42
|
-
algo_backend_framework-0.0.
|
|
43
|
-
algo_backend_framework-0.0.
|
|
44
|
-
algo_backend_framework-0.0.
|
|
41
|
+
algo_backend_framework-0.0.7.dist-info/METADATA,sha256=-aSMNK9xk7bjTJarvGx8mLRnDbpKRhOQgfN1VFck-pM,2171
|
|
42
|
+
algo_backend_framework-0.0.7.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
43
|
+
algo_backend_framework-0.0.7.dist-info/top_level.txt,sha256=zLsbLTRV1tO2hQfazqiBLO73VnjSAhJSUpMMBmQaLfw,13
|
|
44
|
+
algo_backend_framework-0.0.7.dist-info/RECORD,,
|
|
File without changes
|
{algo_backend_framework-0.0.6.dist-info → algo_backend_framework-0.0.7.dist-info}/top_level.txt
RENAMED
|
File without changes
|