drawsvg-ui 0.5.1__py3-none-any.whl → 0.5.4__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.
- {drawsvg_ui-0.5.1.dist-info → drawsvg_ui-0.5.4.dist-info}/METADATA +19 -1
- {drawsvg_ui-0.5.1.dist-info → drawsvg_ui-0.5.4.dist-info}/RECORD +6 -6
- {drawsvg_ui-0.5.1.dist-info → drawsvg_ui-0.5.4.dist-info}/WHEEL +0 -0
- {drawsvg_ui-0.5.1.dist-info → drawsvg_ui-0.5.4.dist-info}/entry_points.txt +0 -0
- {drawsvg_ui-0.5.1.dist-info → drawsvg_ui-0.5.4.dist-info}/licenses/LICENSE +0 -0
- {drawsvg_ui-0.5.1.dist-info → drawsvg_ui-0.5.4.dist-info}/top_level.txt +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.4
|
|
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
|
|
@@ -22,6 +38,8 @@ Instead of writing raw Python code by hand, you can visually place, move, and ed
|
|
|
22
38
|
|
|
23
39
|
The goal of this project is to help users quickly prototype and generate `drawsvg` code through an intuitive drag-and-drop UI.
|
|
24
40
|
|
|
41
|
+

|
|
42
|
+
|
|
25
43
|
## Requirements
|
|
26
44
|
|
|
27
45
|
The application requires **Python 3.10**.
|
|
@@ -7,7 +7,7 @@ main.py,sha256=qTDUCGJIXqO_sztIhAMU958i5RiPyiRgsFN09IevKxE,860
|
|
|
7
7
|
main_window.py,sha256=Wq0MehrW00Z-xor0BDftSfluA2YncRME2jzVeNmYi00,9948
|
|
8
8
|
palette.py,sha256=H9b8ZE3ufNupusfwOr0wP3razDEA29HLJYDfmadLLKs,21942
|
|
9
9
|
properties_panel.py,sha256=j_uyn6mqFwR7_nR1seJwnPjYWl_Axj8IUF0DcfPrObg,53661
|
|
10
|
-
drawsvg_ui-0.5.
|
|
10
|
+
drawsvg_ui-0.5.4.dist-info/licenses/LICENSE,sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM,18092
|
|
11
11
|
items/__init__.py,sha256=2xvoyRx2GpE7scPvD0zFKZZ43zumfR0rsD7WyFrkMg0,1770
|
|
12
12
|
items/base.py,sha256=RPkfjRdbRtlN98ZtLG1U8HYI7Eb6embSct_kG8d7FWs,23164
|
|
13
13
|
items/labels.py,sha256=N_qR0mq-eDFdxsnhNbkgsijnogceFOqSbhuRJwB4XTU,10102
|
|
@@ -22,8 +22,8 @@ items/widgets/folder_tree.py,sha256=E3XiIAIa6rpBlr6dmgcluMQcrT8BmxXTidilVGYqhUs,
|
|
|
22
22
|
ui/__init__.py,sha256=dfQXeMdwX6Jn8VwHpWY0sqwhl3bcOsYq13nAWhMCPFg,357
|
|
23
23
|
ui/main_window.ui,sha256=OmnMIUq4T1YjP1iVMGTUd-L8VKsCgLbCHIjx_PgbBXw,4346
|
|
24
24
|
ui/properties_panel.ui,sha256=v0zNct6PZBuFzhmYTPyx-toLAtJP2eFzRAUAVTsYHSA,35679
|
|
25
|
-
drawsvg_ui-0.5.
|
|
26
|
-
drawsvg_ui-0.5.
|
|
27
|
-
drawsvg_ui-0.5.
|
|
28
|
-
drawsvg_ui-0.5.
|
|
29
|
-
drawsvg_ui-0.5.
|
|
25
|
+
drawsvg_ui-0.5.4.dist-info/METADATA,sha256=E0JJcM0LcloVLQyQMEph3vjgJG3Er4O2vw_Px5HYCII,5356
|
|
26
|
+
drawsvg_ui-0.5.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
27
|
+
drawsvg_ui-0.5.4.dist-info/entry_points.txt,sha256=SUUEwp3n44haFICb66Jv9gO8_jabgTXOUqC-FUHnpk0,37
|
|
28
|
+
drawsvg_ui-0.5.4.dist-info/top_level.txt,sha256=gGj1MC4gg01_Ye4LlevrdAMIIfPJgOUi7PD1TCVE0sk,112
|
|
29
|
+
drawsvg_ui-0.5.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|