PyPDFForm 1.4.19__tar.gz → 1.4.20__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 (45) hide show
  1. {pypdfform-1.4.19 → pypdfform-1.4.20}/PKG-INFO +7 -6
  2. {pypdfform-1.4.19 → pypdfform-1.4.20}/PyPDFForm/__init__.py +1 -1
  3. {pypdfform-1.4.19 → pypdfform-1.4.20}/PyPDFForm.egg-info/PKG-INFO +7 -6
  4. {pypdfform-1.4.19 → pypdfform-1.4.20}/README.md +6 -5
  5. {pypdfform-1.4.19 → pypdfform-1.4.20}/LICENSE +0 -0
  6. {pypdfform-1.4.19 → pypdfform-1.4.20}/PyPDFForm/adapter.py +0 -0
  7. {pypdfform-1.4.19 → pypdfform-1.4.20}/PyPDFForm/constants.py +0 -0
  8. {pypdfform-1.4.19 → pypdfform-1.4.20}/PyPDFForm/coordinate.py +0 -0
  9. {pypdfform-1.4.19 → pypdfform-1.4.20}/PyPDFForm/filler.py +0 -0
  10. {pypdfform-1.4.19 → pypdfform-1.4.20}/PyPDFForm/font.py +0 -0
  11. {pypdfform-1.4.19 → pypdfform-1.4.20}/PyPDFForm/image.py +0 -0
  12. {pypdfform-1.4.19 → pypdfform-1.4.20}/PyPDFForm/middleware/__init__.py +0 -0
  13. {pypdfform-1.4.19 → pypdfform-1.4.20}/PyPDFForm/middleware/base.py +0 -0
  14. {pypdfform-1.4.19 → pypdfform-1.4.20}/PyPDFForm/middleware/checkbox.py +0 -0
  15. {pypdfform-1.4.19 → pypdfform-1.4.20}/PyPDFForm/middleware/dropdown.py +0 -0
  16. {pypdfform-1.4.19 → pypdfform-1.4.20}/PyPDFForm/middleware/radio.py +0 -0
  17. {pypdfform-1.4.19 → pypdfform-1.4.20}/PyPDFForm/middleware/signature.py +0 -0
  18. {pypdfform-1.4.19 → pypdfform-1.4.20}/PyPDFForm/middleware/text.py +0 -0
  19. {pypdfform-1.4.19 → pypdfform-1.4.20}/PyPDFForm/patterns.py +0 -0
  20. {pypdfform-1.4.19 → pypdfform-1.4.20}/PyPDFForm/template.py +0 -0
  21. {pypdfform-1.4.19 → pypdfform-1.4.20}/PyPDFForm/utils.py +0 -0
  22. {pypdfform-1.4.19 → pypdfform-1.4.20}/PyPDFForm/watermark.py +0 -0
  23. {pypdfform-1.4.19 → pypdfform-1.4.20}/PyPDFForm/widgets/__init__.py +0 -0
  24. {pypdfform-1.4.19 → pypdfform-1.4.20}/PyPDFForm/widgets/base.py +0 -0
  25. {pypdfform-1.4.19 → pypdfform-1.4.20}/PyPDFForm/widgets/checkbox.py +0 -0
  26. {pypdfform-1.4.19 → pypdfform-1.4.20}/PyPDFForm/widgets/dropdown.py +0 -0
  27. {pypdfform-1.4.19 → pypdfform-1.4.20}/PyPDFForm/widgets/text.py +0 -0
  28. {pypdfform-1.4.19 → pypdfform-1.4.20}/PyPDFForm/wrapper.py +0 -0
  29. {pypdfform-1.4.19 → pypdfform-1.4.20}/PyPDFForm.egg-info/SOURCES.txt +0 -0
  30. {pypdfform-1.4.19 → pypdfform-1.4.20}/PyPDFForm.egg-info/dependency_links.txt +0 -0
  31. {pypdfform-1.4.19 → pypdfform-1.4.20}/PyPDFForm.egg-info/requires.txt +0 -0
  32. {pypdfform-1.4.19 → pypdfform-1.4.20}/PyPDFForm.egg-info/top_level.txt +0 -0
  33. {pypdfform-1.4.19 → pypdfform-1.4.20}/setup.cfg +0 -0
  34. {pypdfform-1.4.19 → pypdfform-1.4.20}/setup.py +0 -0
  35. {pypdfform-1.4.19 → pypdfform-1.4.20}/tests/test_create_widget.py +0 -0
  36. {pypdfform-1.4.19 → pypdfform-1.4.20}/tests/test_dropdown.py +0 -0
  37. {pypdfform-1.4.19 → pypdfform-1.4.20}/tests/test_dropdown_simple.py +0 -0
  38. {pypdfform-1.4.19 → pypdfform-1.4.20}/tests/test_fill_max_length_text_field.py +0 -0
  39. {pypdfform-1.4.19 → pypdfform-1.4.20}/tests/test_fill_max_length_text_field_simple.py +0 -0
  40. {pypdfform-1.4.19 → pypdfform-1.4.20}/tests/test_functional.py +0 -0
  41. {pypdfform-1.4.19 → pypdfform-1.4.20}/tests/test_functional_simple.py +0 -0
  42. {pypdfform-1.4.19 → pypdfform-1.4.20}/tests/test_paragraph.py +0 -0
  43. {pypdfform-1.4.19 → pypdfform-1.4.20}/tests/test_paragraph_simple.py +0 -0
  44. {pypdfform-1.4.19 → pypdfform-1.4.20}/tests/test_preview.py +0 -0
  45. {pypdfform-1.4.19 → pypdfform-1.4.20}/tests/test_signature.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: PyPDFForm
3
- Version: 1.4.19
3
+ Version: 1.4.20
4
4
  Summary: The Python library for PDF forms.
5
5
  Home-page: https://github.com/chinapandaman/PyPDFForm
6
6
  Author: Jinge Li
@@ -27,11 +27,12 @@ Requires-Dist: reportlab
27
27
 
28
28
  <p align="center"><img src="https://github.com/chinapandaman/PyPDFForm/raw/master/logo.png"></p>
29
29
  <p align="center">
30
- <a href="https://github.com/chinapandaman/PyPDFForm/actions/workflows/python-black-isort.yml/badge.svg"><img src="https://github.com/chinapandaman/PyPDFForm/actions/workflows/python-black-isort.yml/badge.svg"></a>
31
- <a href="https://github.com/chinapandaman/PyPDFForm/actions/workflows/python-package.yml/badge.svg"><img src="https://github.com/chinapandaman/PyPDFForm/actions/workflows/python-package.yml/badge.svg"></a>
32
- <a href="https://github.com/chinapandaman/PyPDFForm/actions/workflows/python-publish.yml/badge.svg"><img src="https://github.com/chinapandaman/PyPDFForm/actions/workflows/python-publish.yml/badge.svg"></a>
33
- <a href="https://pepy.tech/project/pypdfform"><img src="https://static.pepy.tech/personalized-badge/pypdfform?period=total&units=international_system&left_color=black&right_color=blue&left_text=Downloads"></a>
34
- <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-orange.svg"></a>
30
+ <a href="https://pypi.org/project/PyPDFForm/"><img src="https://img.shields.io/pypi/v/pypdfform?logo=pypi&logoColor=white&label=version&labelColor=black&color=magenta&style=for-the-badge"></a>
31
+ <a href="https://chinapandaman.github.io/PyPDFForm/"><img src="https://img.shields.io/github/v/release/chinapandaman/pypdfform?logo=read%20the%20docs&logoColor=white&label=docs&labelColor=black&color=cyan&style=for-the-badge"></a>
32
+ <a href="https://github.com/chinapandaman/PyPDFForm/actions/workflows/python-package.yml"><img src="https://img.shields.io/github/actions/workflow/status/chinapandaman/pypdfform/python-package.yml?logo=github&logoColor=white&label=tests&labelColor=black&color=green&style=for-the-badge"></a>
33
+ <a href="https://github.com/chinapandaman/PyPDFForm/raw/master/LICENSE"><img src="https://img.shields.io/github/license/chinapandaman/pypdfform?logo=github&logoColor=white&label=license&labelColor=black&color=orange&style=for-the-badge"></a>
34
+ <a href="https://www.python.org/downloads/"><img src="https://img.shields.io/pypi/pyversions/pypdfform?logo=python&logoColor=white&label=python&labelColor=black&color=gold&style=for-the-badge"></a>
35
+ <a href="https://pypistats.org/packages/pypdfform"><img src="https://img.shields.io/pypi/dm/pypdfform?logo=pypi&logoColor=white&label=downloads&labelColor=black&color=blue&style=for-the-badge"></a>
35
36
  </p>
36
37
 
37
38
  ## Important API Changes
@@ -1,6 +1,6 @@
1
1
  # -*- coding: utf-8 -*-
2
2
  """Contains any object users might need."""
3
3
 
4
- __version__ = "1.4.19"
4
+ __version__ = "1.4.20"
5
5
 
6
6
  from .wrapper import FormWrapper, PdfWrapper, PyPDFForm
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: PyPDFForm
3
- Version: 1.4.19
3
+ Version: 1.4.20
4
4
  Summary: The Python library for PDF forms.
5
5
  Home-page: https://github.com/chinapandaman/PyPDFForm
6
6
  Author: Jinge Li
@@ -27,11 +27,12 @@ Requires-Dist: reportlab
27
27
 
28
28
  <p align="center"><img src="https://github.com/chinapandaman/PyPDFForm/raw/master/logo.png"></p>
29
29
  <p align="center">
30
- <a href="https://github.com/chinapandaman/PyPDFForm/actions/workflows/python-black-isort.yml/badge.svg"><img src="https://github.com/chinapandaman/PyPDFForm/actions/workflows/python-black-isort.yml/badge.svg"></a>
31
- <a href="https://github.com/chinapandaman/PyPDFForm/actions/workflows/python-package.yml/badge.svg"><img src="https://github.com/chinapandaman/PyPDFForm/actions/workflows/python-package.yml/badge.svg"></a>
32
- <a href="https://github.com/chinapandaman/PyPDFForm/actions/workflows/python-publish.yml/badge.svg"><img src="https://github.com/chinapandaman/PyPDFForm/actions/workflows/python-publish.yml/badge.svg"></a>
33
- <a href="https://pepy.tech/project/pypdfform"><img src="https://static.pepy.tech/personalized-badge/pypdfform?period=total&units=international_system&left_color=black&right_color=blue&left_text=Downloads"></a>
34
- <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-orange.svg"></a>
30
+ <a href="https://pypi.org/project/PyPDFForm/"><img src="https://img.shields.io/pypi/v/pypdfform?logo=pypi&logoColor=white&label=version&labelColor=black&color=magenta&style=for-the-badge"></a>
31
+ <a href="https://chinapandaman.github.io/PyPDFForm/"><img src="https://img.shields.io/github/v/release/chinapandaman/pypdfform?logo=read%20the%20docs&logoColor=white&label=docs&labelColor=black&color=cyan&style=for-the-badge"></a>
32
+ <a href="https://github.com/chinapandaman/PyPDFForm/actions/workflows/python-package.yml"><img src="https://img.shields.io/github/actions/workflow/status/chinapandaman/pypdfform/python-package.yml?logo=github&logoColor=white&label=tests&labelColor=black&color=green&style=for-the-badge"></a>
33
+ <a href="https://github.com/chinapandaman/PyPDFForm/raw/master/LICENSE"><img src="https://img.shields.io/github/license/chinapandaman/pypdfform?logo=github&logoColor=white&label=license&labelColor=black&color=orange&style=for-the-badge"></a>
34
+ <a href="https://www.python.org/downloads/"><img src="https://img.shields.io/pypi/pyversions/pypdfform?logo=python&logoColor=white&label=python&labelColor=black&color=gold&style=for-the-badge"></a>
35
+ <a href="https://pypistats.org/packages/pypdfform"><img src="https://img.shields.io/pypi/dm/pypdfform?logo=pypi&logoColor=white&label=downloads&labelColor=black&color=blue&style=for-the-badge"></a>
35
36
  </p>
36
37
 
37
38
  ## Important API Changes
@@ -1,10 +1,11 @@
1
1
  <p align="center"><img src="https://github.com/chinapandaman/PyPDFForm/raw/master/logo.png"></p>
2
2
  <p align="center">
3
- <a href="https://github.com/chinapandaman/PyPDFForm/actions/workflows/python-black-isort.yml/badge.svg"><img src="https://github.com/chinapandaman/PyPDFForm/actions/workflows/python-black-isort.yml/badge.svg"></a>
4
- <a href="https://github.com/chinapandaman/PyPDFForm/actions/workflows/python-package.yml/badge.svg"><img src="https://github.com/chinapandaman/PyPDFForm/actions/workflows/python-package.yml/badge.svg"></a>
5
- <a href="https://github.com/chinapandaman/PyPDFForm/actions/workflows/python-publish.yml/badge.svg"><img src="https://github.com/chinapandaman/PyPDFForm/actions/workflows/python-publish.yml/badge.svg"></a>
6
- <a href="https://pepy.tech/project/pypdfform"><img src="https://static.pepy.tech/personalized-badge/pypdfform?period=total&units=international_system&left_color=black&right_color=blue&left_text=Downloads"></a>
7
- <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-orange.svg"></a>
3
+ <a href="https://pypi.org/project/PyPDFForm/"><img src="https://img.shields.io/pypi/v/pypdfform?logo=pypi&logoColor=white&label=version&labelColor=black&color=magenta&style=for-the-badge"></a>
4
+ <a href="https://chinapandaman.github.io/PyPDFForm/"><img src="https://img.shields.io/github/v/release/chinapandaman/pypdfform?logo=read%20the%20docs&logoColor=white&label=docs&labelColor=black&color=cyan&style=for-the-badge"></a>
5
+ <a href="https://github.com/chinapandaman/PyPDFForm/actions/workflows/python-package.yml"><img src="https://img.shields.io/github/actions/workflow/status/chinapandaman/pypdfform/python-package.yml?logo=github&logoColor=white&label=tests&labelColor=black&color=green&style=for-the-badge"></a>
6
+ <a href="https://github.com/chinapandaman/PyPDFForm/raw/master/LICENSE"><img src="https://img.shields.io/github/license/chinapandaman/pypdfform?logo=github&logoColor=white&label=license&labelColor=black&color=orange&style=for-the-badge"></a>
7
+ <a href="https://www.python.org/downloads/"><img src="https://img.shields.io/pypi/pyversions/pypdfform?logo=python&logoColor=white&label=python&labelColor=black&color=gold&style=for-the-badge"></a>
8
+ <a href="https://pypistats.org/packages/pypdfform"><img src="https://img.shields.io/pypi/dm/pypdfform?logo=pypi&logoColor=white&label=downloads&labelColor=black&color=blue&style=for-the-badge"></a>
8
9
  </p>
9
10
 
10
11
  ## Important API Changes
File without changes
File without changes
File without changes
File without changes