qtype 0.0.15__py3-none-any.whl → 0.0.16__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.
- qtype/interpreter/api.py +2 -0
- {qtype-0.0.15.dist-info → qtype-0.0.16.dist-info}/METADATA +1 -1
- {qtype-0.0.15.dist-info → qtype-0.0.16.dist-info}/RECORD +7 -7
- {qtype-0.0.15.dist-info → qtype-0.0.16.dist-info}/WHEEL +0 -0
- {qtype-0.0.15.dist-info → qtype-0.0.16.dist-info}/entry_points.txt +0 -0
- {qtype-0.0.15.dist-info → qtype-0.0.16.dist-info}/licenses/LICENSE +0 -0
- {qtype-0.0.15.dist-info → qtype-0.0.16.dist-info}/top_level.txt +0 -0
qtype/interpreter/api.py
CHANGED
|
@@ -6,6 +6,7 @@ from pathlib import Path
|
|
|
6
6
|
import pandas as pd
|
|
7
7
|
from fastapi import FastAPI, HTTPException, Query
|
|
8
8
|
from fastapi.middleware.cors import CORSMiddleware
|
|
9
|
+
from fastapi.responses import RedirectResponse
|
|
9
10
|
from fastapi.staticfiles import StaticFiles
|
|
10
11
|
|
|
11
12
|
from qtype.dsl.base_types import StepCardinality
|
|
@@ -70,6 +71,7 @@ class APIExecutor:
|
|
|
70
71
|
StaticFiles(directory=str(ui_dir), html=True),
|
|
71
72
|
name="ui",
|
|
72
73
|
)
|
|
74
|
+
app.get("/")(lambda: RedirectResponse(url="/ui"))
|
|
73
75
|
|
|
74
76
|
flows = self.definition.flows if self.definition.flows else []
|
|
75
77
|
|
|
@@ -28,7 +28,7 @@ qtype/dsl/domain_types.py,sha256=T0fVhdTyTrdtH4oOYvaRb7fstcReiwTQFCFYbDzPeew,165
|
|
|
28
28
|
qtype/dsl/model.py,sha256=POUDwNm74dTstcRb5Ens-DSpA8r9e1DtGbTm5KA8X74,31190
|
|
29
29
|
qtype/dsl/validator.py,sha256=j-Jb6uHNF9JwOFs1P-iaMyakhjLR7taJn6HKQuY3WfA,18278
|
|
30
30
|
qtype/interpreter/__init__.py,sha256=IaRF90JLFbsTLKz9LTOMI_Pz4xwVaEyXPNaXV7sLou8,43
|
|
31
|
-
qtype/interpreter/api.py,sha256=
|
|
31
|
+
qtype/interpreter/api.py,sha256=kvd1tOgJGeVE2fXaHzXwPS0YOEt_kFnoVLRF_4QPOl8,7827
|
|
32
32
|
qtype/interpreter/conversions.py,sha256=SFkALpQc2qIApYe7ICuQp6eSuB0YLsE9-gJT_B0e2cU,6072
|
|
33
33
|
qtype/interpreter/exceptions.py,sha256=Il8IF0UAtYWQXwvOVQCY-csfRzC1iOejHM1G-nF5EfY,288
|
|
34
34
|
qtype/interpreter/flow.py,sha256=2u1wRahNFQaRRklnU4uW7_UKSD73-uZe_WiYlKitXQg,1233
|
|
@@ -98,9 +98,9 @@ qtype/semantic/generate.py,sha256=c7yzVmzNyOqWdlbofR1FY8QyeiLYddnIdSsd6VvyY0c,15
|
|
|
98
98
|
qtype/semantic/model.py,sha256=HoG6rawJ7UuaDbME9QgQke8lOJYUNdawZBBZucNxPbc,16582
|
|
99
99
|
qtype/semantic/resolver.py,sha256=rhePhY1m4h-qYZucIcBcu0DMocjlOs5OVSbhR5HZ2xo,3404
|
|
100
100
|
qtype/semantic/visualize.py,sha256=ZFXBBxqRkX9vXNoCQAReYU7HB3Ecmsm5sQBMEox8ZNU,17444
|
|
101
|
-
qtype-0.0.
|
|
102
|
-
qtype-0.0.
|
|
103
|
-
qtype-0.0.
|
|
104
|
-
qtype-0.0.
|
|
105
|
-
qtype-0.0.
|
|
106
|
-
qtype-0.0.
|
|
101
|
+
qtype-0.0.16.dist-info/licenses/LICENSE,sha256=1KA5EgYBSR0O6nCH2HEvk6Di53YKJ9r_VCR7G8G8qAY,11341
|
|
102
|
+
qtype-0.0.16.dist-info/METADATA,sha256=5Jafu7CEKPiuG0z3CARPv5WI0Gb7r-9IqPPRbOizEIQ,4737
|
|
103
|
+
qtype-0.0.16.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
104
|
+
qtype-0.0.16.dist-info/entry_points.txt,sha256=5y4vj8RLvgl2tXSj-Hm7v5-Tn3kP4-UonjNoN-mfaQE,41
|
|
105
|
+
qtype-0.0.16.dist-info/top_level.txt,sha256=ONroH5B0mZ51jr7NSWCK0weFwwCO7wBLmyVS1YqNU14,6
|
|
106
|
+
qtype-0.0.16.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|