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.
- {pypdfform-2.2.1 → pypdfform-2.2.2}/PKG-INFO +4 -2
- {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/__init__.py +1 -1
- {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm.egg-info/PKG-INFO +4 -2
- {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm.egg-info/requires.txt +2 -0
- {pypdfform-2.2.1 → pypdfform-2.2.2}/README.md +1 -1
- {pypdfform-2.2.1 → pypdfform-2.2.2}/pyproject.toml +2 -0
- {pypdfform-2.2.1 → pypdfform-2.2.2}/LICENSE +0 -0
- {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/adapter.py +0 -0
- {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/constants.py +0 -0
- {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/coordinate.py +0 -0
- {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/filler.py +0 -0
- {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/font.py +0 -0
- {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/image.py +0 -0
- {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/middleware/__init__.py +0 -0
- {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/middleware/base.py +0 -0
- {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/middleware/checkbox.py +0 -0
- {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/middleware/dropdown.py +0 -0
- {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/middleware/image.py +0 -0
- {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/middleware/radio.py +0 -0
- {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/middleware/signature.py +0 -0
- {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/middleware/text.py +0 -0
- {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/patterns.py +0 -0
- {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/template.py +0 -0
- {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/utils.py +0 -0
- {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/watermark.py +0 -0
- {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/widgets/__init__.py +0 -0
- {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/widgets/base.py +0 -0
- {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/widgets/bedrock.py +0 -0
- {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/widgets/checkbox.py +0 -0
- {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/widgets/dropdown.py +0 -0
- {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/widgets/image.py +0 -0
- {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/widgets/radio.py +0 -0
- {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/widgets/signature.py +0 -0
- {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/widgets/text.py +0 -0
- {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm/wrapper.py +0 -0
- {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm.egg-info/SOURCES.txt +0 -0
- {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm.egg-info/dependency_links.txt +0 -0
- {pypdfform-2.2.1 → pypdfform-2.2.2}/PyPDFForm.egg-info/top_level.txt +0 -0
- {pypdfform-2.2.1 → pypdfform-2.2.2}/setup.cfg +0 -0
- {pypdfform-2.2.1 → pypdfform-2.2.2}/tests/test_adobe_mode.py +0 -0
- {pypdfform-2.2.1 → pypdfform-2.2.2}/tests/test_create_widget.py +0 -0
- {pypdfform-2.2.1 → pypdfform-2.2.2}/tests/test_dropdown.py +0 -0
- {pypdfform-2.2.1 → pypdfform-2.2.2}/tests/test_dropdown_simple.py +0 -0
- {pypdfform-2.2.1 → pypdfform-2.2.2}/tests/test_fill_max_length_text_field.py +0 -0
- {pypdfform-2.2.1 → pypdfform-2.2.2}/tests/test_fill_max_length_text_field_simple.py +0 -0
- {pypdfform-2.2.1 → pypdfform-2.2.2}/tests/test_fill_method.py +0 -0
- {pypdfform-2.2.1 → pypdfform-2.2.2}/tests/test_functional.py +0 -0
- {pypdfform-2.2.1 → pypdfform-2.2.2}/tests/test_functional_simple.py +0 -0
- {pypdfform-2.2.1 → pypdfform-2.2.2}/tests/test_paragraph.py +0 -0
- {pypdfform-2.2.1 → pypdfform-2.2.2}/tests/test_paragraph_simple.py +0 -0
- {pypdfform-2.2.1 → pypdfform-2.2.2}/tests/test_preview.py +0 -0
- {pypdfform-2.2.1 → pypdfform-2.2.2}/tests/test_signature.py +0 -0
- {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.
|
|
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
|
-

|
|
81
|
+

|
|
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
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: PyPDFForm
|
|
3
|
-
Version: 2.2.
|
|
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
|
-

|
|
81
|
+

|
|
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
|
|
|
@@ -37,7 +37,7 @@ pip install PyPDFForm
|
|
|
37
37
|
```
|
|
38
38
|
|
|
39
39
|
## Quick Example
|
|
40
|
-

|
|
40
|
+

|
|
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
|
|
|
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
|
|
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
|
|
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
|