PyPDFForm 2.2.1__tar.gz → 2.2.2__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 PyPDFForm might be problematic. Click here for more details.

Files changed (53) hide show
  1. {pypdfform-2.2.1 → pypdfform-2.2.2}/PKG-INFO +4 -2
  2. {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/__init__.py +1 -1
  3. {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm.egg-info/PKG-INFO +4 -2
  4. {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm.egg-info/requires.txt +2 -0
  5. {pypdfform-2.2.1 → pypdfform-2.2.2}/README.md +1 -1
  6. {pypdfform-2.2.1 → pypdfform-2.2.2}/pyproject.toml +2 -0
  7. {pypdfform-2.2.1 → pypdfform-2.2.2}/LICENSE +0 -0
  8. {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/adapter.py +0 -0
  9. {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/constants.py +0 -0
  10. {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/coordinate.py +0 -0
  11. {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/filler.py +0 -0
  12. {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/font.py +0 -0
  13. {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/image.py +0 -0
  14. {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/middleware/__init__.py +0 -0
  15. {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/middleware/base.py +0 -0
  16. {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/middleware/checkbox.py +0 -0
  17. {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/middleware/dropdown.py +0 -0
  18. {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/middleware/image.py +0 -0
  19. {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/middleware/radio.py +0 -0
  20. {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/middleware/signature.py +0 -0
  21. {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/middleware/text.py +0 -0
  22. {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/patterns.py +0 -0
  23. {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/template.py +0 -0
  24. {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/utils.py +0 -0
  25. {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/watermark.py +0 -0
  26. {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/widgets/__init__.py +0 -0
  27. {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/widgets/base.py +0 -0
  28. {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/widgets/bedrock.py +0 -0
  29. {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/widgets/checkbox.py +0 -0
  30. {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/widgets/dropdown.py +0 -0
  31. {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/widgets/image.py +0 -0
  32. {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/widgets/radio.py +0 -0
  33. {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/widgets/signature.py +0 -0
  34. {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/widgets/text.py +0 -0
  35. {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/wrapper.py +0 -0
  36. {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm.egg-info/SOURCES.txt +0 -0
  37. {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm.egg-info/dependency_links.txt +0 -0
  38. {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm.egg-info/top_level.txt +0 -0
  39. {pypdfform-2.2.1 → pypdfform-2.2.2}/setup.cfg +0 -0
  40. {pypdfform-2.2.1 → pypdfform-2.2.2}/tests/test_adobe_mode.py +0 -0
  41. {pypdfform-2.2.1 → pypdfform-2.2.2}/tests/test_create_widget.py +0 -0
  42. {pypdfform-2.2.1 → pypdfform-2.2.2}/tests/test_dropdown.py +0 -0
  43. {pypdfform-2.2.1 → pypdfform-2.2.2}/tests/test_dropdown_simple.py +0 -0
  44. {pypdfform-2.2.1 → pypdfform-2.2.2}/tests/test_fill_max_length_text_field.py +0 -0
  45. {pypdfform-2.2.1 → pypdfform-2.2.2}/tests/test_fill_max_length_text_field_simple.py +0 -0
  46. {pypdfform-2.2.1 → pypdfform-2.2.2}/tests/test_fill_method.py +0 -0
  47. {pypdfform-2.2.1 → pypdfform-2.2.2}/tests/test_functional.py +0 -0
  48. {pypdfform-2.2.1 → pypdfform-2.2.2}/tests/test_functional_simple.py +0 -0
  49. {pypdfform-2.2.1 → pypdfform-2.2.2}/tests/test_paragraph.py +0 -0
  50. {pypdfform-2.2.1 → pypdfform-2.2.2}/tests/test_paragraph_simple.py +0 -0
  51. {pypdfform-2.2.1 → pypdfform-2.2.2}/tests/test_preview.py +0 -0
  52. {pypdfform-2.2.1 → pypdfform-2.2.2}/tests/test_signature.py +0 -0
  53. {pypdfform-2.2.1 → pypdfform-2.2.2}/tests/test_use_full_widget_name.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PyPDFForm
3
- Version: 2.2.1
3
+ Version: 2.2.2
4
4
  Summary: The Python library for PDF forms.
5
5
  Author: Jinge Li
6
6
  License-Expression: MIT
@@ -26,7 +26,9 @@ Requires-Dist: pillow
26
26
  Requires-Dist: pypdf
27
27
  Requires-Dist: reportlab
28
28
  Provides-Extra: dev
29
+ Requires-Dist: black; extra == "dev"
29
30
  Requires-Dist: coverage; extra == "dev"
31
+ Requires-Dist: isort; extra == "dev"
30
32
  Requires-Dist: jsonschema; extra == "dev"
31
33
  Requires-Dist: mkdocs; extra == "dev"
32
34
  Requires-Dist: pudb; extra == "dev"
@@ -76,7 +78,7 @@ pip install PyPDFForm
76
78
  ```
77
79
 
78
80
  ## Quick Example
79
- ![Check out the GitHub repository for a live demo if you can't see it here.](https://github.com/chinapandaman/PyPDFForm/raw/master/demo.gif)
81
+ ![Check out the GitHub repository for a live demo if you can't see it here.](https://github.com/chinapandaman/PyPDFForm/raw/master/docs/img/demo.gif)
80
82
 
81
83
  A sample PDF form can be found [here](https://github.com/chinapandaman/PyPDFForm/raw/master/pdf_samples/sample_template.pdf). Download it and try:
82
84
 
@@ -5,7 +5,7 @@ This package provides tools for filling PDF forms, drawing text and images,
5
5
  and manipulating PDF form elements programmatically.
6
6
  """
7
7
 
8
- __version__ = "2.2.1"
8
+ __version__ = "2.2.2"
9
9
 
10
10
  from .wrapper import FormWrapper, PdfWrapper
11
11
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PyPDFForm
3
- Version: 2.2.1
3
+ Version: 2.2.2
4
4
  Summary: The Python library for PDF forms.
5
5
  Author: Jinge Li
6
6
  License-Expression: MIT
@@ -26,7 +26,9 @@ Requires-Dist: pillow
26
26
  Requires-Dist: pypdf
27
27
  Requires-Dist: reportlab
28
28
  Provides-Extra: dev
29
+ Requires-Dist: black; extra == "dev"
29
30
  Requires-Dist: coverage; extra == "dev"
31
+ Requires-Dist: isort; extra == "dev"
30
32
  Requires-Dist: jsonschema; extra == "dev"
31
33
  Requires-Dist: mkdocs; extra == "dev"
32
34
  Requires-Dist: pudb; extra == "dev"
@@ -76,7 +78,7 @@ pip install PyPDFForm
76
78
  ```
77
79
 
78
80
  ## Quick Example
79
- ![Check out the GitHub repository for a live demo if you can't see it here.](https://github.com/chinapandaman/PyPDFForm/raw/master/demo.gif)
81
+ ![Check out the GitHub repository for a live demo if you can't see it here.](https://github.com/chinapandaman/PyPDFForm/raw/master/docs/img/demo.gif)
80
82
 
81
83
  A sample PDF form can be found [here](https://github.com/chinapandaman/PyPDFForm/raw/master/pdf_samples/sample_template.pdf). Download it and try:
82
84
 
@@ -4,7 +4,9 @@ pypdf
4
4
  reportlab
5
5
 
6
6
  [dev]
7
+ black
7
8
  coverage
9
+ isort
8
10
  jsonschema
9
11
  mkdocs
10
12
  pudb
@@ -37,7 +37,7 @@ pip install PyPDFForm
37
37
  ```
38
38
 
39
39
  ## Quick Example
40
- ![Check out the GitHub repository for a live demo if you can't see it here.](https://github.com/chinapandaman/PyPDFForm/raw/master/demo.gif)
40
+ ![Check out the GitHub repository for a live demo if you can't see it here.](https://github.com/chinapandaman/PyPDFForm/raw/master/docs/img/demo.gif)
41
41
 
42
42
  A sample PDF form can be found [here](https://github.com/chinapandaman/PyPDFForm/raw/master/pdf_samples/sample_template.pdf). Download it and try:
43
43
 
@@ -40,7 +40,9 @@ Documentation = "https://chinapandaman.github.io/PyPDFForm/"
40
40
 
41
41
  [project.optional-dependencies]
42
42
  dev = [
43
+ "black",
43
44
  "coverage",
45
+ "isort",
44
46
  "jsonschema",
45
47
  "mkdocs",
46
48
  "pudb",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes