cycls 0.0.2.55__py3-none-any.whl → 0.0.2.57__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.
- cycls/sdk.py +5 -2
- cycls/theme/assets/index-C3BC5odN.css +1 -0
- cycls/theme/assets/index-CabnsD7I.js +400 -0
- cycls/theme/index.html +2 -2
- cycls/web.py +3 -1
- {cycls-0.0.2.55.dist-info → cycls-0.0.2.57.dist-info}/METADATA +1 -1
- cycls-0.0.2.57.dist-info/RECORD +10 -0
- cycls/theme/assets/index-CE4acW4J.css +0 -1
- cycls/theme/assets/index-DK37eWM7.js +0 -393
- cycls-0.0.2.55.dist-info/RECORD +0 -10
- {cycls-0.0.2.55.dist-info → cycls-0.0.2.57.dist-info}/WHEEL +0 -0
cycls/theme/index.html
CHANGED
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
rel="stylesheet"
|
|
14
14
|
href="https://esm.sh/katex@0.16.8/dist/katex.min.css"
|
|
15
15
|
/>
|
|
16
|
-
<script type="module" crossorigin src="/assets/index-
|
|
17
|
-
<link rel="stylesheet" crossorigin href="/assets/index-
|
|
16
|
+
<script type="module" crossorigin src="/assets/index-CabnsD7I.js"></script>
|
|
17
|
+
<link rel="stylesheet" crossorigin href="/assets/index-C3BC5odN.css">
|
|
18
18
|
</head>
|
|
19
19
|
<body style="overflow-x: hidden">
|
|
20
20
|
<div id="root"></div>
|
cycls/web.py
CHANGED
|
@@ -49,7 +49,7 @@ XwIDAQAB
|
|
|
49
49
|
-----END PUBLIC KEY-----
|
|
50
50
|
"""
|
|
51
51
|
|
|
52
|
-
def web(func, public_path="", prod=False, org=None, api_token=None, header="", intro="", title="", auth=
|
|
52
|
+
def web(func, public_path="", prod=False, org=None, api_token=None, header="", intro="", title="", auth=False, tier="", analytics=False): # API auth
|
|
53
53
|
from fastapi import FastAPI, Request, HTTPException, status, Depends
|
|
54
54
|
from fastapi.responses import StreamingResponse , HTMLResponse
|
|
55
55
|
from fastapi.security import HTTPBearer, HTTPAuthorizationCredentials
|
|
@@ -72,6 +72,7 @@ def web(func, public_path="", prod=False, org=None, api_token=None, header="", i
|
|
|
72
72
|
prod: bool
|
|
73
73
|
auth: bool
|
|
74
74
|
tier: str
|
|
75
|
+
analytics: bool
|
|
75
76
|
org: Optional[str]
|
|
76
77
|
pk_live: str
|
|
77
78
|
pk_test: str
|
|
@@ -116,6 +117,7 @@ def web(func, public_path="", prod=False, org=None, api_token=None, header="", i
|
|
|
116
117
|
prod=prod,
|
|
117
118
|
auth=auth,
|
|
118
119
|
tier=tier,
|
|
120
|
+
analytics=analytics,
|
|
119
121
|
org=org,
|
|
120
122
|
pk_live="pk_live_Y2xlcmsuY3ljbHMuYWkk",
|
|
121
123
|
pk_test="pk_test_c2VsZWN0LXNsb3RoLTU4LmNsZXJrLmFjY291bnRzLmRldiQ"
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
cycls/__init__.py,sha256=bVT0dYTXLdSC3ZURgtm-DEOj-VO6RUM6zGsJB0zuj6Y,61
|
|
2
|
+
cycls/runtime.py,sha256=hLBtwtGz0FCW1-EPCJy6kMdF2fB3i6Df_H8-bm7qeK0,18223
|
|
3
|
+
cycls/sdk.py,sha256=YmBg6UuQIFIPRQOufZV0yYP5H1-wittDfTOwth4J_OM,6028
|
|
4
|
+
cycls/theme/assets/index-C3BC5odN.css,sha256=UMGjo-MRSnxKX3_p76wSXk7AJ0VVODdF333AHMVL_-U,285
|
|
5
|
+
cycls/theme/assets/index-CabnsD7I.js,sha256=_jjezmPxZxq1BbcOz0NAZEP3FsPE2UdEnx9zoPbSPvc,1161058
|
|
6
|
+
cycls/theme/index.html,sha256=BOjE1Ikw8fuo77W-zsvWKyjSE8YE0ax9wBU8CJBXO-c,738
|
|
7
|
+
cycls/web.py,sha256=0wu8VIBAAlDs7bCGkzYETlKiHPQ5vOr1nu4vxahKBYo,5132
|
|
8
|
+
cycls-0.0.2.57.dist-info/METADATA,sha256=_9ysAaE1NapKChfuCUaz3Ny_ui1t1l0gQIa7yBqdxCo,4800
|
|
9
|
+
cycls-0.0.2.57.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
10
|
+
cycls-0.0.2.57.dist-info/RECORD,,
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.cl-internal-p8bmz4{box-shadow:none!important;border:1px solid rgba(0,0,0,.1);box-shadow:0 1px 2px #0000000d}
|