|
1 |
| -[metadata] |
2 |
| -name = pypdf |
3 |
| - |
4 |
| -author = Mathieu Fenniak |
5 |
| -author_email = biziqe@mathieu.fenniak.net |
6 |
| -maintainer = Martin Thoma |
7 |
| -maintainer_email = info@martin-thoma.de |
8 |
| - |
9 |
| -description = A pure-python PDF library capable of splitting, merging, cropping, and transforming PDF files |
10 |
| -long_description = file: README.md |
11 |
| -long_description_content_type = text/markdown |
12 |
| - |
13 |
| -license = BSD-3-Clause |
14 |
| - |
15 |
| -url = https://pypdf.readthedocs.io/en/latest/ |
16 |
| -project_urls = |
17 |
| - Source = https://github.com/py-pdf/pypdf |
18 |
| - Bug Reports = https://github.com/py-pdf/pypdf/issues |
19 |
| - Changelog = https://pypdf.readthedocs.io/en/latest/meta/CHANGELOG.html |
20 |
| -classifiers = |
21 |
| - Development Status :: 5 - Production/Stable |
22 |
| - Intended Audience :: Developers |
23 |
| - License :: OSI Approved :: BSD License |
24 |
| - Programming Language :: Python :: 3 |
25 |
| - Programming Language :: Python :: 3.6 |
26 |
| - Programming Language :: Python :: 3.7 |
27 |
| - Programming Language :: Python :: 3.8 |
28 |
| - Programming Language :: Python :: 3.9 |
29 |
| - Programming Language :: Python :: 3.10 |
30 |
| - Programming Language :: Python :: 3.11 |
31 |
| - Operating System :: OS Independent |
32 |
| - Topic :: Software Development :: Libraries :: Python Modules |
33 |
| - Typing :: Typed |
34 |
| - |
35 |
| -[options] |
36 |
| -packages = |
37 |
| - pypdf |
38 |
| - pypdf._codecs |
39 |
| - pypdf.generic |
40 |
| -python_requires = >=3.6 |
41 |
| -install_requires = |
42 |
| - typing_extensions >= 3.10.0.0; python_version < '3.10' |
43 |
| - dataclasses; python_version < '3.7' |
44 |
| - |
45 |
| -[options.extras_require] |
46 |
| -full = PyCryptodome; Pillow |
47 |
| -crypto = PyCryptodome |
48 |
| -image = Pillow |
49 |
| - |
50 | 1 | [mutmut]
|
51 | 2 | backup = False
|
52 | 3 | runner = ./mutmut-test.sh
|
|
0 commit comments