pdfdancer-client-python 0.3.7__tar.gz → 0.3.8__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.3.7 → pdfdancer_client_python-0.3.8}/PKG-INFO +12 -4
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/README.md +11 -3
- pdfdancer_client_python-0.3.8/media/logo-silver-512h.webp +0 -0
- pdfdancer_client_python-0.3.8/media/logo-silver-60h.webp +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/pyproject.toml +1 -1
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/src/pdfdancer_client_python.egg-info/PKG-INFO +12 -4
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/src/pdfdancer_client_python.egg-info/SOURCES.txt +2 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/e2e/test_line.py +3 -1
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/.claude/commands/discuss.md +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/.claude/commands/implement-new-api-features.md +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/.flake8 +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/.github/workflows/ci.yml +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/.github/workflows/daily-tests.yml +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/.gitignore +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/CLAUDE.md +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/LICENSE +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/NOTICE +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/TODO.md +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/check.py +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/docs/api-schemas/v0.yml +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/docs/api-schemas/v1.yml +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/media/logo-orange-512h.webp +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/media/logo-orange-60h.webp +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/release.py +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/setup.cfg +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/src/pdfdancer/__init__.py +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/src/pdfdancer/exceptions.py +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/src/pdfdancer/fingerprint.py +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/src/pdfdancer/image_builder.py +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/src/pdfdancer/models.py +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/src/pdfdancer/page_builder.py +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/src/pdfdancer/paragraph_builder.py +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/src/pdfdancer/path_builder.py +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/src/pdfdancer/pdfdancer_v1.py +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/src/pdfdancer/text_line_builder.py +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/src/pdfdancer/types.py +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/src/pdfdancer_client_python.egg-info/dependency_links.txt +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/src/pdfdancer_client_python.egg-info/requires.txt +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/src/pdfdancer_client_python.egg-info/top_level.txt +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/test.sh +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/__init__.py +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/conftest.py +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/e2e/__init__.py +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/e2e/pdf_assertions.py +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/e2e/test_acroform.py +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/e2e/test_bezier_builder.py +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/e2e/test_context_manager.py +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/e2e/test_form_x_objects.py +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/e2e/test_image.py +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/e2e/test_image_transform.py +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/e2e/test_line_builder.py +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/e2e/test_new_pdf.py +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/e2e/test_page.py +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/e2e/test_paragraph.py +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/e2e/test_path.py +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/e2e/test_path_builder.py +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/e2e/test_path_builder_rectangle.py +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/e2e/test_path_comprehensive.py +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/e2e/test_pdfdancer.py +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/e2e/test_positioning.py +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/e2e/test_rectangle_builder.py +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/e2e/test_redact.py +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/e2e/test_singular_selection.py +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/e2e/test_snapshot.py +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/e2e/test_template_replace.py +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/e2e/test_text_line_edit.py +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/fixtures/DancingScript-Regular.ttf +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/fixtures/Empty.pdf +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/fixtures/JetBrainsMono-Regular.ttf +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/fixtures/Showcase.pdf +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/fixtures/basic-paths.pdf +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/fixtures/form-xobject-example.pdf +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/fixtures/logo-80.png +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/fixtures/mixed-form-types.pdf +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/test_anonymous_token.py +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/test_fingerprint.py +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/test_models.py +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/test_openapi_compliance.py +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/test_path_models.py +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/test_pdf_object_equality.py +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/test_rate_limit.py +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/test_standard_fonts.py +0 -0
- {pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/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.3.
|
|
3
|
+
Version: 0.3.8
|
|
4
4
|
Summary: Python client for PDFDancer API
|
|
5
5
|
Author-email: "The Famous Cat Ltd." <hi@thefamouscat.com>
|
|
6
6
|
License:
|
|
@@ -239,9 +239,9 @@ Dynamic: license-file
|
|
|
239
239
|
|
|
240
240
|
# PDFDancer Python Client
|
|
241
241
|
|
|
242
|
-

|
|
243
243
|
|
|
244
|
-
|
|
244
|
+
## PDF used to be read-only. We fixed that.
|
|
245
245
|
|
|
246
246
|
Edit text in real-world PDFs—even ones you didn't create. Move images, reposition headers, and change fonts with
|
|
247
247
|
pixel-perfect control from Python. The same API is also available for TypeScript and Java.
|
|
@@ -665,9 +665,17 @@ Contributions are welcome via pull request. Please:
|
|
|
665
665
|
4. Follow existing code style and patterns
|
|
666
666
|
5. Update documentation as needed
|
|
667
667
|
|
|
668
|
+
## Helpful links
|
|
669
|
+
|
|
670
|
+
- [API documentation](https://docs.pdfdancer.com?utm_source=github&utm_medium=readme&utm_campaign=pdfdancer-python)
|
|
671
|
+
- [Product overview](https://www.pdfdancer.com?utm_source=github&utm_medium=readme&utm_campaign=pdfdancer-python)
|
|
672
|
+
- [PyPI](https://pypi.org/project/pdfdancer-client-python/)
|
|
673
|
+
- [Changelog](https://www.pdfdancer.com/changelog/?utm_source=github&utm_medium=readme&utm_campaign=pdfdancer-python)
|
|
674
|
+
- [Status](https://status.pdfdancer.com?utm_source=github&utm_medium=readme&utm_campaign=pdfdancer-python)
|
|
675
|
+
|
|
668
676
|
## Related SDKs
|
|
669
677
|
|
|
670
|
-
- TypeScript client: https://github.com/MenschMachine/pdfdancer-client-
|
|
678
|
+
- TypeScript client: https://github.com/MenschMachine/pdfdancer-client-typescript
|
|
671
679
|
- Java client: https://github.com/MenschMachine/pdfdancer-client-java
|
|
672
680
|
|
|
673
681
|
## License
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# PDFDancer Python Client
|
|
2
2
|
|
|
3
|
-

|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
## PDF used to be read-only. We fixed that.
|
|
6
6
|
|
|
7
7
|
Edit text in real-world PDFs—even ones you didn't create. Move images, reposition headers, and change fonts with
|
|
8
8
|
pixel-perfect control from Python. The same API is also available for TypeScript and Java.
|
|
@@ -426,9 +426,17 @@ Contributions are welcome via pull request. Please:
|
|
|
426
426
|
4. Follow existing code style and patterns
|
|
427
427
|
5. Update documentation as needed
|
|
428
428
|
|
|
429
|
+
## Helpful links
|
|
430
|
+
|
|
431
|
+
- [API documentation](https://docs.pdfdancer.com?utm_source=github&utm_medium=readme&utm_campaign=pdfdancer-python)
|
|
432
|
+
- [Product overview](https://www.pdfdancer.com?utm_source=github&utm_medium=readme&utm_campaign=pdfdancer-python)
|
|
433
|
+
- [PyPI](https://pypi.org/project/pdfdancer-client-python/)
|
|
434
|
+
- [Changelog](https://www.pdfdancer.com/changelog/?utm_source=github&utm_medium=readme&utm_campaign=pdfdancer-python)
|
|
435
|
+
- [Status](https://status.pdfdancer.com?utm_source=github&utm_medium=readme&utm_campaign=pdfdancer-python)
|
|
436
|
+
|
|
429
437
|
## Related SDKs
|
|
430
438
|
|
|
431
|
-
- TypeScript client: https://github.com/MenschMachine/pdfdancer-client-
|
|
439
|
+
- TypeScript client: https://github.com/MenschMachine/pdfdancer-client-typescript
|
|
432
440
|
- Java client: https://github.com/MenschMachine/pdfdancer-client-java
|
|
433
441
|
|
|
434
442
|
## License
|
|
Binary file
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pdfdancer-client-python
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.8
|
|
4
4
|
Summary: Python client for PDFDancer API
|
|
5
5
|
Author-email: "The Famous Cat Ltd." <hi@thefamouscat.com>
|
|
6
6
|
License:
|
|
@@ -239,9 +239,9 @@ Dynamic: license-file
|
|
|
239
239
|
|
|
240
240
|
# PDFDancer Python Client
|
|
241
241
|
|
|
242
|
-

|
|
243
243
|
|
|
244
|
-
|
|
244
|
+
## PDF used to be read-only. We fixed that.
|
|
245
245
|
|
|
246
246
|
Edit text in real-world PDFs—even ones you didn't create. Move images, reposition headers, and change fonts with
|
|
247
247
|
pixel-perfect control from Python. The same API is also available for TypeScript and Java.
|
|
@@ -665,9 +665,17 @@ Contributions are welcome via pull request. Please:
|
|
|
665
665
|
4. Follow existing code style and patterns
|
|
666
666
|
5. Update documentation as needed
|
|
667
667
|
|
|
668
|
+
## Helpful links
|
|
669
|
+
|
|
670
|
+
- [API documentation](https://docs.pdfdancer.com?utm_source=github&utm_medium=readme&utm_campaign=pdfdancer-python)
|
|
671
|
+
- [Product overview](https://www.pdfdancer.com?utm_source=github&utm_medium=readme&utm_campaign=pdfdancer-python)
|
|
672
|
+
- [PyPI](https://pypi.org/project/pdfdancer-client-python/)
|
|
673
|
+
- [Changelog](https://www.pdfdancer.com/changelog/?utm_source=github&utm_medium=readme&utm_campaign=pdfdancer-python)
|
|
674
|
+
- [Status](https://status.pdfdancer.com?utm_source=github&utm_medium=readme&utm_campaign=pdfdancer-python)
|
|
675
|
+
|
|
668
676
|
## Related SDKs
|
|
669
677
|
|
|
670
|
-
- TypeScript client: https://github.com/MenschMachine/pdfdancer-client-
|
|
678
|
+
- TypeScript client: https://github.com/MenschMachine/pdfdancer-client-typescript
|
|
671
679
|
- Java client: https://github.com/MenschMachine/pdfdancer-client-java
|
|
672
680
|
|
|
673
681
|
## License
|
|
@@ -18,6 +18,8 @@ docs/api-schemas/v0.yml
|
|
|
18
18
|
docs/api-schemas/v1.yml
|
|
19
19
|
media/logo-orange-512h.webp
|
|
20
20
|
media/logo-orange-60h.webp
|
|
21
|
+
media/logo-silver-512h.webp
|
|
22
|
+
media/logo-silver-60h.webp
|
|
21
23
|
src/pdfdancer/__init__.py
|
|
22
24
|
src/pdfdancer/exceptions.py
|
|
23
25
|
src/pdfdancer/fingerprint.py
|
|
@@ -111,7 +111,9 @@ def test_modify_line():
|
|
|
111
111
|
line = pdf.page(1).select_text_lines_starting_with(
|
|
112
112
|
"This is regular Sans text showing alignment and styles."
|
|
113
113
|
)[0]
|
|
114
|
-
|
|
114
|
+
|
|
115
|
+
line.edit().replace(" replaced ").apply()
|
|
116
|
+
# TODO assert line.text == " replaced "
|
|
115
117
|
|
|
116
118
|
# Validate replacements
|
|
117
119
|
assert (
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/src/pdfdancer/fingerprint.py
RENAMED
|
File without changes
|
{pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/src/pdfdancer/image_builder.py
RENAMED
|
File without changes
|
|
File without changes
|
{pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/src/pdfdancer/page_builder.py
RENAMED
|
File without changes
|
{pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/src/pdfdancer/paragraph_builder.py
RENAMED
|
File without changes
|
{pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/src/pdfdancer/path_builder.py
RENAMED
|
File without changes
|
{pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/src/pdfdancer/pdfdancer_v1.py
RENAMED
|
File without changes
|
{pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/src/pdfdancer/text_line_builder.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
|
{pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/e2e/test_bezier_builder.py
RENAMED
|
File without changes
|
{pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/e2e/test_context_manager.py
RENAMED
|
File without changes
|
{pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/e2e/test_form_x_objects.py
RENAMED
|
File without changes
|
|
File without changes
|
{pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/e2e/test_image_transform.py
RENAMED
|
File without changes
|
{pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/e2e/test_line_builder.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/e2e/test_path_builder.py
RENAMED
|
File without changes
|
|
File without changes
|
{pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/e2e/test_path_comprehensive.py
RENAMED
|
File without changes
|
|
File without changes
|
{pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/e2e/test_positioning.py
RENAMED
|
File without changes
|
{pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/e2e/test_rectangle_builder.py
RENAMED
|
File without changes
|
|
File without changes
|
{pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/e2e/test_singular_selection.py
RENAMED
|
File without changes
|
|
File without changes
|
{pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/e2e/test_template_replace.py
RENAMED
|
File without changes
|
{pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/e2e/test_text_line_edit.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/fixtures/basic-paths.pdf
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/fixtures/mixed-form-types.pdf
RENAMED
|
File without changes
|
{pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/test_anonymous_token.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/test_openapi_compliance.py
RENAMED
|
File without changes
|
|
File without changes
|
{pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/test_pdf_object_equality.py
RENAMED
|
File without changes
|
|
File without changes
|
{pdfdancer_client_python-0.3.7 → pdfdancer_client_python-0.3.8}/tests/test_standard_fonts.py
RENAMED
|
File without changes
|
|
File without changes
|