cycls 0.0.2.54__py3-none-any.whl → 0.0.2.56__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 +2 -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.54.dist-info → cycls-0.0.2.56.dist-info}/METADATA +1 -1
- cycls-0.0.2.56.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.54.dist-info/RECORD +0 -10
- {cycls-0.0.2.54.dist-info → cycls-0.0.2.56.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=True): # API auth
|
|
52
|
+
def web(func, public_path="", prod=False, org=None, api_token=None, header="", intro="", title="", auth=True, tier=""): # 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
|
|
@@ -71,6 +71,7 @@ def web(func, public_path="", prod=False, org=None, api_token=None, header="", i
|
|
|
71
71
|
title: str
|
|
72
72
|
prod: bool
|
|
73
73
|
auth: bool
|
|
74
|
+
tier: str
|
|
74
75
|
org: Optional[str]
|
|
75
76
|
pk_live: str
|
|
76
77
|
pk_test: str
|
|
@@ -114,6 +115,7 @@ def web(func, public_path="", prod=False, org=None, api_token=None, header="", i
|
|
|
114
115
|
title=title,
|
|
115
116
|
prod=prod,
|
|
116
117
|
auth=auth,
|
|
118
|
+
tier=tier,
|
|
117
119
|
org=org,
|
|
118
120
|
pk_live="pk_live_Y2xlcmsuY3ljbHMuYWkk",
|
|
119
121
|
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=K53Y9bL7uHoUDgt7oMlDjAyrK3252nmxME19J8-9Q7A,5920
|
|
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=n0ZIiRSE4DSGbMOOsJhx-giA1A6i2ECkD2WlkdZtL1Y,5057
|
|
8
|
+
cycls-0.0.2.56.dist-info/METADATA,sha256=9kR2rSRnw6wToBdTlKk_KtwMxoJf2rXs-mbdaa5LUN4,4800
|
|
9
|
+
cycls-0.0.2.56.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
10
|
+
cycls-0.0.2.56.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}
|