svg-ultralight 0.32.0__py3-none-any.whl → 0.32.1__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.
Potentially problematic release.
This version of svg-ultralight might be problematic. Click here for more details.
- svg_ultralight/__init__.py +2 -0
- {svg_ultralight-0.32.0.dist-info → svg_ultralight-0.32.1.dist-info}/METADATA +1 -1
- {svg_ultralight-0.32.0.dist-info → svg_ultralight-0.32.1.dist-info}/RECORD +5 -5
- {svg_ultralight-0.32.0.dist-info → svg_ultralight-0.32.1.dist-info}/WHEEL +0 -0
- {svg_ultralight-0.32.0.dist-info → svg_ultralight-0.32.1.dist-info}/top_level.txt +0 -0
svg_ultralight/__init__.py
CHANGED
|
@@ -20,6 +20,7 @@ from svg_ultralight.constructors.new_element import (
|
|
|
20
20
|
new_sub_element,
|
|
21
21
|
update_element,
|
|
22
22
|
)
|
|
23
|
+
from svg_ultralight.import_svg import import_svg
|
|
23
24
|
from svg_ultralight.inkscape import (
|
|
24
25
|
write_pdf,
|
|
25
26
|
write_pdf_from_svg,
|
|
@@ -57,6 +58,7 @@ __all__ = [
|
|
|
57
58
|
"format_number",
|
|
58
59
|
"format_numbers",
|
|
59
60
|
"format_numbers_in_string",
|
|
61
|
+
"import_svg",
|
|
60
62
|
"mat_apply",
|
|
61
63
|
"mat_dot",
|
|
62
64
|
"mat_invert",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
svg_ultralight/__init__.py,sha256=
|
|
1
|
+
svg_ultralight/__init__.py,sha256=k6oHfgxlQLUJmIhkQdBthMTvDqKFsWIp_ZaXxC1bwGM,2250
|
|
2
2
|
svg_ultralight/animate.py,sha256=fE-zRU_uFrZIL9W78fcGz7qmrts8fz5UoWEy7b4xb44,1144
|
|
3
3
|
svg_ultralight/import_svg.py,sha256=TVLbinch2g0RN-OlWyGXoQEO6vc2I_LsMXpOchwTJzE,1548
|
|
4
4
|
svg_ultralight/inkscape.py,sha256=M8yTxXOu4NlXnhsMycvEJiIDpnDeiZ_bZakJBM38ZoU,9152
|
|
@@ -23,7 +23,7 @@ svg_ultralight/constructors/__init__.py,sha256=YcnO0iBQc19aL8Iemw0Y452MBMBIT2AN5
|
|
|
23
23
|
svg_ultralight/constructors/new_element.py,sha256=VtMz9sPn9rMk6rui5Poysy3vezlOaS-tGIcGbu-SXmY,3406
|
|
24
24
|
svg_ultralight/strings/__init__.py,sha256=Zalrf-ThFz7b7xKELx5lb2gOlBgV-6jk_k_EeSdVCVk,295
|
|
25
25
|
svg_ultralight/strings/svg_strings.py,sha256=RYKMxOHq9abbZyGcFqsElBGLrBX-EjjNxln3s_ibi30,1296
|
|
26
|
-
svg_ultralight-0.32.
|
|
27
|
-
svg_ultralight-0.32.
|
|
28
|
-
svg_ultralight-0.32.
|
|
29
|
-
svg_ultralight-0.32.
|
|
26
|
+
svg_ultralight-0.32.1.dist-info/METADATA,sha256=byII4gL5moynYBpxV4MTP45NwwDi3L097846Yayc5KQ,8871
|
|
27
|
+
svg_ultralight-0.32.1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
28
|
+
svg_ultralight-0.32.1.dist-info/top_level.txt,sha256=se-6yqM_0Yg5orJKvKWdjQZ4iR4G_EjhL7oRgju-fdY,15
|
|
29
|
+
svg_ultralight-0.32.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|