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 -

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}'

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.32-cp312-cp312-win_arm64.whl (4.0 MB view details)

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

paperlogicsdk-1.0.32-cp312-cp312-musllinux_1_2_x86_64.whl (4.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

paperlogicsdk-1.0.32-cp312-cp312-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.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.13+ x86-64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

paperlogicsdk-1.0.32-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.32-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.32-cp311-cp311-macosx_11_0_arm64.whl (4.1 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.9+ x86-64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

paperlogicsdk-1.0.32-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.32-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB view details)

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

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

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.9+ x86-64

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

Uploaded CPython 3.9Windows ARM64

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

Uploaded CPython 3.9Windows x86-64

paperlogicsdk-1.0.32-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.32-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB view details)

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

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

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.9macOS 10.9+ x86-64

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

Uploaded CPython 3.8Windows x86-64

paperlogicsdk-1.0.32-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.32-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.32-cp38-cp38-macosx_11_0_arm64.whl (4.1 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

paperlogicsdk-1.0.32-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.32-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.32-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 bb267cfdf86ff5191df4dcbc3503cafcf6021d80c68cf6dfa1327234cb81d34f
MD5 94a82ba43540bfd12237f1dd49fb0250
BLAKE2b-256 fe41bdf862f620c3ffdd1c599759f80eb54566307b03210462b2de9d40ce3564

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.32-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2673e10ed15ce2c88660e4c56a33fbc6e9fcbd16e8157d503a3644c8efe71a47
MD5 76aa62573d8d130d7772259492b07fea
BLAKE2b-256 1c78fe4429a0116fd0f14235ccf6869ff5216fa6ade01131b4b73b919642b5c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.32-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 73cd739ee0e9083a0fb07ccf7ce78a28b2f6095e929d7db6aa59843061441ac1
MD5 a51bf91d4e1a5fa54a71e9b0010feeaf
BLAKE2b-256 a823b86fe0b99d0045c68ff5f90ead605776f1ea9a7cde8e7040e6cb5e4b158a

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.32-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.32-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 90559ab5d9aba18814b37c31dee95baaaf528c954685c495191a7be816873ce8
MD5 124af77c8758344d063ccf8bfedcf848
BLAKE2b-256 ced2e39ca5dc7d0b184c2f2c89bc7d61a8f1569976105508dc04694f95d94dde

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.32-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 50c57c2c7917d55f34b5ad3f603162ebb619b2ec5180a4385f3400bf740b29e7
MD5 021bc7df82ada37eb55a413654a2e2df
BLAKE2b-256 3472bcdc3aaf413c24ac46b416d3693a5069b1df73d5980394820249257b63a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.32-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 dbd5eb40121a6d444b06010492043dabc593d042fac338b0428f33419a9eaac5
MD5 9d012eed86b033a32465bfe9ba5afde8
BLAKE2b-256 250bf9e3ac7595cedb7f424ff0db90657828d6a0f03f2a2ab73499825af6f0b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.32-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 1bb25f47b1349d9ccf1e1e97cfd7858a416f6790fbb377f784209ae40830720b
MD5 f67d7367adc0c4e0b78745a741c4aee5
BLAKE2b-256 fed899c069d35ca0854bb8a04b8b88f1dac5bd656514481a37529f029d11d846

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.32-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 38fccd67d6fd95e0261e3cad88619a0edb9bbf01f706f072eb8fe81d55b12bf1
MD5 650c8f29230ad9fad0be4a88f0ee1b95
BLAKE2b-256 79ba1550e3a6717ab55e60aa52850a2ef7f51cc0738abb9707d3451e34151476

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.32-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2c5a5f5962e359b793e42651e86c05df454ad9ccd27472704f52bf651db9a018
MD5 ffd4d46a7455c7dc790b51ecc93567e1
BLAKE2b-256 f088431a5fb40d0968c720e924099a27a8f7d0dc6fe1366057cf9e33fa0959dc

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.32-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.32-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2f29ffe44a301b52b131bb31d8324293c5c91457133a7e9ed6e9f883f585b1d1
MD5 d73b71414cbe6ff64e5799603e5b27c1
BLAKE2b-256 2bf0fca9050b50fb5b5e1d5e6b45de3f6af93cf72875f0bf8fca2684c8d52778

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.32-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c0d3744ba0ac81da5290aea4c4ca91a62ea7d00063f00797df625b8035f8f4e3
MD5 47017cb51de90bc29b0f2148c192b48d
BLAKE2b-256 6581ba3790a6c0cfb26cd49ff895741279114dae39351039367dfa08e676763b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.32-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 900e21e3be1fc56f7bffed97e99eee39f28a8db45c11cee5d61fb7c29d8dc0dc
MD5 d32f6975633a44c3df993ee2eb1cef08
BLAKE2b-256 d90ed087092261b205aeb208d28820c485372041d7ea65946f9e74d8586459fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.32-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 14da188701caa22fcd4feb3a19bbf9e625654caf3c22d26be8f057baafbac4cf
MD5 b4da4c242deb676ef3bffed6d5b0c763
BLAKE2b-256 4b2012f8a36fb13e448e8e55fa39ae914c2e00d975388fecd8a949bb1e90aee9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.32-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e86a7aad6215dac6e783b563def2f17b58401b06eea201e6b57c2b32816b8372
MD5 52b190fcf254d387a564239bcac677e7
BLAKE2b-256 f2a6848a48c8cc8d65db8dd780b5f5ca78bd4909c1e21d8706c74ae8c8027b27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.32-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fe8cf69eea1077b71efadd0224dff22b5dee77c34322ed617cdb6a3fbe0c578b
MD5 500c6538ed914d8661f7995f9996539c
BLAKE2b-256 adcaaa65aac8f30adb0094e687149deac4a5585f85ad5daba907cf4c259b1c60

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.32-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.32-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4e079497d9bce471a3e871b4f3e07bff333436e85b6b26997323131ccb51bb20
MD5 e5ff86e561e8d1cba8f6eea32082b737
BLAKE2b-256 458238f585d664c2371050562c6987aba25ec9b6158b1146d12174c79baf0d9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.32-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e101b7c2371fed9ff3c4868a40d739d0c5b4c67cfbf6545ab65a586c91df88a0
MD5 13aa9e90c9a325e208ad67a16a9b6dca
BLAKE2b-256 49106d85df8147e99c53b9f2e39590cd69993743294dfdfda7b35527ed0a80ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.32-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cc1f608e2787a74275af3b61076ee5f7d984c7134280a718abac7613f31ab526
MD5 8383a2ad6e9b218f16a92840df065bae
BLAKE2b-256 a15b08aa35cd116a32750cf492a1b4d631b7d6d46f76512ba699725e0deb8e3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.32-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 527033b8cf7cc2ade09b20ef73230dde44690e4dced44c8709057fe968fae10e
MD5 bdad5c22bf8c5f1f5199e0503aaf93a5
BLAKE2b-256 ff6d2ea75bf2d9737421748b856fb5ecd1496389f98e898f961f629c05e4d4b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.32-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 04d8617991a10fcb817f594a11672ed6a023afd9e8528e447356bba68bea3cb4
MD5 b682fa3b43f2f314cce804a00ae7061f
BLAKE2b-256 e32e16de8ec20f598186d0e8ec7ae5dae843c2980e2943b6df4a9ba1d8539218

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.32-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1034ecbe5fb8c3475cc136bcc4348fae61083b062c096bbcb2a714ac31d0f784
MD5 67e0d404fa9fbc78d4168c3f3978a69c
BLAKE2b-256 5679823092c8edcb917d5d1c38a765319cc055d87e79a9f57eba5481f44d3c25

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.32-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.32-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 27722fbc8c8b0cf654104b990de34f4db3bf98475f231c672035de77abf6df2b
MD5 f190e78b04b802a6946ee414c4194070
BLAKE2b-256 9bcd29b2707a110b8286774c06abe2cab212e95b957ead9649bfabcf9c790b1e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.32-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e1ab3ebd6abb92badcd00e3294b8edd287486b1a3e3093f18a2b77339945725f
MD5 fa6d065677a759c7a7c805aec3b452f2
BLAKE2b-256 e14072c759c81c7cc232972c815845d51cb6832e84820a8f9f47ca27bf49db79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.32-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5571c9e8e5883ca1f0510b8d69baf38445a628a92e77025f0eee2917ad68a0e1
MD5 f78f753c4a4cc7663133d1097e6b9502
BLAKE2b-256 7491c2682c4414e204c7244fd45465f8ccbe4a5d9d08863a8dd420f4151a2fcb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.32-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 719c2aaeabe42795600f5c6ec166d263bf414fb06e34e335cfbd22035c80b56e
MD5 5cb006df71a2e2c684a22a933ca0fcff
BLAKE2b-256 ed0d64cc2f2198cf176914199491561c4e93a1670d3008e7fbe17108c425816a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.32-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 86aea73fc2d551f7a2c862accaf43392e93a8a8a4a423467fbd3408494719a05
MD5 5ff68d2421c93ed9ba2d28245b89ba89
BLAKE2b-256 f8a8529cf22e465ba697655c3988bd26ce3cd4c47856cd566aa00daf17e0a8ad

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.32-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.32-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7c81dcf85be892c9b7a2ff2ac30c7c6f521ed2b65ac0e75327efdc0627cfe5bc
MD5 88e82340ed071a6976c3d8231fbf01d9
BLAKE2b-256 ed20e890faa2e14f253d129ab9d4864a34da7ceb3e0a0faf616465c798b3221e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.32-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f053d05a6b49bdf80eef12acd8e51943aea85d948a35596f09148b68d7973979
MD5 54d534fe1d8316021398aa19e803a9bb
BLAKE2b-256 9557631a526059349b4d6125375574640adab8b4841a24316e68fc2eb11afcf6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.32-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4e933bd5cd101e0b22d9221cd30608933359291406f56e2635068310f14188e6
MD5 e3a6e0ffaae6d651bf78e1590c2f6bd1
BLAKE2b-256 3a4a7251757c1056ea585aec39228b62f1c89d819d005d0f012f3f4560211f97

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