pdfdancer-client-python 0.2.23__tar.gz → 0.2.24__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.
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/PKG-INFO +4 -2
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/pyproject.toml +4 -2
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/src/pdfdancer_client_python.egg-info/PKG-INFO +4 -2
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/.claude/commands/discuss.md +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/.flake8 +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/.github/workflows/ci.yml +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/.github/workflows/daily-tests.yml +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/.gitignore +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/CLAUDE.md +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/LICENSE +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/NOTICE +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/README.md +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/TODO.md +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/check.py +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/docs/openapi.yml +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/release.py +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/setup.cfg +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/src/pdfdancer/__init__.py +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/src/pdfdancer/exceptions.py +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/src/pdfdancer/fingerprint.py +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/src/pdfdancer/image_builder.py +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/src/pdfdancer/models.py +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/src/pdfdancer/page_builder.py +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/src/pdfdancer/paragraph_builder.py +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/src/pdfdancer/path_builder.py +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/src/pdfdancer/pdfdancer_v1.py +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/src/pdfdancer/types.py +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/src/pdfdancer_client_python.egg-info/SOURCES.txt +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/src/pdfdancer_client_python.egg-info/dependency_links.txt +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/src/pdfdancer_client_python.egg-info/requires.txt +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/src/pdfdancer_client_python.egg-info/top_level.txt +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/test.sh +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/__init__.py +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/conftest.py +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/e2e/__init__.py +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/e2e/pdf_assertions.py +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/e2e/test_acroform.py +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/e2e/test_bezier_builder.py +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/e2e/test_context_manager.py +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/e2e/test_form_x_objects.py +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/e2e/test_image.py +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/e2e/test_line.py +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/e2e/test_line_builder.py +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/e2e/test_new_pdf.py +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/e2e/test_page.py +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/e2e/test_paragraph.py +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/e2e/test_path.py +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/e2e/test_path_builder.py +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/e2e/test_path_builder_rectangle.py +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/e2e/test_path_comprehensive.py +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/e2e/test_pdfdancer.py +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/e2e/test_positioning.py +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/e2e/test_rectangle_builder.py +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/e2e/test_singular_selection.py +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/e2e/test_snapshot.py +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/fixtures/DancingScript-Regular.ttf +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/fixtures/Empty.pdf +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/fixtures/JetBrainsMono-Regular.ttf +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/fixtures/Showcase.pdf +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/fixtures/basic-paths.pdf +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/fixtures/form-xobject-example.pdf +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/fixtures/logo-80.png +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/fixtures/mixed-form-types.pdf +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/test_anonymous_token.py +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/test_fingerprint.py +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/test_models.py +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/test_openapi_compliance.py +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/test_path_models.py +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/test_pdf_object_equality.py +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/test_rate_limit.py +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/test_standard_fonts.py +0 -0
- {pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/update-api-spec.sh +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pdfdancer-client-python
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.24
|
|
4
4
|
Summary: Python client for PDFDancer API
|
|
5
5
|
Author-email: "The Famous Cat Ltd." <hi@thefamouscat.com>
|
|
6
6
|
License:
|
|
@@ -207,7 +207,9 @@ License:
|
|
|
207
207
|
limitations under the License.
|
|
208
208
|
|
|
209
209
|
Project-URL: Homepage, https://www.pdfdancer.com/
|
|
210
|
-
Project-URL:
|
|
210
|
+
Project-URL: Documentation, https://www.pdfdancer.com/
|
|
211
|
+
Project-URL: Source, https://github.com/MenschMachine/pdfdancer-client-python
|
|
212
|
+
Project-URL: Issues, https://github.com/MenschMachine/pdfdancer-client-python/issues
|
|
211
213
|
Classifier: Development Status :: 4 - Beta
|
|
212
214
|
Classifier: Intended Audience :: Developers
|
|
213
215
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "pdfdancer-client-python"
|
|
7
|
-
version = "0.2.
|
|
7
|
+
version = "0.2.24"
|
|
8
8
|
description = "Python client for PDFDancer API"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
authors = [
|
|
@@ -43,7 +43,9 @@ dev = [
|
|
|
43
43
|
|
|
44
44
|
[project.urls]
|
|
45
45
|
Homepage = "https://www.pdfdancer.com/"
|
|
46
|
-
|
|
46
|
+
Documentation = "https://www.pdfdancer.com/"
|
|
47
|
+
Source = "https://github.com/MenschMachine/pdfdancer-client-python"
|
|
48
|
+
Issues = "https://github.com/MenschMachine/pdfdancer-client-python/issues"
|
|
47
49
|
|
|
48
50
|
[tool.setuptools.packages.find]
|
|
49
51
|
where = ["src"]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pdfdancer-client-python
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.24
|
|
4
4
|
Summary: Python client for PDFDancer API
|
|
5
5
|
Author-email: "The Famous Cat Ltd." <hi@thefamouscat.com>
|
|
6
6
|
License:
|
|
@@ -207,7 +207,9 @@ License:
|
|
|
207
207
|
limitations under the License.
|
|
208
208
|
|
|
209
209
|
Project-URL: Homepage, https://www.pdfdancer.com/
|
|
210
|
-
Project-URL:
|
|
210
|
+
Project-URL: Documentation, https://www.pdfdancer.com/
|
|
211
|
+
Project-URL: Source, https://github.com/MenschMachine/pdfdancer-client-python
|
|
212
|
+
Project-URL: Issues, https://github.com/MenschMachine/pdfdancer-client-python/issues
|
|
211
213
|
Classifier: Development Status :: 4 - Beta
|
|
212
214
|
Classifier: Intended Audience :: Developers
|
|
213
215
|
Classifier: License :: OSI Approved :: Apache Software License
|
{pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/.claude/commands/discuss.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/.github/workflows/daily-tests.yml
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
|
{pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/src/pdfdancer/exceptions.py
RENAMED
|
File without changes
|
{pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/src/pdfdancer/fingerprint.py
RENAMED
|
File without changes
|
{pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/src/pdfdancer/image_builder.py
RENAMED
|
File without changes
|
|
File without changes
|
{pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/src/pdfdancer/page_builder.py
RENAMED
|
File without changes
|
{pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/src/pdfdancer/paragraph_builder.py
RENAMED
|
File without changes
|
{pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/src/pdfdancer/path_builder.py
RENAMED
|
File without changes
|
{pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/src/pdfdancer/pdfdancer_v1.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
|
{pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/e2e/pdf_assertions.py
RENAMED
|
File without changes
|
{pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/e2e/test_acroform.py
RENAMED
|
File without changes
|
{pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/e2e/test_bezier_builder.py
RENAMED
|
File without changes
|
{pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/e2e/test_context_manager.py
RENAMED
|
File without changes
|
{pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/e2e/test_form_x_objects.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/e2e/test_line_builder.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/e2e/test_paragraph.py
RENAMED
|
File without changes
|
|
File without changes
|
{pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/e2e/test_path_builder.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/e2e/test_pdfdancer.py
RENAMED
|
File without changes
|
{pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/e2e/test_positioning.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/e2e/test_snapshot.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/fixtures/Showcase.pdf
RENAMED
|
File without changes
|
{pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/fixtures/basic-paths.pdf
RENAMED
|
File without changes
|
|
File without changes
|
{pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/fixtures/logo-80.png
RENAMED
|
File without changes
|
|
File without changes
|
{pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/test_anonymous_token.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/test_openapi_compliance.py
RENAMED
|
File without changes
|
|
File without changes
|
{pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/test_pdf_object_equality.py
RENAMED
|
File without changes
|
|
File without changes
|
{pdfdancer_client_python-0.2.23 → pdfdancer_client_python-0.2.24}/tests/test_standard_fonts.py
RENAMED
|
File without changes
|
|
File without changes
|