uEdition-Editor 2.0.0b5__py3-none-any.whl → 2.0.0b7__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.
Potentially problematic release.
This version of uEdition-Editor might be problematic. Click here for more details.
- uedition_editor/__about__.py +1 -1
- uedition_editor/__init__.py +11 -2
- uedition_editor/api/branches.py +20 -66
- uedition_editor/api/util.py +10 -0
- uedition_editor/cron.py +46 -15
- uedition_editor/frontend/dist/assets/{CodeMirrorEditor-B8N4a0_6.js → CodeMirrorEditor-BAn1Wzpi.js} +1 -1
- uedition_editor/frontend/dist/assets/{FolderEditor-zEVI7VnV.js → FolderEditor-BrlMJ9kW.js} +1 -1
- uedition_editor/frontend/dist/assets/{ImageEditor-D2waaDFD.js → ImageEditor-Byg6QDjZ.js} +1 -1
- uedition_editor/frontend/dist/assets/{TeiEditor-DaKNV6gH.js → TeiEditor-CjT57X2c.js} +1 -1
- uedition_editor/frontend/dist/assets/index-D6QIwXwq.js +17 -0
- uedition_editor/frontend/dist/index.html +1 -1
- uedition_editor/state.py +7 -0
- {uedition_editor-2.0.0b5.dist-info → uedition_editor-2.0.0b7.dist-info}/METADATA +2 -2
- uedition_editor-2.0.0b7.dist-info/RECORD +29 -0
- uedition_editor/frontend/dist/assets/index-DHdOJOZY.js +0 -17
- uedition_editor-2.0.0b5.dist-info/RECORD +0 -28
- {uedition_editor-2.0.0b5.dist-info → uedition_editor-2.0.0b7.dist-info}/WHEEL +0 -0
- {uedition_editor-2.0.0b5.dist-info → uedition_editor-2.0.0b7.dist-info}/entry_points.txt +0 -0
- {uedition_editor-2.0.0b5.dist-info → uedition_editor-2.0.0b7.dist-info}/licenses/LICENSE.txt +0 -0
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<link rel="icon" type="image/svg+xml" href="/app/ueditor.svg" />
|
|
7
7
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
8
8
|
<title>μEditor loading. Please wait...</title>
|
|
9
|
-
<script type="module" crossorigin src="/app/assets/index-
|
|
9
|
+
<script type="module" crossorigin src="/app/assets/index-D6QIwXwq.js"></script>
|
|
10
10
|
<link rel="stylesheet" crossorigin href="/app/assets/index-HmBQiVS_.css">
|
|
11
11
|
</head>
|
|
12
12
|
|
uedition_editor/state.py
ADDED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: uEdition-Editor
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.0b7
|
|
4
4
|
Project-URL: Documentation, https://github.com/uEdition/uEditor#readme
|
|
5
5
|
Project-URL: Issues, https://github.com/uEdition/uEditor/issues
|
|
6
6
|
Project-URL: Source, https://github.com/uEdition/uEditor
|
|
@@ -19,7 +19,7 @@ Requires-Dist: aiocron<3,>=2.1
|
|
|
19
19
|
Requires-Dist: fastapi<1
|
|
20
20
|
Requires-Dist: httptools<1
|
|
21
21
|
Requires-Dist: httpx<1,>=0.28.1
|
|
22
|
-
Requires-Dist: lxml<
|
|
22
|
+
Requires-Dist: lxml<7,>=5
|
|
23
23
|
Requires-Dist: pydantic-settings<3,>=2
|
|
24
24
|
Requires-Dist: pydantic[email]<3,>=2
|
|
25
25
|
Requires-Dist: pygit2<2,>=1.17.0
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
uedition_editor/__about__.py,sha256=aW-WgftsaGBz6zItvh5iguKin-FT7NQBnp7KmFbnaYk,160
|
|
2
|
+
uedition_editor/__init__.py,sha256=0cx1VWwBkmHTA9kTR7dF22kM-K2I4b8q5bRrEiVJ3Pc,1496
|
|
3
|
+
uedition_editor/__main__.py,sha256=b4COmnuVMw6l_M_HFxKWvPYWwegDk0382NAL_l7w8Do,222
|
|
4
|
+
uedition_editor/cron.py,sha256=3nQp90yvyH7AUkL3lFw2_MEWWHdAxkFraMupJaisn5g,2470
|
|
5
|
+
uedition_editor/settings.py,sha256=NNxu-W3S4lhcROvDXrvWMKJwrT4oZCJJwnDl0sM9mfM,14401
|
|
6
|
+
uedition_editor/state.py,sha256=P9T4bLq5cm-spQMRt63Nin8-a4FDxSfeLy4d4bMl9A4,187
|
|
7
|
+
uedition_editor/api/__init__.py,sha256=zXhBEHFh2UWl9KDgF9bFlVMhUhkES6jmKh1QoBnHtDI,1911
|
|
8
|
+
uedition_editor/api/auth.py,sha256=yZG3K3QglRziJtEod4wFNVrCTyYZC89Hwhx33wGcYgw,7255
|
|
9
|
+
uedition_editor/api/branches.py,sha256=uGqJfe2mGdZ_ufnuem3BqMAGwwrpuvWaUHTq7s7pXVc,6993
|
|
10
|
+
uedition_editor/api/configs.py,sha256=lXRpbdxaKQ4OMTVL0nrTHdGE4SBcSMWaWgYhSBXoOh4,2919
|
|
11
|
+
uedition_editor/api/files.py,sha256=ed2lYGwUXMT27dl8ud0n4TR7dJED4hYBhC9hffejVdY,32978
|
|
12
|
+
uedition_editor/api/tests.py,sha256=f9BF3oBAY1o8TA7EhouXmeIDOp4elA4SQaDDtlG1Nh8,1162
|
|
13
|
+
uedition_editor/api/util.py,sha256=fx9g7NQfY-fWneswr_AyiPzVxJgJJJ-miDA_KGeftMo,4289
|
|
14
|
+
uedition_editor/cli/__init__.py,sha256=5AK1wUlflAXCt7cBZ348V4aueV5iJGKV-ouqoXpsIh0,983
|
|
15
|
+
uedition_editor/frontend/dist/index.html,sha256=DNJQhe-73jGFwSU0XZ_l3GQcmO6TCMHWCjbBaDPfMpU,474
|
|
16
|
+
uedition_editor/frontend/dist/ueditor.svg,sha256=rvEMqMyRGiGIorMjRxWO4rbTlS_H6oxhhibmsunFYFg,340
|
|
17
|
+
uedition_editor/frontend/dist/assets/CodeMirrorEditor-BAn1Wzpi.js,sha256=ILqzd7z1Fl53JiJKhstiVt5GUiGZLy_InMZ5pjm2MyI,606870
|
|
18
|
+
uedition_editor/frontend/dist/assets/CodeMirrorEditor-ddcHt3UE.css,sha256=TMoYtZ0n60AEBxfWW_ge2AxPYcamaOOwnGWTz5_13OA,846
|
|
19
|
+
uedition_editor/frontend/dist/assets/FolderEditor-BrlMJ9kW.js,sha256=R2OZBSduF_ffZMjPrOFW4LFW7FLHcqxJbq5ds6sW5tw,2938
|
|
20
|
+
uedition_editor/frontend/dist/assets/ImageEditor-Byg6QDjZ.js,sha256=dV-3X-60duZebi3qGi20F4AhWJnFDizw6-qO2zlrXeE,801
|
|
21
|
+
uedition_editor/frontend/dist/assets/TeiEditor-CjT57X2c.js,sha256=NYzvN2qDd2mEBSp2hz2Eec3lEWy-qONM5UMUsBFp_cw,350821
|
|
22
|
+
uedition_editor/frontend/dist/assets/index-D6QIwXwq.js,sha256=yz1ijev4Ww2ePUyFSGDZRwRJORkSbbUO_eJTgAq74WU,324108
|
|
23
|
+
uedition_editor/frontend/dist/assets/index-HmBQiVS_.css,sha256=I-O-hMFBmkNau7U6v3iX3AMfMu6stKgFtrNVoGRh1Pk,19716
|
|
24
|
+
uedition_editor/frontend/dist/assets/index-Vcq4gwWv.js,sha256=7NTN0-UTH-BpoJQqdC43Ec4Cdwj4Wv8viGg4W3EBqx8,1494
|
|
25
|
+
uedition_editor-2.0.0b7.dist-info/METADATA,sha256=b7zXCYpyodcP6puO-A4s2twma2w_pmm6ax92_lTOyVE,2753
|
|
26
|
+
uedition_editor-2.0.0b7.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
27
|
+
uedition_editor-2.0.0b7.dist-info/entry_points.txt,sha256=v2HE8dFcsAPreD-LjMrjsB31iyTTqKjQ-Uj2_ztaqpg,52
|
|
28
|
+
uedition_editor-2.0.0b7.dist-info/licenses/LICENSE.txt,sha256=pL_y3ondEzJrX26zSglvj0GOT0p2SjFnDm7dRpMgk64,1101
|
|
29
|
+
uedition_editor-2.0.0b7.dist-info/RECORD,,
|