adyd-detector-api 0.2.1__tar.gz → 0.2.2__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.
Files changed (17) hide show
  1. {adyd_detector_api-0.2.1 → adyd_detector_api-0.2.2}/PKG-INFO +1 -1
  2. {adyd_detector_api-0.2.1 → adyd_detector_api-0.2.2}/adyd_detector_api/openapi/openapi.yaml +6 -12
  3. {adyd_detector_api-0.2.1 → adyd_detector_api-0.2.2}/adyd_detector_api/openapi.yaml +6 -6
  4. {adyd_detector_api-0.2.1 → adyd_detector_api-0.2.2}/pyproject.toml +1 -1
  5. {adyd_detector_api-0.2.1 → adyd_detector_api-0.2.2}/README.md +0 -0
  6. {adyd_detector_api-0.2.1 → adyd_detector_api-0.2.2}/adyd_detector_api/__init__.py +0 -0
  7. {adyd_detector_api-0.2.1 → adyd_detector_api-0.2.2}/adyd_detector_api/__main__.py +0 -0
  8. {adyd_detector_api-0.2.1 → adyd_detector_api-0.2.2}/adyd_detector_api/encoder.py +0 -0
  9. {adyd_detector_api-0.2.1 → adyd_detector_api-0.2.2}/adyd_detector_api/models/__init__.py +0 -0
  10. {adyd_detector_api-0.2.1 → adyd_detector_api-0.2.2}/adyd_detector_api/models/base_model.py +0 -0
  11. {adyd_detector_api-0.2.1 → adyd_detector_api-0.2.2}/adyd_detector_api/models/bucket_file_list_dto.py +0 -0
  12. {adyd_detector_api-0.2.1 → adyd_detector_api-0.2.2}/adyd_detector_api/models/detect_dto.py +0 -0
  13. {adyd_detector_api-0.2.1 → adyd_detector_api-0.2.2}/adyd_detector_api/models/error_dto.py +0 -0
  14. {adyd_detector_api-0.2.1 → adyd_detector_api-0.2.2}/adyd_detector_api/models/file_info_storage_dto.py +0 -0
  15. {adyd_detector_api-0.2.1 → adyd_detector_api-0.2.2}/adyd_detector_api/models/message_dto.py +0 -0
  16. {adyd_detector_api-0.2.1 → adyd_detector_api-0.2.2}/adyd_detector_api/typing_utils.py +0 -0
  17. {adyd_detector_api-0.2.1 → adyd_detector_api-0.2.2}/adyd_detector_api/util.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: adyd-detector-api
3
- Version: 0.2.1
3
+ Version: 0.2.2
4
4
  Summary: API para ADYD Detector
5
5
  Author: JacoboGeadaAnsino
6
6
  Author-email: jacobo.geada.ansino@gmail.com
@@ -27,8 +27,7 @@ paths:
27
27
  summary: list_monster_files
28
28
  tags:
29
29
  - File-Controller
30
- x-openapi-router-controller: adyd_detector_api.controllers.file_controller_controller
31
- x-openapi-router-controller: src.main.infraestructure.rest.Jump
30
+ x-openapi-router-controller: src.main.infraestructure.rest.Jump
32
31
  /files/{bucket_name}/{file_name}:
33
32
  post:
34
33
  operationId: insert_file
@@ -63,8 +62,7 @@ paths:
63
62
  summary: insert_file
64
63
  tags:
65
64
  - File-Controller
66
- x-openapi-router-controller: adyd_detector_api.controllers.file_controller_controller
67
- x-openapi-router-controller: src.main.infraestructure.rest.Jump
65
+ x-openapi-router-controller: src.main.infraestructure.rest.Jump
68
66
  /files/{bucket_name}/{file_name}/split:
69
67
  post:
70
68
  operationId: split_file
@@ -99,8 +97,7 @@ paths:
99
97
  summary: split_file
100
98
  tags:
101
99
  - File-Controller
102
- x-openapi-router-controller: adyd_detector_api.controllers.file_controller_controller
103
- x-openapi-router-controller: src.main.infraestructure.rest.Jump
100
+ x-openapi-router-controller: src.main.infraestructure.rest.Jump
104
101
  /yolo/{bucket_name}/detect/all:
105
102
  post:
106
103
  description: execute detect all files in bucket
@@ -131,8 +128,7 @@ paths:
131
128
  summary: execute detect all files in bucket
132
129
  tags:
133
130
  - YoloController
134
- x-openapi-router-controller: adyd_detector_api.controllers.yolo_controller_controller
135
- x-openapi-router-controller: src.main.infraestructure.rest.Jump
131
+ x-openapi-router-controller: src.main.infraestructure.rest.Jump
136
132
  /yolo/{bucket_name}/detect/{file_name}:
137
133
  post:
138
134
  description: v
@@ -175,8 +171,7 @@ paths:
175
171
  summary: execute_detect
176
172
  tags:
177
173
  - YoloController
178
- x-openapi-router-controller: adyd_detector_api.controllers.yolo_controller_controller
179
- x-openapi-router-controller: src.main.infraestructure.rest.Jump
174
+ x-openapi-router-controller: src.main.infraestructure.rest.Jump
180
175
  /yolo/{bucket_name}/{file_name}/train:
181
176
  post:
182
177
  description: execute_yolo
@@ -212,8 +207,7 @@ paths:
212
207
  summary: execute_yolo
213
208
  tags:
214
209
  - YoloController
215
- x-openapi-router-controller: adyd_detector_api.controllers.yolo_controller_controller
216
- x-openapi-router-controller: src.main.infraestructure.rest.Jump
210
+ x-openapi-router-controller: src.main.infraestructure.rest.Jump
217
211
  components:
218
212
  responses:
219
213
  BucketFileListResponse:
@@ -13,13 +13,13 @@ paths:
13
13
  $ref: "#/components/responses/BucketFileListResponse"
14
14
  operationId: list_monster_files
15
15
  summary: list_monster_files
16
+ x-openapi-router-controller: src.main.infraestructure.rest.Jump
16
17
  parameters:
17
18
  - name: bucket_name
18
19
  schema:
19
20
  type: string
20
21
  in: path
21
22
  required: true
22
- x-openapi-router-controller: src.main.infraestructure.rest.Jump
23
23
  /files/{bucket_name}/{file_name}:
24
24
  post:
25
25
  tags:
@@ -35,6 +35,7 @@ paths:
35
35
  $ref: "#/components/responses/SimpleErrorResponse"
36
36
  operationId: insert_file
37
37
  summary: insert_file
38
+ x-openapi-router-controller: src.main.infraestructure.rest.Jump
38
39
  parameters:
39
40
  - name: bucket_name
40
41
  schema:
@@ -46,7 +47,6 @@ paths:
46
47
  type: string
47
48
  in: path
48
49
  required: true
49
- x-openapi-router-controller: src.main.infraestructure.rest.Jump
50
50
  /files/{bucket_name}/{file_name}/split:
51
51
  post:
52
52
  tags:
@@ -69,7 +69,7 @@ paths:
69
69
  $ref: "#/components/responses/SimpleErrorResponse"
70
70
  operationId: split_file
71
71
  summary: split_file
72
- x-openapi-router-controller: src.main.infraestructure.rest.Jump
72
+ x-openapi-router-controller: src.main.infraestructure.rest.Jump
73
73
  /yolo/{bucket_name}/{file_name}/train:
74
74
  post:
75
75
  tags:
@@ -82,6 +82,7 @@ paths:
82
82
  operationId: execute_yolo
83
83
  summary: execute_yolo
84
84
  description: execute_yolo
85
+ x-openapi-router-controller: src.main.infraestructure.rest.Jump
85
86
  parameters:
86
87
  - name: bucket_name
87
88
  schema:
@@ -93,7 +94,6 @@ paths:
93
94
  type: string
94
95
  in: path
95
96
  required: true
96
- x-openapi-router-controller: src.main.infraestructure.rest.Jump
97
97
  /yolo/{bucket_name}/detect/{file_name}:
98
98
  post:
99
99
  requestBody:
@@ -113,6 +113,7 @@ paths:
113
113
  operationId: execute_detect
114
114
  summary: execute_detect
115
115
  description: v
116
+ x-openapi-router-controller: src.main.infraestructure.rest.Jump
116
117
  parameters:
117
118
  - name: bucket_name
118
119
  schema:
@@ -124,7 +125,6 @@ paths:
124
125
  type: string
125
126
  in: path
126
127
  required: true
127
- x-openapi-router-controller: src.main.infraestructure.rest.Jump
128
128
  /yolo/{bucket_name}/detect/all:
129
129
  post:
130
130
  requestBody:
@@ -149,7 +149,7 @@ paths:
149
149
  operationId: execute_detect_all
150
150
  summary: execute detect all files in bucket
151
151
  description: execute detect all files in bucket
152
- x-openapi-router-controller: src.main.infraestructure.rest.Jump
152
+ x-openapi-router-controller: src.main.infraestructure.rest.Jump
153
153
  components:
154
154
  schemas:
155
155
  BucketFileListDto:
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "adyd-detector-api"
3
- version = "0.2.1"
3
+ version = "0.2.2"
4
4
  description = "API para ADYD Detector"
5
5
  authors = ["JacoboGeadaAnsino <jacobo.geada.ansino@gmail.com>"]
6
6
  readme = "README.md"