drawsvg-ui 0.5.3__tar.gz → 0.5.5__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 (34) hide show
  1. {drawsvg_ui-0.5.3/src/drawsvg_ui.egg-info → drawsvg_ui-0.5.5}/PKG-INFO +7 -1
  2. {drawsvg_ui-0.5.3 → drawsvg_ui-0.5.5}/README.md +6 -0
  3. {drawsvg_ui-0.5.3 → drawsvg_ui-0.5.5}/pyproject.toml +2 -2
  4. {drawsvg_ui-0.5.3 → drawsvg_ui-0.5.5/src/drawsvg_ui.egg-info}/PKG-INFO +7 -1
  5. {drawsvg_ui-0.5.3 → drawsvg_ui-0.5.5}/LICENSE +0 -0
  6. {drawsvg_ui-0.5.3 → drawsvg_ui-0.5.5}/setup.cfg +0 -0
  7. {drawsvg_ui-0.5.3 → drawsvg_ui-0.5.5}/src/app_info.py +0 -0
  8. {drawsvg_ui-0.5.3 → drawsvg_ui-0.5.5}/src/canvas_view.py +0 -0
  9. {drawsvg_ui-0.5.3 → drawsvg_ui-0.5.5}/src/constants.py +0 -0
  10. {drawsvg_ui-0.5.3 → drawsvg_ui-0.5.5}/src/drawsvg_ui.egg-info/SOURCES.txt +0 -0
  11. {drawsvg_ui-0.5.3 → drawsvg_ui-0.5.5}/src/drawsvg_ui.egg-info/dependency_links.txt +0 -0
  12. {drawsvg_ui-0.5.3 → drawsvg_ui-0.5.5}/src/drawsvg_ui.egg-info/entry_points.txt +0 -0
  13. {drawsvg_ui-0.5.3 → drawsvg_ui-0.5.5}/src/drawsvg_ui.egg-info/requires.txt +0 -0
  14. {drawsvg_ui-0.5.3 → drawsvg_ui-0.5.5}/src/drawsvg_ui.egg-info/top_level.txt +0 -0
  15. {drawsvg_ui-0.5.3 → drawsvg_ui-0.5.5}/src/export_drawsvg.py +0 -0
  16. {drawsvg_ui-0.5.3 → drawsvg_ui-0.5.5}/src/import_drawsvg.py +0 -0
  17. {drawsvg_ui-0.5.3 → drawsvg_ui-0.5.5}/src/items/__init__.py +0 -0
  18. {drawsvg_ui-0.5.3 → drawsvg_ui-0.5.5}/src/items/base.py +0 -0
  19. {drawsvg_ui-0.5.3 → drawsvg_ui-0.5.5}/src/items/labels.py +0 -0
  20. {drawsvg_ui-0.5.3 → drawsvg_ui-0.5.5}/src/items/shapes/__init__.py +0 -0
  21. {drawsvg_ui-0.5.3 → drawsvg_ui-0.5.5}/src/items/shapes/curves.py +0 -0
  22. {drawsvg_ui-0.5.3 → drawsvg_ui-0.5.5}/src/items/shapes/lines.py +0 -0
  23. {drawsvg_ui-0.5.3 → drawsvg_ui-0.5.5}/src/items/shapes/polygons.py +0 -0
  24. {drawsvg_ui-0.5.3 → drawsvg_ui-0.5.5}/src/items/shapes/rects.py +0 -0
  25. {drawsvg_ui-0.5.3 → drawsvg_ui-0.5.5}/src/items/text.py +0 -0
  26. {drawsvg_ui-0.5.3 → drawsvg_ui-0.5.5}/src/items/widgets/__init__.py +0 -0
  27. {drawsvg_ui-0.5.3 → drawsvg_ui-0.5.5}/src/items/widgets/folder_tree.py +0 -0
  28. {drawsvg_ui-0.5.3 → drawsvg_ui-0.5.5}/src/main.py +0 -0
  29. {drawsvg_ui-0.5.3 → drawsvg_ui-0.5.5}/src/main_window.py +0 -0
  30. {drawsvg_ui-0.5.3 → drawsvg_ui-0.5.5}/src/palette.py +0 -0
  31. {drawsvg_ui-0.5.3 → drawsvg_ui-0.5.5}/src/properties_panel.py +0 -0
  32. {drawsvg_ui-0.5.3 → drawsvg_ui-0.5.5}/src/ui/__init__.py +0 -0
  33. {drawsvg_ui-0.5.3 → drawsvg_ui-0.5.5}/src/ui/main_window.ui +0 -0
  34. {drawsvg_ui-0.5.3 → drawsvg_ui-0.5.5}/src/ui/properties_panel.ui +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: drawsvg-ui
3
- Version: 0.5.3
3
+ Version: 0.5.5
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
@@ -33,11 +33,17 @@ Dynamic: license-file
33
33
 
34
34
  # DrawSVG UI
35
35
 
36
+ [![Tag](https://img.shields.io/github/v/tag/Taron686/drawsvg-ui?label=tag)](https://github.com/Taron686/drawsvg-ui/tags)
37
+ [![Build](https://github.com/Taron686/drawsvg-ui/actions/workflows/publish.yml/badge.svg?branch=main)](https://github.com/Taron686/drawsvg-ui/actions/workflows/publish.yml)
38
+ [![PyPI](https://img.shields.io/pypi/v/drawsvg-ui.svg?label=pypi)](https://pypi.org/project/drawsvg-ui/)
39
+
36
40
  This repository provides a graphical user interface designed to make it easier to create files with the [drawsvg](https://pypi.org/project/drawsvg/) library.
37
41
  Instead of writing raw Python code by hand, you can visually place, move, and edit shapes on a canvas, then export your work as a ready-to-use `drawsvg` file. The UI runs on PySide6 and comes with a property inspector, snapping/grid helpers and a set of ready-made shapes.
38
42
 
39
43
  The goal of this project is to help users quickly prototype and generate `drawsvg` code through an intuitive drag-and-drop UI.
40
44
 
45
+ ![DrawSVG UI screenshot](https://raw.githubusercontent.com/Taron686/drawsvg-ui/main/doc/images/screenshot.png)
46
+
41
47
  ## Requirements
42
48
 
43
49
  The application requires **Python 3.10**.
@@ -1,10 +1,16 @@
1
1
  # DrawSVG UI
2
2
 
3
+ [![Tag](https://img.shields.io/github/v/tag/Taron686/drawsvg-ui?label=tag)](https://github.com/Taron686/drawsvg-ui/tags)
4
+ [![Build](https://github.com/Taron686/drawsvg-ui/actions/workflows/publish.yml/badge.svg?branch=main)](https://github.com/Taron686/drawsvg-ui/actions/workflows/publish.yml)
5
+ [![PyPI](https://img.shields.io/pypi/v/drawsvg-ui.svg?label=pypi)](https://pypi.org/project/drawsvg-ui/)
6
+
3
7
  This repository provides a graphical user interface designed to make it easier to create files with the [drawsvg](https://pypi.org/project/drawsvg/) library.
4
8
  Instead of writing raw Python code by hand, you can visually place, move, and edit shapes on a canvas, then export your work as a ready-to-use `drawsvg` file. The UI runs on PySide6 and comes with a property inspector, snapping/grid helpers and a set of ready-made shapes.
5
9
 
6
10
  The goal of this project is to help users quickly prototype and generate `drawsvg` code through an intuitive drag-and-drop UI.
7
11
 
12
+ ![DrawSVG UI screenshot](https://raw.githubusercontent.com/Taron686/drawsvg-ui/main/doc/images/screenshot.png)
13
+
8
14
  ## Requirements
9
15
 
10
16
  The application requires **Python 3.10**.
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "drawsvg-ui"
7
- version = "0.5.3"
7
+ version = "0.5.5"
8
8
  description = "GUI for creating drawsvg scenes with PySide6"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
@@ -65,7 +65,7 @@ include = ["items*", "ui*"]
65
65
  ui = ["*.ui"]
66
66
 
67
67
  [tool.bumpversion]
68
- current_version = "0.5.3"
68
+ current_version = "0.5.5"
69
69
  commit = true
70
70
  tag = true
71
71
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: drawsvg-ui
3
- Version: 0.5.3
3
+ Version: 0.5.5
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
@@ -33,11 +33,17 @@ Dynamic: license-file
33
33
 
34
34
  # DrawSVG UI
35
35
 
36
+ [![Tag](https://img.shields.io/github/v/tag/Taron686/drawsvg-ui?label=tag)](https://github.com/Taron686/drawsvg-ui/tags)
37
+ [![Build](https://github.com/Taron686/drawsvg-ui/actions/workflows/publish.yml/badge.svg?branch=main)](https://github.com/Taron686/drawsvg-ui/actions/workflows/publish.yml)
38
+ [![PyPI](https://img.shields.io/pypi/v/drawsvg-ui.svg?label=pypi)](https://pypi.org/project/drawsvg-ui/)
39
+
36
40
  This repository provides a graphical user interface designed to make it easier to create files with the [drawsvg](https://pypi.org/project/drawsvg/) library.
37
41
  Instead of writing raw Python code by hand, you can visually place, move, and edit shapes on a canvas, then export your work as a ready-to-use `drawsvg` file. The UI runs on PySide6 and comes with a property inspector, snapping/grid helpers and a set of ready-made shapes.
38
42
 
39
43
  The goal of this project is to help users quickly prototype and generate `drawsvg` code through an intuitive drag-and-drop UI.
40
44
 
45
+ ![DrawSVG UI screenshot](https://raw.githubusercontent.com/Taron686/drawsvg-ui/main/doc/images/screenshot.png)
46
+
41
47
  ## Requirements
42
48
 
43
49
  The application requires **Python 3.10**.
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes