PyPDFForm 3.3.1__tar.gz → 3.3.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-3.3.1 → pypdfform-3.3.2}/PKG-INFO +7 -7
- {pypdfform-3.3.1 → pypdfform-3.3.2}/PyPDFForm/__init__.py +1 -1
- {pypdfform-3.3.1 → pypdfform-3.3.2}/PyPDFForm.egg-info/PKG-INFO +7 -7
- {pypdfform-3.3.1 → pypdfform-3.3.2}/README.md +6 -6
- {pypdfform-3.3.1 → pypdfform-3.3.2}/LICENSE +0 -0
- {pypdfform-3.3.1 → pypdfform-3.3.2}/PyPDFForm/adapter.py +0 -0
- {pypdfform-3.3.1 → pypdfform-3.3.2}/PyPDFForm/constants.py +0 -0
- {pypdfform-3.3.1 → pypdfform-3.3.2}/PyPDFForm/coordinate.py +0 -0
- {pypdfform-3.3.1 → pypdfform-3.3.2}/PyPDFForm/filler.py +0 -0
- {pypdfform-3.3.1 → pypdfform-3.3.2}/PyPDFForm/font.py +0 -0
- {pypdfform-3.3.1 → pypdfform-3.3.2}/PyPDFForm/hooks.py +0 -0
- {pypdfform-3.3.1 → pypdfform-3.3.2}/PyPDFForm/image.py +0 -0
- {pypdfform-3.3.1 → pypdfform-3.3.2}/PyPDFForm/middleware/__init__.py +0 -0
- {pypdfform-3.3.1 → pypdfform-3.3.2}/PyPDFForm/middleware/base.py +0 -0
- {pypdfform-3.3.1 → pypdfform-3.3.2}/PyPDFForm/middleware/checkbox.py +0 -0
- {pypdfform-3.3.1 → pypdfform-3.3.2}/PyPDFForm/middleware/dropdown.py +0 -0
- {pypdfform-3.3.1 → pypdfform-3.3.2}/PyPDFForm/middleware/image.py +0 -0
- {pypdfform-3.3.1 → pypdfform-3.3.2}/PyPDFForm/middleware/radio.py +0 -0
- {pypdfform-3.3.1 → pypdfform-3.3.2}/PyPDFForm/middleware/signature.py +0 -0
- {pypdfform-3.3.1 → pypdfform-3.3.2}/PyPDFForm/middleware/text.py +0 -0
- {pypdfform-3.3.1 → pypdfform-3.3.2}/PyPDFForm/patterns.py +0 -0
- {pypdfform-3.3.1 → pypdfform-3.3.2}/PyPDFForm/template.py +0 -0
- {pypdfform-3.3.1 → pypdfform-3.3.2}/PyPDFForm/utils.py +0 -0
- {pypdfform-3.3.1 → pypdfform-3.3.2}/PyPDFForm/watermark.py +0 -0
- {pypdfform-3.3.1 → pypdfform-3.3.2}/PyPDFForm/widgets/__init__.py +0 -0
- {pypdfform-3.3.1 → pypdfform-3.3.2}/PyPDFForm/widgets/base.py +0 -0
- {pypdfform-3.3.1 → pypdfform-3.3.2}/PyPDFForm/widgets/bedrock.py +0 -0
- {pypdfform-3.3.1 → pypdfform-3.3.2}/PyPDFForm/widgets/checkbox.py +0 -0
- {pypdfform-3.3.1 → pypdfform-3.3.2}/PyPDFForm/widgets/dropdown.py +0 -0
- {pypdfform-3.3.1 → pypdfform-3.3.2}/PyPDFForm/widgets/image.py +0 -0
- {pypdfform-3.3.1 → pypdfform-3.3.2}/PyPDFForm/widgets/radio.py +0 -0
- {pypdfform-3.3.1 → pypdfform-3.3.2}/PyPDFForm/widgets/signature.py +0 -0
- {pypdfform-3.3.1 → pypdfform-3.3.2}/PyPDFForm/widgets/text.py +0 -0
- {pypdfform-3.3.1 → pypdfform-3.3.2}/PyPDFForm/wrapper.py +0 -0
- {pypdfform-3.3.1 → pypdfform-3.3.2}/PyPDFForm.egg-info/SOURCES.txt +0 -0
- {pypdfform-3.3.1 → pypdfform-3.3.2}/PyPDFForm.egg-info/dependency_links.txt +0 -0
- {pypdfform-3.3.1 → pypdfform-3.3.2}/PyPDFForm.egg-info/requires.txt +0 -0
- {pypdfform-3.3.1 → pypdfform-3.3.2}/PyPDFForm.egg-info/top_level.txt +0 -0
- {pypdfform-3.3.1 → pypdfform-3.3.2}/pyproject.toml +0 -0
- {pypdfform-3.3.1 → pypdfform-3.3.2}/setup.cfg +0 -0
- {pypdfform-3.3.1 → pypdfform-3.3.2}/tests/test_adobe_mode.py +0 -0
- {pypdfform-3.3.1 → pypdfform-3.3.2}/tests/test_create_widget.py +0 -0
- {pypdfform-3.3.1 → pypdfform-3.3.2}/tests/test_dropdown.py +0 -0
- {pypdfform-3.3.1 → pypdfform-3.3.2}/tests/test_extract_values.py +0 -0
- {pypdfform-3.3.1 → pypdfform-3.3.2}/tests/test_fill_max_length_text_field.py +0 -0
- {pypdfform-3.3.1 → pypdfform-3.3.2}/tests/test_fill_method.py +0 -0
- {pypdfform-3.3.1 → pypdfform-3.3.2}/tests/test_functional.py +0 -0
- {pypdfform-3.3.1 → pypdfform-3.3.2}/tests/test_paragraph.py +0 -0
- {pypdfform-3.3.1 → pypdfform-3.3.2}/tests/test_signature.py +0 -0
- {pypdfform-3.3.1 → pypdfform-3.3.2}/tests/test_use_full_widget_name.py +0 -0
- {pypdfform-3.3.1 → pypdfform-3.3.2}/tests/test_widget_attr_trigger.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: PyPDFForm
|
|
3
|
-
Version: 3.3.
|
|
3
|
+
Version: 3.3.2
|
|
4
4
|
Summary: The Python library for PDF forms.
|
|
5
5
|
Author: Jinge Li
|
|
6
6
|
License-Expression: MIT
|
|
@@ -40,12 +40,12 @@ Dynamic: license-file
|
|
|
40
40
|
|
|
41
41
|
<p align="center"><img src="https://github.com/chinapandaman/PyPDFForm/raw/master/docs/img/logo.png"></p>
|
|
42
42
|
<p align="center">
|
|
43
|
-
<a href="https://pypi.org/project/PyPDFForm/"><img src="https://img.shields.io/pypi/v/pypdfform?
|
|
44
|
-
<a href="https://chinapandaman.github.io/PyPDFForm/"><img src="https://img.shields.io/github/v/release/chinapandaman/pypdfform?
|
|
45
|
-
<a href="https://github.com/chinapandaman/PyPDFForm/actions/workflows/python-package.yml"><img src="https://img.shields.io/badge/coverage-100%25-green
|
|
46
|
-
<a href="https://github.com/chinapandaman/PyPDFForm/raw/master/LICENSE"><img src="https://img.shields.io/github/license/chinapandaman/pypdfform?
|
|
47
|
-
<a href="https://www.python.org/downloads/"><img src="https://img.shields.io/pypi/pyversions/pypdfform?
|
|
48
|
-
<a href="https://
|
|
43
|
+
<a href="https://pypi.org/project/PyPDFForm/"><img src="https://img.shields.io/pypi/v/pypdfform?label=version&color=magenta"></a>
|
|
44
|
+
<a href="https://chinapandaman.github.io/PyPDFForm/"><img src="https://img.shields.io/github/v/release/chinapandaman/pypdfform?label=docs&color=cyan"></a>
|
|
45
|
+
<a href="https://github.com/chinapandaman/PyPDFForm/actions/workflows/python-package.yml"><img src="https://img.shields.io/badge/coverage-100%25-green"></a>
|
|
46
|
+
<a href="https://github.com/chinapandaman/PyPDFForm/raw/master/LICENSE"><img src="https://img.shields.io/github/license/chinapandaman/pypdfform?label=license&color=orange"></a>
|
|
47
|
+
<a href="https://www.python.org/downloads/"><img src="https://img.shields.io/pypi/pyversions/pypdfform?label=python&color=gold"></a>
|
|
48
|
+
<a href="https://pepy.tech/projects/pypdfform"><img src="https://static.pepy.tech/badge/pypdfform/month"></a>
|
|
49
49
|
</p>
|
|
50
50
|
|
|
51
51
|
## Introduction
|
|
@@ -20,7 +20,7 @@ The library supports various PDF form features, including:
|
|
|
20
20
|
PyPDFForm aims to simplify PDF form manipulation, making it accessible to developers of all skill levels.
|
|
21
21
|
"""
|
|
22
22
|
|
|
23
|
-
__version__ = "3.3.
|
|
23
|
+
__version__ = "3.3.2"
|
|
24
24
|
|
|
25
25
|
from .middleware.text import Text # exposing for setting global font attrs
|
|
26
26
|
from .wrapper import PdfWrapper
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: PyPDFForm
|
|
3
|
-
Version: 3.3.
|
|
3
|
+
Version: 3.3.2
|
|
4
4
|
Summary: The Python library for PDF forms.
|
|
5
5
|
Author: Jinge Li
|
|
6
6
|
License-Expression: MIT
|
|
@@ -40,12 +40,12 @@ Dynamic: license-file
|
|
|
40
40
|
|
|
41
41
|
<p align="center"><img src="https://github.com/chinapandaman/PyPDFForm/raw/master/docs/img/logo.png"></p>
|
|
42
42
|
<p align="center">
|
|
43
|
-
<a href="https://pypi.org/project/PyPDFForm/"><img src="https://img.shields.io/pypi/v/pypdfform?
|
|
44
|
-
<a href="https://chinapandaman.github.io/PyPDFForm/"><img src="https://img.shields.io/github/v/release/chinapandaman/pypdfform?
|
|
45
|
-
<a href="https://github.com/chinapandaman/PyPDFForm/actions/workflows/python-package.yml"><img src="https://img.shields.io/badge/coverage-100%25-green
|
|
46
|
-
<a href="https://github.com/chinapandaman/PyPDFForm/raw/master/LICENSE"><img src="https://img.shields.io/github/license/chinapandaman/pypdfform?
|
|
47
|
-
<a href="https://www.python.org/downloads/"><img src="https://img.shields.io/pypi/pyversions/pypdfform?
|
|
48
|
-
<a href="https://
|
|
43
|
+
<a href="https://pypi.org/project/PyPDFForm/"><img src="https://img.shields.io/pypi/v/pypdfform?label=version&color=magenta"></a>
|
|
44
|
+
<a href="https://chinapandaman.github.io/PyPDFForm/"><img src="https://img.shields.io/github/v/release/chinapandaman/pypdfform?label=docs&color=cyan"></a>
|
|
45
|
+
<a href="https://github.com/chinapandaman/PyPDFForm/actions/workflows/python-package.yml"><img src="https://img.shields.io/badge/coverage-100%25-green"></a>
|
|
46
|
+
<a href="https://github.com/chinapandaman/PyPDFForm/raw/master/LICENSE"><img src="https://img.shields.io/github/license/chinapandaman/pypdfform?label=license&color=orange"></a>
|
|
47
|
+
<a href="https://www.python.org/downloads/"><img src="https://img.shields.io/pypi/pyversions/pypdfform?label=python&color=gold"></a>
|
|
48
|
+
<a href="https://pepy.tech/projects/pypdfform"><img src="https://static.pepy.tech/badge/pypdfform/month"></a>
|
|
49
49
|
</p>
|
|
50
50
|
|
|
51
51
|
## Introduction
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<p align="center"><img src="https://github.com/chinapandaman/PyPDFForm/raw/master/docs/img/logo.png"></p>
|
|
2
2
|
<p align="center">
|
|
3
|
-
<a href="https://pypi.org/project/PyPDFForm/"><img src="https://img.shields.io/pypi/v/pypdfform?
|
|
4
|
-
<a href="https://chinapandaman.github.io/PyPDFForm/"><img src="https://img.shields.io/github/v/release/chinapandaman/pypdfform?
|
|
5
|
-
<a href="https://github.com/chinapandaman/PyPDFForm/actions/workflows/python-package.yml"><img src="https://img.shields.io/badge/coverage-100%25-green
|
|
6
|
-
<a href="https://github.com/chinapandaman/PyPDFForm/raw/master/LICENSE"><img src="https://img.shields.io/github/license/chinapandaman/pypdfform?
|
|
7
|
-
<a href="https://www.python.org/downloads/"><img src="https://img.shields.io/pypi/pyversions/pypdfform?
|
|
8
|
-
<a href="https://
|
|
3
|
+
<a href="https://pypi.org/project/PyPDFForm/"><img src="https://img.shields.io/pypi/v/pypdfform?label=version&color=magenta"></a>
|
|
4
|
+
<a href="https://chinapandaman.github.io/PyPDFForm/"><img src="https://img.shields.io/github/v/release/chinapandaman/pypdfform?label=docs&color=cyan"></a>
|
|
5
|
+
<a href="https://github.com/chinapandaman/PyPDFForm/actions/workflows/python-package.yml"><img src="https://img.shields.io/badge/coverage-100%25-green"></a>
|
|
6
|
+
<a href="https://github.com/chinapandaman/PyPDFForm/raw/master/LICENSE"><img src="https://img.shields.io/github/license/chinapandaman/pypdfform?label=license&color=orange"></a>
|
|
7
|
+
<a href="https://www.python.org/downloads/"><img src="https://img.shields.io/pypi/pyversions/pypdfform?label=python&color=gold"></a>
|
|
8
|
+
<a href="https://pepy.tech/projects/pypdfform"><img src="https://static.pepy.tech/badge/pypdfform/month"></a>
|
|
9
9
|
</p>
|
|
10
10
|
|
|
11
11
|
## Introduction
|
|
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
|