cycls 0.0.2.42__py3-none-any.whl → 0.0.2.43__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/theme/assets/{index-C9QLIkeQ.js → index-BTJYpn6N.js} +39 -39
- cycls/theme/index.html +3 -11
- {cycls-0.0.2.42.dist-info → cycls-0.0.2.43.dist-info}/METADATA +1 -1
- cycls-0.0.2.43.dist-info/RECORD +9 -0
- cycls-0.0.2.42.dist-info/RECORD +0 -9
- {cycls-0.0.2.42.dist-info → cycls-0.0.2.43.dist-info}/WHEEL +0 -0
cycls/theme/index.html
CHANGED
|
@@ -13,17 +13,9 @@
|
|
|
13
13
|
rel="stylesheet"
|
|
14
14
|
href="https://esm.sh/katex@0.16.8/dist/katex.min.css"
|
|
15
15
|
/>
|
|
16
|
-
<script>
|
|
17
|
-
const HEADER = `{{ header | safe }}`;
|
|
18
|
-
const INTRO = `{{ intro | safe }}`;
|
|
19
|
-
const ORG = "{{ org }}";
|
|
20
|
-
const AUTH = {{ auth | tojson }};
|
|
21
|
-
const PROD = {{ prod | tojson }};
|
|
22
|
-
const PUBLISHABLE_KEY = "{{ pk_live if prod else pk_test }}";
|
|
23
|
-
</script>
|
|
24
|
-
<script type="module" crossorigin src="/assets/index-C9QLIkeQ.js"></script>
|
|
16
|
+
<script type="module" crossorigin src="/assets/index-BTJYpn6N.js"></script>
|
|
25
17
|
</head>
|
|
26
|
-
<body>
|
|
27
|
-
<div
|
|
18
|
+
<body style="overflow-x: hidden">
|
|
19
|
+
<div id="root"></div>
|
|
28
20
|
</body>
|
|
29
21
|
</html>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
cycls/__init__.py,sha256=bVT0dYTXLdSC3ZURgtm-DEOj-VO6RUM6zGsJB0zuj6Y,61
|
|
2
|
+
cycls/runtime.py,sha256=GoRfyPn2uKTIMb4FSowjfo02DsL0VrunDuybdeZxsvM,18221
|
|
3
|
+
cycls/sdk.py,sha256=lqYE52hSZ8kfda-M46zPcrU-dVFztf-qlHa5ozS4Xbs,5132
|
|
4
|
+
cycls/theme/assets/index-BTJYpn6N.js,sha256=22j2WO-qvtr2OcTeIpPhaMS66OFyUwJXK-u5Fu5yjlA,1096743
|
|
5
|
+
cycls/theme/index.html,sha256=gdq-X9O8_972BHsYvcvbFaHoF1S4MWDuAMiTbqASGqc,664
|
|
6
|
+
cycls/web.py,sha256=Yoot83871KjSkfkvkZSBeJQ5MnY620tAvT291ybUNQE,4848
|
|
7
|
+
cycls-0.0.2.43.dist-info/METADATA,sha256=HITG4UMVTx3pdzgOf59gZ_8j6eU55IXfdmKof18CzfQ,5673
|
|
8
|
+
cycls-0.0.2.43.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
9
|
+
cycls-0.0.2.43.dist-info/RECORD,,
|
cycls-0.0.2.42.dist-info/RECORD
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
cycls/__init__.py,sha256=bVT0dYTXLdSC3ZURgtm-DEOj-VO6RUM6zGsJB0zuj6Y,61
|
|
2
|
-
cycls/runtime.py,sha256=GoRfyPn2uKTIMb4FSowjfo02DsL0VrunDuybdeZxsvM,18221
|
|
3
|
-
cycls/sdk.py,sha256=lqYE52hSZ8kfda-M46zPcrU-dVFztf-qlHa5ozS4Xbs,5132
|
|
4
|
-
cycls/theme/assets/index-C9QLIkeQ.js,sha256=JzH_gKNEKDxJzYN31CPcUW9oeGgkB5D9oM9MNb9i0iE,1097086
|
|
5
|
-
cycls/theme/index.html,sha256=t-6YvnXvvnFX-LLDgUpP5SJrEIYsnE863Dk1OfDEBug,956
|
|
6
|
-
cycls/web.py,sha256=Yoot83871KjSkfkvkZSBeJQ5MnY620tAvT291ybUNQE,4848
|
|
7
|
-
cycls-0.0.2.42.dist-info/METADATA,sha256=4WvqSNmsH5qC8YibeakPPcJiHr8YuNDhqxYyM4J3MyE,5673
|
|
8
|
-
cycls-0.0.2.42.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
9
|
-
cycls-0.0.2.42.dist-info/RECORD,,
|
|
File without changes
|