pyHanko


NamepyHanko JSON
Version 0.31.0 PyPI version JSON
download
home_pageNone
SummaryTools for stamping and signing PDF files
upload_time2025-09-12 22:21:45
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords signature pdf pades digital-signature pkcs11
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![Codecov](https://img.shields.io/codecov/c/github/MatthiasValvekens/pyHanko)
![pypi](https://img.shields.io/pypi/v/pyHanko.svg)


``pyhanko`` is a library for working with signatures in PDF documents.

**Note:** pyHanko's CLI is no longer bundled together with the library. This functionality is now
distributed separately as ``pyhanko-cli``.

### Documentation

The [documentation for pyHanko is hosted on ReadTheDocs](https://docs.pyhanko.eu/en/latest/)
and includes information on CLI usage, library usage, and API reference documentation derived from
inline docstrings.

### Installing

PyHanko is hosted on [PyPI](https://pypi.org/project/pyHanko/),
and can be installed using `pip`:

```bash
pip install 'pyHanko[pkcs11,image-support,opentype,qr]'
```

Depending on your shell, you might have to leave off the quotes:

```bash
pip install pyHanko[pkcs11,image-support,opentype,qr]
```

This `pip` invocation includes the optional dependencies required for PKCS#11, image handling,
OpenType/TrueType support and QR code generation.

PyHanko requires Python 3.9 or later.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pyHanko",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "Matthias Valvekens <dev@mvalvekens.be>",
    "keywords": "signature, pdf, pades, digital-signature, pkcs11",
    "author": null,
    "author_email": "Matthias Valvekens <dev@mvalvekens.be>",
    "download_url": "https://files.pythonhosted.org/packages/34/bd/0d6f86ce01709b017ae4f8cd922856b0e09083c612584534e58cc66aa66f/pyhanko-0.31.0.tar.gz",
    "platform": null,
    "description": "![Codecov](https://img.shields.io/codecov/c/github/MatthiasValvekens/pyHanko)\n![pypi](https://img.shields.io/pypi/v/pyHanko.svg)\n\n\n``pyhanko`` is a library for working with signatures in PDF documents.\n\n**Note:** pyHanko's CLI is no longer bundled together with the library. This functionality is now\ndistributed separately as ``pyhanko-cli``.\n\n### Documentation\n\nThe [documentation for pyHanko is hosted on ReadTheDocs](https://docs.pyhanko.eu/en/latest/)\nand includes information on CLI usage, library usage, and API reference documentation derived from\ninline docstrings.\n\n### Installing\n\nPyHanko is hosted on [PyPI](https://pypi.org/project/pyHanko/),\nand can be installed using `pip`:\n\n```bash\npip install 'pyHanko[pkcs11,image-support,opentype,qr]'\n```\n\nDepending on your shell, you might have to leave off the quotes:\n\n```bash\npip install pyHanko[pkcs11,image-support,opentype,qr]\n```\n\nThis `pip` invocation includes the optional dependencies required for PKCS#11, image handling,\nOpenType/TrueType support and QR code generation.\n\nPyHanko requires Python 3.9 or later.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Tools for stamping and signing PDF files",
    "version": "0.31.0",
    "project_urls": {
        "Changes": "https://docs.pyhanko.eu/en/latest/changelog.html",
        "Documentation": "https://docs.pyhanko.eu/",
        "Homepage": "https://github.com/MatthiasValvekens/pyHanko",
        "Issue Tracker": "https://github.com/MatthiasValvekens/pyHanko/issues",
        "Source Code": "https://github.com/MatthiasValvekens/pyHanko"
    },
    "split_keywords": [
        "signature",
        " pdf",
        " pades",
        " digital-signature",
        " pkcs11"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "47868706cbf237ca096a489d6447876b13b84e04a9ba9d7ea1c39bb2319090f2",
                "md5": "1568e9869e2e1d15005c1a25aceca27a",
                "sha256": "be4baab844026d44206685eb87569b3a203ac7499dce0c03ec6488f288e10c50"
            },
            "downloads": -1,
            "filename": "pyhanko-0.31.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1568e9869e2e1d15005c1a25aceca27a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 466244,
            "upload_time": "2025-09-12T22:21:43",
            "upload_time_iso_8601": "2025-09-12T22:21:43.565852Z",
            "url": "https://files.pythonhosted.org/packages/47/86/8706cbf237ca096a489d6447876b13b84e04a9ba9d7ea1c39bb2319090f2/pyhanko-0.31.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "34bd0d6f86ce01709b017ae4f8cd922856b0e09083c612584534e58cc66aa66f",
                "md5": "e77904c4565a97a0c4df459c2c1a9fd0",
                "sha256": "e866a565ebc89a0ce0aa9f58d0aa81099485fc254bd7e9d13ea7840d5605d606"
            },
            "downloads": -1,
            "filename": "pyhanko-0.31.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e77904c4565a97a0c4df459c2c1a9fd0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 407171,
            "upload_time": "2025-09-12T22:21:45",
            "upload_time_iso_8601": "2025-09-12T22:21:45.286339Z",
            "url": "https://files.pythonhosted.org/packages/34/bd/0d6f86ce01709b017ae4f8cd922856b0e09083c612584534e58cc66aa66f/pyhanko-0.31.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-12 22:21:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "MatthiasValvekens",
    "github_project": "pyHanko",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pyhanko"
}
        
Elapsed time: 4.85601s