uEdition-Editor 2.2.4__tar.gz → 2.2.6__tar.gz
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.
- {uedition_editor-2.2.4 → uedition_editor-2.2.6}/PKG-INFO +8 -7
- {uedition_editor-2.2.4 → uedition_editor-2.2.6}/pyproject.toml +7 -6
- {uedition_editor-2.2.4 → uedition_editor-2.2.6}/uedition_editor/__about__.py +1 -1
- uedition_editor-2.2.6/uedition_editor/frontend/dist/assets/CodeMirrorEditor-BF2jh00W.js +30 -0
- uedition_editor-2.2.6/uedition_editor/frontend/dist/assets/FolderEditor-BNCG3vgz.js +1 -0
- uedition_editor-2.2.6/uedition_editor/frontend/dist/assets/ImageEditor--gQ_1rXk.js +1 -0
- uedition_editor-2.2.4/uedition_editor/frontend/dist/assets/PdfEditor-QUshyPu3.js → uedition_editor-2.2.6/uedition_editor/frontend/dist/assets/PdfEditor-CtsEdEpM.js +1 -1
- uedition_editor-2.2.6/uedition_editor/frontend/dist/assets/TeiEditor-BcD-8cUg.js +105 -0
- uedition_editor-2.2.6/uedition_editor/frontend/dist/assets/index-B_6pnSm6.css +1 -0
- uedition_editor-2.2.6/uedition_editor/frontend/dist/assets/index-CzJC11sa.js +14 -0
- {uedition_editor-2.2.4 → uedition_editor-2.2.6}/uedition_editor/frontend/dist/index.html +2 -2
- {uedition_editor-2.2.4 → uedition_editor-2.2.6}/uedition_editor/settings.py +2 -0
- {uedition_editor-2.2.4 → uedition_editor-2.2.6}/update_version.py +1 -1
- uedition_editor-2.2.4/uedition_editor/frontend/dist/assets/CodeMirrorEditor-DeB75lTS.js +0 -30
- uedition_editor-2.2.4/uedition_editor/frontend/dist/assets/FolderEditor-CW7prHc8.js +0 -1
- uedition_editor-2.2.4/uedition_editor/frontend/dist/assets/ImageEditor-wIdXiu8y.js +0 -1
- uedition_editor-2.2.4/uedition_editor/frontend/dist/assets/TeiEditor-CxvffDm0.js +0 -103
- uedition_editor-2.2.4/uedition_editor/frontend/dist/assets/index-BvXz_3FY.css +0 -1
- uedition_editor-2.2.4/uedition_editor/frontend/dist/assets/index-CKkRF2_K.js +0 -14
- {uedition_editor-2.2.4 → uedition_editor-2.2.6}/.gitignore +0 -0
- {uedition_editor-2.2.4 → uedition_editor-2.2.6}/.pre-commit-config.yaml +0 -0
- {uedition_editor-2.2.4 → uedition_editor-2.2.6}/Containerfile +0 -0
- {uedition_editor-2.2.4 → uedition_editor-2.2.6}/LICENSE.txt +0 -0
- {uedition_editor-2.2.4 → uedition_editor-2.2.6}/README.md +0 -0
- {uedition_editor-2.2.4 → uedition_editor-2.2.6}/uedition_editor/__init__.py +0 -0
- {uedition_editor-2.2.4 → uedition_editor-2.2.6}/uedition_editor/__main__.py +0 -0
- {uedition_editor-2.2.4 → uedition_editor-2.2.6}/uedition_editor/api/__init__.py +0 -0
- {uedition_editor-2.2.4 → uedition_editor-2.2.6}/uedition_editor/api/auth.py +0 -0
- {uedition_editor-2.2.4 → uedition_editor-2.2.6}/uedition_editor/api/branches.py +0 -0
- {uedition_editor-2.2.4 → uedition_editor-2.2.6}/uedition_editor/api/configs.py +0 -0
- {uedition_editor-2.2.4 → uedition_editor-2.2.6}/uedition_editor/api/files.py +0 -0
- {uedition_editor-2.2.4 → uedition_editor-2.2.6}/uedition_editor/api/tests.py +0 -0
- {uedition_editor-2.2.4 → uedition_editor-2.2.6}/uedition_editor/api/util.py +0 -0
- {uedition_editor-2.2.4 → uedition_editor-2.2.6}/uedition_editor/cli/__init__.py +0 -0
- {uedition_editor-2.2.4 → uedition_editor-2.2.6}/uedition_editor/cron.py +0 -0
- {uedition_editor-2.2.4 → uedition_editor-2.2.6}/uedition_editor/frontend/dist/assets/CodeMirrorEditor-DUGUrxLC.css +0 -0
- {uedition_editor-2.2.4 → uedition_editor-2.2.6}/uedition_editor/frontend/dist/assets/index-Vcq4gwWv.js +0 -0
- {uedition_editor-2.2.4 → uedition_editor-2.2.6}/uedition_editor/frontend/dist/ueditor.svg +0 -0
- {uedition_editor-2.2.4 → uedition_editor-2.2.6}/uedition_editor/state.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: uEdition-Editor
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.6
|
|
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
|
|
@@ -12,6 +12,7 @@ Classifier: Programming Language :: Python
|
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.11
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.12
|
|
14
14
|
Classifier: Programming Language :: Python :: 3.13
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
15
16
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
16
17
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
17
18
|
Requires-Python: >=3.11
|
|
@@ -20,16 +21,16 @@ Requires-Dist: fastapi<1
|
|
|
20
21
|
Requires-Dist: httptools<1
|
|
21
22
|
Requires-Dist: httpx<1,>=0.28.1
|
|
22
23
|
Requires-Dist: lxml<7,>=5
|
|
23
|
-
Requires-Dist: pydantic-settings<3,>=2
|
|
24
|
-
Requires-Dist: pydantic[email]<3,>=2
|
|
25
|
-
Requires-Dist: pygit2<2,>=1.
|
|
26
|
-
Requires-Dist: pyjwt[crypto]<3,>=2.
|
|
24
|
+
Requires-Dist: pydantic-settings<3,>=2.13.1
|
|
25
|
+
Requires-Dist: pydantic[email]<3,>=2.13.2
|
|
26
|
+
Requires-Dist: pygit2<2,>=1.19.2
|
|
27
|
+
Requires-Dist: pyjwt[crypto]<3,>=2.12.1
|
|
27
28
|
Requires-Dist: python-multipart<1,>=0.0.9
|
|
28
29
|
Requires-Dist: python-slugify<9,>=8.0.4
|
|
29
30
|
Requires-Dist: pyyaml-include<3,>=2
|
|
30
31
|
Requires-Dist: pyyaml<7,>=6
|
|
31
|
-
Requires-Dist: typer<1,>=0.
|
|
32
|
-
Requires-Dist: uedition
|
|
32
|
+
Requires-Dist: typer<1,>=0.24.1
|
|
33
|
+
Requires-Dist: uedition
|
|
33
34
|
Requires-Dist: uvicorn<1
|
|
34
35
|
Requires-Dist: websockets<17,>=15
|
|
35
36
|
Description-Content-Type: text/markdown
|
|
@@ -17,6 +17,7 @@ classifiers = [
|
|
|
17
17
|
"Programming Language :: Python :: 3.11",
|
|
18
18
|
"Programming Language :: Python :: 3.12",
|
|
19
19
|
"Programming Language :: Python :: 3.13",
|
|
20
|
+
"Programming Language :: Python :: 3.14",
|
|
20
21
|
"Programming Language :: Python :: Implementation :: CPython",
|
|
21
22
|
"Programming Language :: Python :: Implementation :: PyPy",
|
|
22
23
|
]
|
|
@@ -26,16 +27,16 @@ dependencies = [
|
|
|
26
27
|
"httptools<1",
|
|
27
28
|
"httpx>=0.28.1,<1",
|
|
28
29
|
"lxml>=5,<7",
|
|
29
|
-
"pydantic[email]>=2,<3",
|
|
30
|
-
"pydantic_settings>=2,<3",
|
|
31
|
-
"pygit2>=1.
|
|
30
|
+
"pydantic[email]>=2.13.2,<3",
|
|
31
|
+
"pydantic_settings>=2.13.1,<3",
|
|
32
|
+
"pygit2>=1.19.2,<2",
|
|
32
33
|
"python-multipart>=0.0.9,<1",
|
|
33
34
|
"python-slugify>=8.0.4,<9",
|
|
34
|
-
"pyjwt[crypto]>=2.
|
|
35
|
+
"pyjwt[crypto]>=2.12.1,<3",
|
|
35
36
|
"PyYaml>=6,<7",
|
|
36
37
|
"pyyaml_include>=2,<3",
|
|
37
|
-
"uEdition
|
|
38
|
-
"typer>=0.
|
|
38
|
+
"uEdition",
|
|
39
|
+
"typer>=0.24.1,<1",
|
|
39
40
|
"uvicorn<1",
|
|
40
41
|
"websockets>=15,<17",
|
|
41
42
|
]
|