drawsvg-ui 0.5.1__tar.gz → 0.5.3__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.
- {drawsvg_ui-0.5.1/src/drawsvg_ui.egg-info → drawsvg_ui-0.5.3}/PKG-INFO +17 -1
- {drawsvg_ui-0.5.1 → drawsvg_ui-0.5.3}/pyproject.toml +22 -2
- {drawsvg_ui-0.5.1 → drawsvg_ui-0.5.3/src/drawsvg_ui.egg-info}/PKG-INFO +17 -1
- {drawsvg_ui-0.5.1 → drawsvg_ui-0.5.3}/LICENSE +0 -0
- {drawsvg_ui-0.5.1 → drawsvg_ui-0.5.3}/README.md +0 -0
- {drawsvg_ui-0.5.1 → drawsvg_ui-0.5.3}/setup.cfg +0 -0
- {drawsvg_ui-0.5.1 → drawsvg_ui-0.5.3}/src/app_info.py +0 -0
- {drawsvg_ui-0.5.1 → drawsvg_ui-0.5.3}/src/canvas_view.py +0 -0
- {drawsvg_ui-0.5.1 → drawsvg_ui-0.5.3}/src/constants.py +0 -0
- {drawsvg_ui-0.5.1 → drawsvg_ui-0.5.3}/src/drawsvg_ui.egg-info/SOURCES.txt +0 -0
- {drawsvg_ui-0.5.1 → drawsvg_ui-0.5.3}/src/drawsvg_ui.egg-info/dependency_links.txt +0 -0
- {drawsvg_ui-0.5.1 → drawsvg_ui-0.5.3}/src/drawsvg_ui.egg-info/entry_points.txt +0 -0
- {drawsvg_ui-0.5.1 → drawsvg_ui-0.5.3}/src/drawsvg_ui.egg-info/requires.txt +0 -0
- {drawsvg_ui-0.5.1 → drawsvg_ui-0.5.3}/src/drawsvg_ui.egg-info/top_level.txt +0 -0
- {drawsvg_ui-0.5.1 → drawsvg_ui-0.5.3}/src/export_drawsvg.py +0 -0
- {drawsvg_ui-0.5.1 → drawsvg_ui-0.5.3}/src/import_drawsvg.py +0 -0
- {drawsvg_ui-0.5.1 → drawsvg_ui-0.5.3}/src/items/__init__.py +0 -0
- {drawsvg_ui-0.5.1 → drawsvg_ui-0.5.3}/src/items/base.py +0 -0
- {drawsvg_ui-0.5.1 → drawsvg_ui-0.5.3}/src/items/labels.py +0 -0
- {drawsvg_ui-0.5.1 → drawsvg_ui-0.5.3}/src/items/shapes/__init__.py +0 -0
- {drawsvg_ui-0.5.1 → drawsvg_ui-0.5.3}/src/items/shapes/curves.py +0 -0
- {drawsvg_ui-0.5.1 → drawsvg_ui-0.5.3}/src/items/shapes/lines.py +0 -0
- {drawsvg_ui-0.5.1 → drawsvg_ui-0.5.3}/src/items/shapes/polygons.py +0 -0
- {drawsvg_ui-0.5.1 → drawsvg_ui-0.5.3}/src/items/shapes/rects.py +0 -0
- {drawsvg_ui-0.5.1 → drawsvg_ui-0.5.3}/src/items/text.py +0 -0
- {drawsvg_ui-0.5.1 → drawsvg_ui-0.5.3}/src/items/widgets/__init__.py +0 -0
- {drawsvg_ui-0.5.1 → drawsvg_ui-0.5.3}/src/items/widgets/folder_tree.py +0 -0
- {drawsvg_ui-0.5.1 → drawsvg_ui-0.5.3}/src/main.py +0 -0
- {drawsvg_ui-0.5.1 → drawsvg_ui-0.5.3}/src/main_window.py +0 -0
- {drawsvg_ui-0.5.1 → drawsvg_ui-0.5.3}/src/palette.py +0 -0
- {drawsvg_ui-0.5.1 → drawsvg_ui-0.5.3}/src/properties_panel.py +0 -0
- {drawsvg_ui-0.5.1 → drawsvg_ui-0.5.3}/src/ui/__init__.py +0 -0
- {drawsvg_ui-0.5.1 → drawsvg_ui-0.5.3}/src/ui/main_window.ui +0 -0
- {drawsvg_ui-0.5.1 → drawsvg_ui-0.5.3}/src/ui/properties_panel.ui +0 -0
|
@@ -1,10 +1,26 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: drawsvg-ui
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.3
|
|
4
4
|
Summary: GUI for creating drawsvg scenes with PySide6
|
|
5
5
|
Author-email: Taron686 <Taron686@users.noreply.github.com>
|
|
6
6
|
License: GPL-3.0-or-later
|
|
7
|
+
Project-URL: Homepage, https://github.com/Taron686/drawsvg-ui
|
|
8
|
+
Project-URL: Repository, https://github.com/Taron686/drawsvg-ui
|
|
9
|
+
Project-URL: Documentation, https://github.com/Taron686/drawsvg-ui#readme
|
|
10
|
+
Project-URL: Issue Tracker, https://github.com/Taron686/drawsvg-ui/issues
|
|
7
11
|
Keywords: drawsvg,pyside6,gui,svg,vector-graphics,editor
|
|
12
|
+
Classifier: Development Status :: 4 - Beta
|
|
13
|
+
Classifier: Environment :: X11 Applications :: Qt
|
|
14
|
+
Classifier: Intended Audience :: End Users/Desktop
|
|
15
|
+
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
|
|
16
|
+
Classifier: Operating System :: OS Independent
|
|
17
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
20
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
21
|
+
Classifier: Topic :: Multimedia :: Graphics :: Editors
|
|
22
|
+
Classifier: Topic :: Multimedia :: Graphics :: Viewers
|
|
23
|
+
Classifier: Topic :: Software Development :: User Interfaces
|
|
8
24
|
Requires-Python: >=3.10
|
|
9
25
|
Description-Content-Type: text/markdown
|
|
10
26
|
License-File: LICENSE
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "drawsvg-ui"
|
|
7
|
-
version = "0.5.
|
|
7
|
+
version = "0.5.3"
|
|
8
8
|
description = "GUI for creating drawsvg scenes with PySide6"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.10"
|
|
@@ -18,6 +18,26 @@ dependencies = [
|
|
|
18
18
|
"PySide6-Essentials>=6.9.2,<7",
|
|
19
19
|
"shiboken6>=6.9.2,<7",
|
|
20
20
|
]
|
|
21
|
+
classifiers = [
|
|
22
|
+
"Development Status :: 4 - Beta",
|
|
23
|
+
"Environment :: X11 Applications :: Qt",
|
|
24
|
+
"Intended Audience :: End Users/Desktop",
|
|
25
|
+
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
|
|
26
|
+
"Operating System :: OS Independent",
|
|
27
|
+
"Programming Language :: Python :: 3 :: Only",
|
|
28
|
+
"Programming Language :: Python :: 3.10",
|
|
29
|
+
"Programming Language :: Python :: 3.11",
|
|
30
|
+
"Programming Language :: Python :: 3.12",
|
|
31
|
+
"Topic :: Multimedia :: Graphics :: Editors",
|
|
32
|
+
"Topic :: Multimedia :: Graphics :: Viewers",
|
|
33
|
+
"Topic :: Software Development :: User Interfaces",
|
|
34
|
+
]
|
|
35
|
+
|
|
36
|
+
[project.urls]
|
|
37
|
+
Homepage = "https://github.com/Taron686/drawsvg-ui"
|
|
38
|
+
Repository = "https://github.com/Taron686/drawsvg-ui"
|
|
39
|
+
Documentation = "https://github.com/Taron686/drawsvg-ui#readme"
|
|
40
|
+
"Issue Tracker" = "https://github.com/Taron686/drawsvg-ui/issues"
|
|
21
41
|
|
|
22
42
|
[project.gui-scripts]
|
|
23
43
|
drawsvg-ui = "main:main"
|
|
@@ -45,7 +65,7 @@ include = ["items*", "ui*"]
|
|
|
45
65
|
ui = ["*.ui"]
|
|
46
66
|
|
|
47
67
|
[tool.bumpversion]
|
|
48
|
-
current_version = "0.5.
|
|
68
|
+
current_version = "0.5.3"
|
|
49
69
|
commit = true
|
|
50
70
|
tag = true
|
|
51
71
|
|
|
@@ -1,10 +1,26 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: drawsvg-ui
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.3
|
|
4
4
|
Summary: GUI for creating drawsvg scenes with PySide6
|
|
5
5
|
Author-email: Taron686 <Taron686@users.noreply.github.com>
|
|
6
6
|
License: GPL-3.0-or-later
|
|
7
|
+
Project-URL: Homepage, https://github.com/Taron686/drawsvg-ui
|
|
8
|
+
Project-URL: Repository, https://github.com/Taron686/drawsvg-ui
|
|
9
|
+
Project-URL: Documentation, https://github.com/Taron686/drawsvg-ui#readme
|
|
10
|
+
Project-URL: Issue Tracker, https://github.com/Taron686/drawsvg-ui/issues
|
|
7
11
|
Keywords: drawsvg,pyside6,gui,svg,vector-graphics,editor
|
|
12
|
+
Classifier: Development Status :: 4 - Beta
|
|
13
|
+
Classifier: Environment :: X11 Applications :: Qt
|
|
14
|
+
Classifier: Intended Audience :: End Users/Desktop
|
|
15
|
+
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
|
|
16
|
+
Classifier: Operating System :: OS Independent
|
|
17
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
20
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
21
|
+
Classifier: Topic :: Multimedia :: Graphics :: Editors
|
|
22
|
+
Classifier: Topic :: Multimedia :: Graphics :: Viewers
|
|
23
|
+
Classifier: Topic :: Software Development :: User Interfaces
|
|
8
24
|
Requires-Python: >=3.10
|
|
9
25
|
Description-Content-Type: text/markdown
|
|
10
26
|
License-File: LICENSE
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|