svg-ultralight 0.32.0__tar.gz → 0.32.1__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.
Potentially problematic release.
This version of svg-ultralight might be problematic. Click here for more details.
- {svg_ultralight-0.32.0 → svg_ultralight-0.32.1}/.pre-commit-config.yaml +7 -7
- {svg_ultralight-0.32.0/src/svg_ultralight.egg-info → svg_ultralight-0.32.1}/PKG-INFO +1 -1
- {svg_ultralight-0.32.0 → svg_ultralight-0.32.1}/pyproject.toml +2 -2
- {svg_ultralight-0.32.0 → svg_ultralight-0.32.1}/src/svg_ultralight/__init__.py +2 -0
- {svg_ultralight-0.32.0 → svg_ultralight-0.32.1/src/svg_ultralight.egg-info}/PKG-INFO +1 -1
- {svg_ultralight-0.32.0 → svg_ultralight-0.32.1}/.gitignore +0 -0
- {svg_ultralight-0.32.0 → svg_ultralight-0.32.1}/README.md +0 -0
- {svg_ultralight-0.32.0 → svg_ultralight-0.32.1}/setup.cfg +0 -0
- {svg_ultralight-0.32.0 → svg_ultralight-0.32.1}/src/svg_ultralight/animate.py +0 -0
- {svg_ultralight-0.32.0 → svg_ultralight-0.32.1}/src/svg_ultralight/bounding_boxes/__init__.py +0 -0
- {svg_ultralight-0.32.0 → svg_ultralight-0.32.1}/src/svg_ultralight/bounding_boxes/bound_helpers.py +0 -0
- {svg_ultralight-0.32.0 → svg_ultralight-0.32.1}/src/svg_ultralight/bounding_boxes/supports_bounds.py +0 -0
- {svg_ultralight-0.32.0 → svg_ultralight-0.32.1}/src/svg_ultralight/bounding_boxes/type_bound_collection.py +0 -0
- {svg_ultralight-0.32.0 → svg_ultralight-0.32.1}/src/svg_ultralight/bounding_boxes/type_bound_element.py +0 -0
- {svg_ultralight-0.32.0 → svg_ultralight-0.32.1}/src/svg_ultralight/bounding_boxes/type_bounding_box.py +0 -0
- {svg_ultralight-0.32.0 → svg_ultralight-0.32.1}/src/svg_ultralight/bounding_boxes/type_padded_text.py +0 -0
- {svg_ultralight-0.32.0 → svg_ultralight-0.32.1}/src/svg_ultralight/constructors/__init__.py +0 -0
- {svg_ultralight-0.32.0 → svg_ultralight-0.32.1}/src/svg_ultralight/constructors/new_element.py +0 -0
- {svg_ultralight-0.32.0 → svg_ultralight-0.32.1}/src/svg_ultralight/import_svg.py +0 -0
- {svg_ultralight-0.32.0 → svg_ultralight-0.32.1}/src/svg_ultralight/inkscape.py +0 -0
- {svg_ultralight-0.32.0 → svg_ultralight-0.32.1}/src/svg_ultralight/layout.py +0 -0
- {svg_ultralight-0.32.0 → svg_ultralight-0.32.1}/src/svg_ultralight/main.py +0 -0
- {svg_ultralight-0.32.0 → svg_ultralight-0.32.1}/src/svg_ultralight/metadata.py +0 -0
- {svg_ultralight-0.32.0 → svg_ultralight-0.32.1}/src/svg_ultralight/nsmap.py +0 -0
- {svg_ultralight-0.32.0 → svg_ultralight-0.32.1}/src/svg_ultralight/py.typed +0 -0
- {svg_ultralight-0.32.0 → svg_ultralight-0.32.1}/src/svg_ultralight/query.py +0 -0
- {svg_ultralight-0.32.0 → svg_ultralight-0.32.1}/src/svg_ultralight/root_elements.py +0 -0
- {svg_ultralight-0.32.0 → svg_ultralight-0.32.1}/src/svg_ultralight/string_conversion.py +0 -0
- {svg_ultralight-0.32.0 → svg_ultralight-0.32.1}/src/svg_ultralight/strings/__init__.py +0 -0
- {svg_ultralight-0.32.0 → svg_ultralight-0.32.1}/src/svg_ultralight/strings/svg_strings.py +0 -0
- {svg_ultralight-0.32.0 → svg_ultralight-0.32.1}/src/svg_ultralight/transformations.py +0 -0
- {svg_ultralight-0.32.0 → svg_ultralight-0.32.1}/src/svg_ultralight/unit_conversion.py +0 -0
- {svg_ultralight-0.32.0 → svg_ultralight-0.32.1}/src/svg_ultralight.egg-info/SOURCES.txt +0 -0
- {svg_ultralight-0.32.0 → svg_ultralight-0.32.1}/src/svg_ultralight.egg-info/dependency_links.txt +0 -0
- {svg_ultralight-0.32.0 → svg_ultralight-0.32.1}/src/svg_ultralight.egg-info/requires.txt +0 -0
- {svg_ultralight-0.32.0 → svg_ultralight-0.32.1}/src/svg_ultralight.egg-info/top_level.txt +0 -0
- {svg_ultralight-0.32.0 → svg_ultralight-0.32.1}/tests/__init__.py +0 -0
- {svg_ultralight-0.32.0 → svg_ultralight-0.32.1}/tests/conftest.py +0 -0
- {svg_ultralight-0.32.0 → svg_ultralight-0.32.1}/tests/resources/arrow.svg +0 -0
- {svg_ultralight-0.32.0 → svg_ultralight-0.32.1}/tests/test_bounding.py +0 -0
- {svg_ultralight-0.32.0 → svg_ultralight-0.32.1}/tests/test_import_svg.py +0 -0
- {svg_ultralight-0.32.0 → svg_ultralight-0.32.1}/tests/test_inkscape.py +0 -0
- {svg_ultralight-0.32.0 → svg_ultralight-0.32.1}/tests/test_layout.py +0 -0
- {svg_ultralight-0.32.0 → svg_ultralight-0.32.1}/tests/test_matrices.py +0 -0
- {svg_ultralight-0.32.0 → svg_ultralight-0.32.1}/tests/test_metadata.py +0 -0
- {svg_ultralight-0.32.0 → svg_ultralight-0.32.1}/tests/test_new_element.py +0 -0
- {svg_ultralight-0.32.0 → svg_ultralight-0.32.1}/tests/test_queries.py +0 -0
- {svg_ultralight-0.32.0 → svg_ultralight-0.32.1}/tests/test_root_elements.py +0 -0
- {svg_ultralight-0.32.0 → svg_ultralight-0.32.1}/tests/test_string_conversion.py +0 -0
- {svg_ultralight-0.32.0 → svg_ultralight-0.32.1}/tests/test_svg_ultralight.py +0 -0
- {svg_ultralight-0.32.0 → svg_ultralight-0.32.1}/tox.ini +0 -0
|
@@ -6,7 +6,7 @@ exclude: "tests"
|
|
|
6
6
|
repos:
|
|
7
7
|
|
|
8
8
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
9
|
-
rev: v4.
|
|
9
|
+
rev: v4.6.0
|
|
10
10
|
hooks:
|
|
11
11
|
- id: check-added-large-files
|
|
12
12
|
- id: check-ast
|
|
@@ -42,7 +42,7 @@ repos:
|
|
|
42
42
|
# files: .pre-commit-config.yaml
|
|
43
43
|
|
|
44
44
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
|
45
|
-
rev: v1.
|
|
45
|
+
rev: v1.10.0
|
|
46
46
|
hooks:
|
|
47
47
|
- id: mypy
|
|
48
48
|
name: mypy
|
|
@@ -64,21 +64,21 @@ repos:
|
|
|
64
64
|
args: ["--profile", "black", "--filter-files", "--combine-as"]
|
|
65
65
|
|
|
66
66
|
- repo: https://github.com/psf/black
|
|
67
|
-
rev: 24.
|
|
67
|
+
rev: 24.4.2
|
|
68
68
|
hooks:
|
|
69
69
|
- id: black
|
|
70
70
|
language_version: python3.9
|
|
71
71
|
args: ["--skip-magic-trailing-comma"]
|
|
72
72
|
|
|
73
73
|
- repo: https://github.com/asottile/pyupgrade
|
|
74
|
-
rev: v3.15.
|
|
74
|
+
rev: v3.15.2
|
|
75
75
|
hooks:
|
|
76
76
|
- args:
|
|
77
77
|
- --py39-plus
|
|
78
78
|
id: pyupgrade
|
|
79
79
|
|
|
80
80
|
- repo: https://github.com/Lucas-C/pre-commit-hooks
|
|
81
|
-
rev: v1.5.
|
|
81
|
+
rev: v1.5.5
|
|
82
82
|
hooks:
|
|
83
83
|
- id: remove-tabs
|
|
84
84
|
|
|
@@ -134,7 +134,7 @@ repos:
|
|
|
134
134
|
# D407 [*] Missing dashed underline after section ("Attributes")
|
|
135
135
|
# D406 [*] Section name should end with a newline ("Attributes")
|
|
136
136
|
# S320 Using `lxml` to parse untrusted data is known to be vulnerable to XML attacks
|
|
137
|
-
rev: 'v0.
|
|
137
|
+
rev: 'v0.4.6'
|
|
138
138
|
hooks:
|
|
139
139
|
- id: ruff
|
|
140
140
|
exclude: "tests"
|
|
@@ -146,6 +146,6 @@ repos:
|
|
|
146
146
|
|
|
147
147
|
# reads pyproject.toml for additional config
|
|
148
148
|
- repo: https://github.com/RobertCraigie/pyright-python
|
|
149
|
-
rev: v1.1.
|
|
149
|
+
rev: v1.1.365
|
|
150
150
|
hooks:
|
|
151
151
|
- id: pyright
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "svg-ultralight"
|
|
3
|
-
version = "0.32.
|
|
3
|
+
version = "0.32.1"
|
|
4
4
|
description = "a sensible way to create svg files with Python"
|
|
5
5
|
authors = [{ name = "Shay Hill", email = "shay_public@hotmail.com" }]
|
|
6
6
|
license = { text = "MIT" }
|
|
@@ -37,7 +37,7 @@ legacy_tox_ini = """
|
|
|
37
37
|
|
|
38
38
|
[tool.commitizen]
|
|
39
39
|
name = "cz_conventional_commits"
|
|
40
|
-
version = "0.32.
|
|
40
|
+
version = "0.32.1"
|
|
41
41
|
tag_format = "$version"
|
|
42
42
|
version_files = ["pyproject.toml:^version"]
|
|
43
43
|
annotated_tag = true
|
|
@@ -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",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{svg_ultralight-0.32.0 → svg_ultralight-0.32.1}/src/svg_ultralight/bounding_boxes/__init__.py
RENAMED
|
File without changes
|
{svg_ultralight-0.32.0 → svg_ultralight-0.32.1}/src/svg_ultralight/bounding_boxes/bound_helpers.py
RENAMED
|
File without changes
|
{svg_ultralight-0.32.0 → svg_ultralight-0.32.1}/src/svg_ultralight/bounding_boxes/supports_bounds.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{svg_ultralight-0.32.0 → svg_ultralight-0.32.1}/src/svg_ultralight/constructors/new_element.py
RENAMED
|
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
|
{svg_ultralight-0.32.0 → svg_ultralight-0.32.1}/src/svg_ultralight.egg-info/dependency_links.txt
RENAMED
|
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
|