drawsvg-ui 0.5.0__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.
Files changed (35) hide show
  1. {drawsvg_ui-0.5.0/src/drawsvg_ui.egg-info → drawsvg_ui-0.5.3}/PKG-INFO +20 -2
  2. drawsvg_ui-0.5.3/pyproject.toml +75 -0
  3. {drawsvg_ui-0.5.0 → drawsvg_ui-0.5.3/src/drawsvg_ui.egg-info}/PKG-INFO +20 -2
  4. drawsvg_ui-0.5.0/pyproject.toml +0 -53
  5. {drawsvg_ui-0.5.0 → drawsvg_ui-0.5.3}/LICENSE +0 -0
  6. {drawsvg_ui-0.5.0 → drawsvg_ui-0.5.3}/README.md +0 -0
  7. {drawsvg_ui-0.5.0 → drawsvg_ui-0.5.3}/setup.cfg +0 -0
  8. {drawsvg_ui-0.5.0 → drawsvg_ui-0.5.3}/src/app_info.py +0 -0
  9. {drawsvg_ui-0.5.0 → drawsvg_ui-0.5.3}/src/canvas_view.py +0 -0
  10. {drawsvg_ui-0.5.0 → drawsvg_ui-0.5.3}/src/constants.py +0 -0
  11. {drawsvg_ui-0.5.0 → drawsvg_ui-0.5.3}/src/drawsvg_ui.egg-info/SOURCES.txt +0 -0
  12. {drawsvg_ui-0.5.0 → drawsvg_ui-0.5.3}/src/drawsvg_ui.egg-info/dependency_links.txt +0 -0
  13. {drawsvg_ui-0.5.0 → drawsvg_ui-0.5.3}/src/drawsvg_ui.egg-info/entry_points.txt +0 -0
  14. {drawsvg_ui-0.5.0 → drawsvg_ui-0.5.3}/src/drawsvg_ui.egg-info/requires.txt +0 -0
  15. {drawsvg_ui-0.5.0 → drawsvg_ui-0.5.3}/src/drawsvg_ui.egg-info/top_level.txt +0 -0
  16. {drawsvg_ui-0.5.0 → drawsvg_ui-0.5.3}/src/export_drawsvg.py +0 -0
  17. {drawsvg_ui-0.5.0 → drawsvg_ui-0.5.3}/src/import_drawsvg.py +0 -0
  18. {drawsvg_ui-0.5.0 → drawsvg_ui-0.5.3}/src/items/__init__.py +0 -0
  19. {drawsvg_ui-0.5.0 → drawsvg_ui-0.5.3}/src/items/base.py +0 -0
  20. {drawsvg_ui-0.5.0 → drawsvg_ui-0.5.3}/src/items/labels.py +0 -0
  21. {drawsvg_ui-0.5.0 → drawsvg_ui-0.5.3}/src/items/shapes/__init__.py +0 -0
  22. {drawsvg_ui-0.5.0 → drawsvg_ui-0.5.3}/src/items/shapes/curves.py +0 -0
  23. {drawsvg_ui-0.5.0 → drawsvg_ui-0.5.3}/src/items/shapes/lines.py +0 -0
  24. {drawsvg_ui-0.5.0 → drawsvg_ui-0.5.3}/src/items/shapes/polygons.py +0 -0
  25. {drawsvg_ui-0.5.0 → drawsvg_ui-0.5.3}/src/items/shapes/rects.py +0 -0
  26. {drawsvg_ui-0.5.0 → drawsvg_ui-0.5.3}/src/items/text.py +0 -0
  27. {drawsvg_ui-0.5.0 → drawsvg_ui-0.5.3}/src/items/widgets/__init__.py +0 -0
  28. {drawsvg_ui-0.5.0 → drawsvg_ui-0.5.3}/src/items/widgets/folder_tree.py +0 -0
  29. {drawsvg_ui-0.5.0 → drawsvg_ui-0.5.3}/src/main.py +0 -0
  30. {drawsvg_ui-0.5.0 → drawsvg_ui-0.5.3}/src/main_window.py +0 -0
  31. {drawsvg_ui-0.5.0 → drawsvg_ui-0.5.3}/src/palette.py +0 -0
  32. {drawsvg_ui-0.5.0 → drawsvg_ui-0.5.3}/src/properties_panel.py +0 -0
  33. {drawsvg_ui-0.5.0 → drawsvg_ui-0.5.3}/src/ui/__init__.py +0 -0
  34. {drawsvg_ui-0.5.0 → drawsvg_ui-0.5.3}/src/ui/main_window.ui +0 -0
  35. {drawsvg_ui-0.5.0 → drawsvg_ui-0.5.3}/src/ui/properties_panel.ui +0 -0
@@ -1,8 +1,26 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: drawsvg-ui
3
- Version: 0.5.0
3
+ Version: 0.5.3
4
4
  Summary: GUI for creating drawsvg scenes with PySide6
5
- Author: UI_drawsvg maintainers
5
+ Author-email: Taron686 <Taron686@users.noreply.github.com>
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
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
6
24
  Requires-Python: >=3.10
7
25
  Description-Content-Type: text/markdown
8
26
  License-File: LICENSE
@@ -0,0 +1,75 @@
1
+ [build-system]
2
+ requires = ["setuptools>=70", "wheel"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "drawsvg-ui"
7
+ version = "0.5.3"
8
+ description = "GUI for creating drawsvg scenes with PySide6"
9
+ readme = "README.md"
10
+ requires-python = ">=3.10"
11
+ authors = [{ name = "Taron686", email = "Taron686@users.noreply.github.com" }]
12
+ license = { text = "GPL-3.0-or-later" }
13
+ keywords = ["drawsvg", "pyside6", "gui", "svg", "vector-graphics", "editor"]
14
+ dependencies = [
15
+ "drawsvg>=2.4,<3",
16
+ "PySide6>=6.9.2,<7",
17
+ "PySide6-Addons>=6.9.2,<7",
18
+ "PySide6-Essentials>=6.9.2,<7",
19
+ "shiboken6>=6.9.2,<7",
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"
41
+
42
+ [project.gui-scripts]
43
+ drawsvg-ui = "main:main"
44
+
45
+ [tool.setuptools]
46
+ package-dir = { "" = "src" }
47
+ include-package-data = true
48
+ py-modules = [
49
+ "app_info",
50
+ "canvas_view",
51
+ "constants",
52
+ "export_drawsvg",
53
+ "import_drawsvg",
54
+ "main",
55
+ "main_window",
56
+ "palette",
57
+ "properties_panel",
58
+ ]
59
+
60
+ [tool.setuptools.packages.find]
61
+ where = ["src"]
62
+ include = ["items*", "ui*"]
63
+
64
+ [tool.setuptools.package-data]
65
+ ui = ["*.ui"]
66
+
67
+ [tool.bumpversion]
68
+ current_version = "0.5.3"
69
+ commit = true
70
+ tag = true
71
+
72
+ [[tool.bumpversion.files]]
73
+ filename = "pyproject.toml"
74
+ search = 'version = "{current_version}"'
75
+ replace = 'version = "{new_version}"'
@@ -1,8 +1,26 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: drawsvg-ui
3
- Version: 0.5.0
3
+ Version: 0.5.3
4
4
  Summary: GUI for creating drawsvg scenes with PySide6
5
- Author: UI_drawsvg maintainers
5
+ Author-email: Taron686 <Taron686@users.noreply.github.com>
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
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
6
24
  Requires-Python: >=3.10
7
25
  Description-Content-Type: text/markdown
8
26
  License-File: LICENSE
@@ -1,53 +0,0 @@
1
- [build-system]
2
- requires = ["setuptools>=70", "wheel"]
3
- build-backend = "setuptools.build_meta"
4
-
5
- [project]
6
- name = "drawsvg-ui"
7
- version = "0.5.0"
8
- description = "GUI for creating drawsvg scenes with PySide6"
9
- readme = "README.md"
10
- requires-python = ">=3.10"
11
- authors = [{ name = "UI_drawsvg maintainers" }]
12
- dependencies = [
13
- "drawsvg>=2.4,<3",
14
- "PySide6>=6.9.2,<7",
15
- "PySide6-Addons>=6.9.2,<7",
16
- "PySide6-Essentials>=6.9.2,<7",
17
- "shiboken6>=6.9.2,<7",
18
- ]
19
-
20
- [project.gui-scripts]
21
- drawsvg-ui = "main:main"
22
-
23
- [tool.setuptools]
24
- package-dir = { "" = "src" }
25
- include-package-data = true
26
- py-modules = [
27
- "app_info",
28
- "canvas_view",
29
- "constants",
30
- "export_drawsvg",
31
- "import_drawsvg",
32
- "main",
33
- "main_window",
34
- "palette",
35
- "properties_panel",
36
- ]
37
-
38
- [tool.setuptools.packages.find]
39
- where = ["src"]
40
- include = ["items*", "ui*"]
41
-
42
- [tool.setuptools.package-data]
43
- ui = ["*.ui"]
44
-
45
- [tool.bumpversion]
46
- current_version = "0.5.0"
47
- commit = true
48
- tag = true
49
-
50
- [[tool.bumpversion.files]]
51
- filename = "pyproject.toml"
52
- search = 'version = "{current_version}"'
53
- replace = 'version = "{new_version}"'
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