Skip to main content

A Python SDK for digital document signing

Project description

Python SDK for Document Signing

This Python SDK provides a CLI tool to sign PDF documents securely using various authentication mechanisms and environments.

Installation

You can install the SDK using pip:

pip install PaperlogicSDK

PaperlogicSDK requires Python 3.8 or later

Features

  • Digital document signing with multiple certificate types (PKI).
  • Local digital signature processing - no need to upload files to server.
  • Support for password-protected PDF files.
  • Multiple environment support (Development, Staging, Production).
  • AWS CloudHSM integration for secure key management and signing operations.
  • Customizable signature imprint position.

Quick Start

Once installed, you can use the CLI tool as follows:

pplg sign -i test_file.pdf -o test-signed.pdf -tk YOUR_API_TOKEN -t YOUR_TENANT_ID

CLI Options

Option Description Required Default
-i, --input_file Input file path Yes -
-o, --output_file Output file path Yes -
-tk, --api_token API token for authentication Yes -
-t, --tenant_id Tenant ID Yes -
-pki, --pki Certificate type (0, 1, 2, 3, 4) No 0
-env, --environment Environment to run the SDK (dev, stg, prod) No stg
-uid, --user_id User ID No -
-e, --email Email address No -
-pwd, --pdf_password Password for encrypted PDF files No -
-pos, --position Signature imprint position as JSON No -
-si, --stamp_image Custom image file for signature stamp No -

Example

To sign a document, provide the required options:

pplg sign -i input.pdf -o signed.pdf -tk YOUR_API_TOKEN -t YOUR_TENANT_ID -pki CERT_TYPE

If the PDF is password-protected, include the password:

pplg sign -i input.pdf -o signed.pdf -tk YOUR_API_TOKEN -t YOUR_TENANT_ID -pki CERT_TYPE -pwd PDF_PASSWORD

To specify custom signature position:

pplg sign -i input.pdf -o signed.pdf -tk YOUR_API_TOKEN -t YOUR_TENANT_ID -pki CERT_TYPE -pos '{"page": 0, "left": 200, "bottom": 200, "height": 60, "width": 60}'

To use a custom stamp image (requires position):

pplg sign -i input.pdf -o signed.pdf -tk YOUR_API_TOKEN -t YOUR_TENANT_ID -pki CERT_TYPE -pos '{"page": 0, "left": 200, "bottom": 200, "height": 60, "width": 60}' -si /path/to/stamp.png

Error Handling

The SDK provides detailed error messages for various scenarios:

  • Password Required: If the PDF file is encrypted but no password is provided.
  • User ID Required: When signing with a company seal and no user_id is provided.
  • Other Errors: Displays specific error codes for troubleshooting.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

paperlogicsdk-1.0.33-cp312-cp312-win_arm64.whl (4.1 MB view details)

Uploaded CPython 3.12Windows ARM64

paperlogicsdk-1.0.33-cp312-cp312-win_amd64.whl (4.1 MB view details)

Uploaded CPython 3.12Windows x86-64

paperlogicsdk-1.0.33-cp312-cp312-musllinux_1_2_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

paperlogicsdk-1.0.33-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

paperlogicsdk-1.0.33-cp312-cp312-macosx_11_0_arm64.whl (4.1 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

paperlogicsdk-1.0.33-cp312-cp312-macosx_10_13_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

paperlogicsdk-1.0.33-cp311-cp311-win_arm64.whl (4.1 MB view details)

Uploaded CPython 3.11Windows ARM64

paperlogicsdk-1.0.33-cp311-cp311-win_amd64.whl (4.1 MB view details)

Uploaded CPython 3.11Windows x86-64

paperlogicsdk-1.0.33-cp311-cp311-musllinux_1_2_x86_64.whl (4.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

paperlogicsdk-1.0.33-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

paperlogicsdk-1.0.33-cp311-cp311-macosx_11_0_arm64.whl (4.1 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

paperlogicsdk-1.0.33-cp311-cp311-macosx_10_9_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

paperlogicsdk-1.0.33-cp310-cp310-win_arm64.whl (4.1 MB view details)

Uploaded CPython 3.10Windows ARM64

paperlogicsdk-1.0.33-cp310-cp310-win_amd64.whl (4.1 MB view details)

Uploaded CPython 3.10Windows x86-64

paperlogicsdk-1.0.33-cp310-cp310-musllinux_1_2_x86_64.whl (4.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

paperlogicsdk-1.0.33-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

paperlogicsdk-1.0.33-cp310-cp310-macosx_11_0_arm64.whl (4.1 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

paperlogicsdk-1.0.33-cp310-cp310-macosx_10_9_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

paperlogicsdk-1.0.33-cp39-cp39-win_arm64.whl (4.1 MB view details)

Uploaded CPython 3.9Windows ARM64

paperlogicsdk-1.0.33-cp39-cp39-win_amd64.whl (4.1 MB view details)

Uploaded CPython 3.9Windows x86-64

paperlogicsdk-1.0.33-cp39-cp39-musllinux_1_2_x86_64.whl (4.8 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

paperlogicsdk-1.0.33-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

paperlogicsdk-1.0.33-cp39-cp39-macosx_11_0_arm64.whl (4.1 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

paperlogicsdk-1.0.33-cp39-cp39-macosx_10_9_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

paperlogicsdk-1.0.33-cp38-cp38-win_amd64.whl (4.1 MB view details)

Uploaded CPython 3.8Windows x86-64

paperlogicsdk-1.0.33-cp38-cp38-musllinux_1_2_x86_64.whl (4.8 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

paperlogicsdk-1.0.33-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.8 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

paperlogicsdk-1.0.33-cp38-cp38-macosx_11_0_arm64.whl (4.1 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

paperlogicsdk-1.0.33-cp38-cp38-macosx_10_9_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

Details for the file paperlogicsdk-1.0.33-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.33-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 103a485b30e721a392e97600493427f32e09c82fad0a8d49613cfa496be84bc3
MD5 eba02eb1126f65c7b31f5ce2ab8f1fe7
BLAKE2b-256 d328e9e401cad000dadb102f4d551e57f6933d2c8edcc9a61d2101ab8772d5c6

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.33-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.33-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d981f9e11fe4182b31e62c1c336e144d6e6259096b6df4da0b041331313190fd
MD5 65d9d734039b9684734d1d84c328720b
BLAKE2b-256 d168f009d43e9964ddaa5b1b474bb02bd5724a59d9be1e33e708682114c2a63e

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.33-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.33-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fbcd224b1bd383ce87b544c2d97955c3f8a8762ece1a690eb8961d31bef85489
MD5 e8b2fe568be8495a6e33c15913dc0431
BLAKE2b-256 c7a07b9f7217ee5e4d215e1c8a7cbeb5705dde56e704171feecf231c0928fb1e

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.33-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.33-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0b8ecaa9ca8bd3a81eb8497058b26fb7d0fff0b9f128c8b682cf3d9509242298
MD5 a398da68b26eb6a5dc44d9347a2bb0ab
BLAKE2b-256 64e6eb8404bb5bbe4c76f86531ce0f278693ea8f2753fd6412ebcb01f00c779f

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.33-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.33-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0eb920f678825d04d18cb03f847fbebc9f5839307e8f501f5aa388057d63fa56
MD5 1e0b64a9d1ecb9e53a8ead0e517585fb
BLAKE2b-256 39bacb4ad854afc793d6f06a690cd59466cb350b8ea8a0797e629930dca2245d

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.33-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.33-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 6e38b0cd659b28892184d3da6089d6d9c1a951b29af354ffc3acaaa574c00606
MD5 b6999729c83ccaec63d8b75def29b2d7
BLAKE2b-256 5a11dba05c232141397e0795d700f8ddec3f25dd6a1aca19c5468022d41905cd

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.33-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.33-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 311bf19ab6dc1730e07135a5b0fc1a400513a068196150e082def030a2090904
MD5 18c0bc9f51d0a9ebae5970837578e3f0
BLAKE2b-256 a9a6ac7b0cc60ae328fa589331892180db5eb7c4a712db98eebfc57e73a89c96

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.33-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.33-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4dc2ababb103cd9514e4696102bef2cd90fca40ab7e67a9d4981a7510f562729
MD5 1e9045f1cf4ffc94ab29cffc9a7c0389
BLAKE2b-256 a8b75e4e577b83adef8d3fbf9f086353d269a35d3aaa1178384c994dbef1f0e2

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.33-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.33-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c5945e82cb052c73b5994f3706a75f8c906d5016e38d16a3fe29866bd383a265
MD5 334b07a82b18129dd6b7731c0f5e0704
BLAKE2b-256 a8638412f287b997ecb272a9fa6f84bb799866f13f3ad72f8a5319d7e443195f

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.33-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.33-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 69a0267e80817d4c7d921e7fd2bae73d53bfe5f55e09c97acbb390dc4b6644c5
MD5 df5091ededaf501f22c0e3a74ff611ac
BLAKE2b-256 2aea7a3cf4acfd5bf888eda1bdac32aff4736891b29d409cb497ee1f8d38f12c

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.33-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.33-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 db96f58bd8bfd7cd6100c44d08bb6b85631291ba3ab69d3f17c8028df980ae4c
MD5 47b248a06793c882b1b416686e25f885
BLAKE2b-256 ee1621f7f254ca0a3b2416f7f1df2d42adae96f48400c461f2421ca82089ee8b

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.33-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.33-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 499d1236ae9b259a01fc43fb688bff04a19c7ca70554fb102b1b5f250e732c37
MD5 b4f732a007d7ee833eb8d2ed63893261
BLAKE2b-256 cb0c99115f887170f44c1e12fcc1b3b867216e8da638057004038b5944807aa5

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.33-cp310-cp310-win_arm64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.33-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 9c346b4bdf793a462c08ccd589a528a333060859a68c83fdccae3baeaeb6eca8
MD5 f4d2c8670fc8ffd953ff2badceada2a2
BLAKE2b-256 cb8ba3e21f69aa0e843d0b43561044fafdd8c41829538c0351d6126041dc0d7c

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.33-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.33-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 081e7d66cd38726c93e17bdeee344af67007d480ca08ec4a386fa7460359970f
MD5 f4c4913f5f871e960048b615da5d82be
BLAKE2b-256 9a571c2b9926633bfa7c028f6a505dc5f980ac2d2a7e83ead7ed59601c85a047

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.33-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.33-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8b86485077c9831d10c1cde77c6b3f739969da1de106d9b84e6ad8c07d154656
MD5 4d19095bbff503b8b55093d3cf7bf6fe
BLAKE2b-256 2a9dd2584b9c381068a651a6dec6975d49437e852ee50bb172a6b4e05d20c4e0

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.33-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.33-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7838fe33987789b3ae65a951da10cefd600f968e3e2bb0dc6a4d93b0966885c4
MD5 8a69d1efc1eaaa4a12f445437b3a0d8d
BLAKE2b-256 d358f01011b62a199dce12c753e10016aa0c4e3c23d0b556650dbded9bc3eba7

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.33-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.33-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9af5580134cb1eac7ce5f39501c880041fc7ec66298aab20f767a12201506f79
MD5 ff7bc87c96d594ca89c314342326e012
BLAKE2b-256 4f0f35ea01b8c4a11ad1a2fd4edec84288e089c77e49c661fc09dde02f61a9eb

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.33-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.33-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c611f0c774195509fbb426169b6e7dcc39e113c09086cd40a13a3e668331ab50
MD5 010c1b8ccee634300f63626322f1590d
BLAKE2b-256 37c846695a2794f44a5048e9d42807086d484a20a335ddb97cbb8030e9533763

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.33-cp39-cp39-win_arm64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.33-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 ff050353ea02815696f58ff228100f456a1074834e57328fef70ddf6fe17d55b
MD5 9eeab56ee987f3cced8a5736d7d570c3
BLAKE2b-256 cffe5c2321f6efd8a3f8dfe77504f1d426c7864ff41297aabb7bdab24e5321f6

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.33-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.33-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 4203405f5650663a05a9a959e31af8a402cf82beaea56d17ab319debbe617a7c
MD5 a4e236f3a8848c41f751ceca3220b85e
BLAKE2b-256 43839f7eaa348d8e438779ed10a950a2dff48a2c1e8abdb6ab9eccc177228c7f

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.33-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.33-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 552a7f1883e590f64b28ca68b2ab268a46473edd1ebd0a3a02566036765276fc
MD5 f17e3b8268a58e1df4c1ff4db066bcd9
BLAKE2b-256 69fbe05df109f8385ae7ebc2df66538920c5350bc9e2a124d61b712f01222a53

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.33-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.33-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aa49be65504d5155ee0c588f35701962dae65cc6c17ba3a468b97f360003fdc7
MD5 74c812d57422fdf9735c60a792c1b65a
BLAKE2b-256 3ff210315638ecb11ce196ac5e230b1364ae472164429a302708a8db394865c9

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.33-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.33-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d0b8aedf0f4569cfab9fe1b3364d6526a3757c6d9872697771b3acafac0ed740
MD5 2ff8ffcb4c65aa4dde146d1ee1f1cb3d
BLAKE2b-256 071d5fa1fa09fb358c2487e3d5e97988ccbd055042c27d090c3b60f532fdc088

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.33-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.33-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 62b17c5cb5d58660112f69a1f413bbcc04d9537b8c05d4a8bdace43e5f7a015a
MD5 148efb89d503879e1a00cd9902a5ceed
BLAKE2b-256 729d104370ae83bf14184b58746ceb0881705d64d7fd744c6c8c175d8a0eaf08

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.33-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.33-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 bee3933da0f908e475a6c072f26017ef5cfc59634ba6de5ca3a0c3f5e637cdad
MD5 2a8d8fe213be954521c07aefe25620b8
BLAKE2b-256 1f1c765e993b974c0204681309e939c036449882d96f1c977e572edec0c9382f

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.33-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.33-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 392566394b4de76c9a7942a9601620a9e9004ccb647cf3098fc1f73de0972b71
MD5 a5e672ad4964b2261eac4b0a04b647d0
BLAKE2b-256 86343c5d5ed7967da572d1dbfa0c27a4fca02be99359c8c258171030ba4d1f30

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.33-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.33-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 07cc617b74c18ae64b9b819e49d90ea161b931029ffec624b2b1532eebab39af
MD5 6fbb2d1fc3c9a49a55e022693e6938c2
BLAKE2b-256 2b65a4e7294f5b65f610e8f63802327ae2b25e69d3d2e71734337f2f416312cc

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.33-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.33-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8388dbad73a76e5594397754ef13b6b8f5916dbf8fe13e4a71e381273402a645
MD5 c6dbccb19febbb6f01601d94d45420b4
BLAKE2b-256 fb3e12d8245d92cb1b794d5d22e32a5023787e22f8ee2f980fb244b270becab2

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.33-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.33-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a56c419e8cbf0a186f44f1fe6757ac2e2d2e7fe9a5579973828bd7df781f8a36
MD5 9bf828ce0c42cdc5c15636f4caf8a768
BLAKE2b-256 812456cdcac6d76e46c2572b6d4a3879dd381e4dc009bc1b5dd9a702abb8e0f9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page