pdfdancer-client-python 0.3.3__tar.gz → 0.3.4__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.
Files changed (80) hide show
  1. pdfdancer_client_python-0.3.4/.claude/commands/implement-new-api-features.md +8 -0
  2. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/PKG-INFO +1 -1
  3. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/docs/api-schemas/v0.yml +1661 -1463
  4. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/docs/api-schemas/v1.yml +228 -682
  5. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/pyproject.toml +1 -1
  6. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/src/pdfdancer/__init__.py +8 -0
  7. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/src/pdfdancer/models.py +118 -0
  8. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/src/pdfdancer/pdfdancer_v1.py +26 -1
  9. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/src/pdfdancer/types.py +147 -0
  10. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/src/pdfdancer_client_python.egg-info/PKG-INFO +1 -1
  11. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/src/pdfdancer_client_python.egg-info/SOURCES.txt +2 -0
  12. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/tests/e2e/pdf_assertions.py +266 -1
  13. pdfdancer_client_python-0.3.4/tests/e2e/test_image_transform.py +564 -0
  14. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/tests/e2e/test_path_comprehensive.py +9 -8
  15. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/tests/e2e/test_redact.py +9 -7
  16. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/.claude/commands/discuss.md +0 -0
  17. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/.flake8 +0 -0
  18. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/.github/workflows/ci.yml +0 -0
  19. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/.github/workflows/daily-tests.yml +0 -0
  20. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/.gitignore +0 -0
  21. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/CLAUDE.md +0 -0
  22. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/LICENSE +0 -0
  23. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/NOTICE +0 -0
  24. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/README.md +0 -0
  25. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/TODO.md +0 -0
  26. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/check.py +0 -0
  27. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/media/logo-orange-512h.webp +0 -0
  28. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/media/logo-orange-60h.webp +0 -0
  29. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/release.py +0 -0
  30. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/setup.cfg +0 -0
  31. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/src/pdfdancer/exceptions.py +0 -0
  32. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/src/pdfdancer/fingerprint.py +0 -0
  33. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/src/pdfdancer/image_builder.py +0 -0
  34. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/src/pdfdancer/page_builder.py +0 -0
  35. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/src/pdfdancer/paragraph_builder.py +0 -0
  36. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/src/pdfdancer/path_builder.py +0 -0
  37. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/src/pdfdancer/text_line_builder.py +0 -0
  38. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/src/pdfdancer_client_python.egg-info/dependency_links.txt +0 -0
  39. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/src/pdfdancer_client_python.egg-info/requires.txt +0 -0
  40. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/src/pdfdancer_client_python.egg-info/top_level.txt +0 -0
  41. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/test.sh +0 -0
  42. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/tests/__init__.py +0 -0
  43. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/tests/conftest.py +0 -0
  44. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/tests/e2e/__init__.py +0 -0
  45. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/tests/e2e/test_acroform.py +0 -0
  46. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/tests/e2e/test_bezier_builder.py +0 -0
  47. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/tests/e2e/test_context_manager.py +0 -0
  48. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/tests/e2e/test_form_x_objects.py +0 -0
  49. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/tests/e2e/test_image.py +0 -0
  50. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/tests/e2e/test_line.py +0 -0
  51. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/tests/e2e/test_line_builder.py +0 -0
  52. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/tests/e2e/test_new_pdf.py +0 -0
  53. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/tests/e2e/test_page.py +0 -0
  54. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/tests/e2e/test_paragraph.py +0 -0
  55. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/tests/e2e/test_path.py +0 -0
  56. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/tests/e2e/test_path_builder.py +0 -0
  57. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/tests/e2e/test_path_builder_rectangle.py +0 -0
  58. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/tests/e2e/test_pdfdancer.py +0 -0
  59. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/tests/e2e/test_positioning.py +0 -0
  60. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/tests/e2e/test_rectangle_builder.py +0 -0
  61. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/tests/e2e/test_singular_selection.py +0 -0
  62. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/tests/e2e/test_snapshot.py +0 -0
  63. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/tests/e2e/test_text_line_edit.py +0 -0
  64. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/tests/fixtures/DancingScript-Regular.ttf +0 -0
  65. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/tests/fixtures/Empty.pdf +0 -0
  66. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/tests/fixtures/JetBrainsMono-Regular.ttf +0 -0
  67. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/tests/fixtures/Showcase.pdf +0 -0
  68. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/tests/fixtures/basic-paths.pdf +0 -0
  69. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/tests/fixtures/form-xobject-example.pdf +0 -0
  70. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/tests/fixtures/logo-80.png +0 -0
  71. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/tests/fixtures/mixed-form-types.pdf +0 -0
  72. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/tests/test_anonymous_token.py +0 -0
  73. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/tests/test_fingerprint.py +0 -0
  74. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/tests/test_models.py +0 -0
  75. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/tests/test_openapi_compliance.py +0 -0
  76. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/tests/test_path_models.py +0 -0
  77. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/tests/test_pdf_object_equality.py +0 -0
  78. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/tests/test_rate_limit.py +0 -0
  79. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/tests/test_standard_fonts.py +0 -0
  80. {pdfdancer_client_python-0.3.3 → pdfdancer_client_python-0.3.4}/update-api-spec.sh +0 -0
@@ -0,0 +1,8 @@
1
+ Check the updates in docs/api-schemas (use diff).
2
+ Analyze which new features are available in the api. Ignore anything backoffice related, like tenant management, api keys management or similar.
3
+ We are interested in PDF features.
4
+ For each change you encounter:
5
+ - analyze the current implementation and tests
6
+ - make a plan how to fully support the new api feature including e2e tests
7
+ - Show me a brief summary of what you found and what your plan is
8
+ - Wait for my approval
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pdfdancer-client-python
3
- Version: 0.3.3
3
+ Version: 0.3.4
4
4
  Summary: Python client for PDFDancer API
5
5
  Author-email: "The Famous Cat Ltd." <hi@thefamouscat.com>
6
6
  License: