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.

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 -

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

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.20-cp312-cp312-win_arm64.whl (521.5 kB view details)

Uploaded CPython 3.12Windows ARM64

PaperlogicSDK-1.0.20-cp312-cp312-win_amd64.whl (541.8 kB view details)

Uploaded CPython 3.12Windows x86-64

PaperlogicSDK-1.0.20-cp312-cp312-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

PaperlogicSDK-1.0.20-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

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

PaperlogicSDK-1.0.20-cp312-cp312-macosx_11_0_arm64.whl (551.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

PaperlogicSDK-1.0.20-cp312-cp312-macosx_10_13_x86_64.whl (555.1 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

PaperlogicSDK-1.0.20-cp311-cp311-win_arm64.whl (525.2 kB view details)

Uploaded CPython 3.11Windows ARM64

PaperlogicSDK-1.0.20-cp311-cp311-win_amd64.whl (545.1 kB view details)

Uploaded CPython 3.11Windows x86-64

PaperlogicSDK-1.0.20-cp311-cp311-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

PaperlogicSDK-1.0.20-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

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

PaperlogicSDK-1.0.20-cp311-cp311-macosx_11_0_arm64.whl (552.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

PaperlogicSDK-1.0.20-cp311-cp311-macosx_10_9_x86_64.whl (556.4 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

PaperlogicSDK-1.0.20-cp310-cp310-win_arm64.whl (524.9 kB view details)

Uploaded CPython 3.10Windows ARM64

PaperlogicSDK-1.0.20-cp310-cp310-win_amd64.whl (544.5 kB view details)

Uploaded CPython 3.10Windows x86-64

PaperlogicSDK-1.0.20-cp310-cp310-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

PaperlogicSDK-1.0.20-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

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

PaperlogicSDK-1.0.20-cp310-cp310-macosx_11_0_arm64.whl (551.8 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

PaperlogicSDK-1.0.20-cp310-cp310-macosx_10_9_x86_64.whl (556.0 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

PaperlogicSDK-1.0.20-cp39-cp39-win_arm64.whl (525.1 kB view details)

Uploaded CPython 3.9Windows ARM64

PaperlogicSDK-1.0.20-cp39-cp39-win_amd64.whl (544.6 kB view details)

Uploaded CPython 3.9Windows x86-64

PaperlogicSDK-1.0.20-cp39-cp39-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

PaperlogicSDK-1.0.20-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

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

PaperlogicSDK-1.0.20-cp39-cp39-macosx_11_0_arm64.whl (551.9 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

PaperlogicSDK-1.0.20-cp39-cp39-macosx_10_9_x86_64.whl (556.2 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

PaperlogicSDK-1.0.20-cp38-cp38-win_amd64.whl (545.5 kB view details)

Uploaded CPython 3.8Windows x86-64

PaperlogicSDK-1.0.20-cp38-cp38-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

PaperlogicSDK-1.0.20-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

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

PaperlogicSDK-1.0.20-cp38-cp38-macosx_11_0_arm64.whl (551.8 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

PaperlogicSDK-1.0.20-cp38-cp38-macosx_10_9_x86_64.whl (555.8 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

Details for the file PaperlogicSDK-1.0.20-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.20-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 68d12ce9f391b59acd7cf9c2617418c66dd1bcc40bb2dc68026ce38245bea028
MD5 4c35736bd7aa5019b25a41ecb9703049
BLAKE2b-256 5685908f1e81114a60a0c809a783f2f3de6150b1a1626abbb64595b65919bd6b

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.20-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.20-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f3815139c570e4ccc4c4d8e555823df2888769e25e0a91f3c2e7ab7c9500e9ce
MD5 68ac8872eb2320cfbfb947d80e1831f7
BLAKE2b-256 8c0689e4e4b50298af4bcf569f19295a7220955303ee966c207610ca2b6f28f2

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.20-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.20-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 db4f601d5c57c5026f5bbdf137e0352af910a931755223af9dc48964101615dd
MD5 6c5fef9a252a403c20903dd78b5df432
BLAKE2b-256 b4d967e3673245a23360c97866ac4d62b6625d9cb66e1776f45255fe278cc7d3

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.20-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.20-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3a19fe9df73011a84c19d549bd115af0c90abd52871f36a89bf8e43202a839a2
MD5 11edac3f20ac58e9e7871c5f5ff147e0
BLAKE2b-256 ac5ba894661ffcf4518d5413f8694a9f3b11282e942f4ba68441949a276b840f

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.20-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.20-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e2ae9acb1216d36cb38998ca18b5d9d76f5591c23da28d49a288215d5aaf9cf5
MD5 29c6c070c379c5235c85b1477e1523d4
BLAKE2b-256 81466d0989744f9f94efd08f66652b58cbe4e646408734b5bfce10971847971c

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.20-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.20-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 99a0ae3367889d741fa51ee1ed8247c496c20165df12abd00507ac70ebcdd77d
MD5 cb154675441ae50a63dd34b3037953a6
BLAKE2b-256 32b1f945064824016482c00768483617906059cade3f4f36fa48ed9ff0c39bd5

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.20-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.20-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 b72daa2476eb638a7ca4be75b36a97aa87133ff1fb9116662be2ab023aec76b2
MD5 125e7bde7356193d5983c7832277a885
BLAKE2b-256 721e6c141c283359b55d988cdbc88c8866ecf95516560f0e630bd276e0ef096d

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.20-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.20-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4ac1da034091e0e64dba3f34fd46145d11dd36b51c22bd9a1cbf6ba3283e4792
MD5 dd2c47e4caa59d9176e6ec9954966c9c
BLAKE2b-256 b9fc383c08ba192e78da36f15407dc8aa62ab3068951e4fd19e2ca9e44b5ca70

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.20-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.20-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7c9c045cd483659c0071aae5e0910acc4809be649604d9369cf530753616b7d6
MD5 1fcb7e317417e2513e70696714a7720d
BLAKE2b-256 d3019373178b3bdab007de710678748592cf8bee69282a7d0adef4a487a8cdae

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.20-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.20-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e788c741f14306cd9c1f1d2a84fc50c4a0523721eac43c1051b4191da0480fdd
MD5 c1a45a6ea46c617e94895906158a8cfc
BLAKE2b-256 2d48b01e0b31a5ff7faa3cd8d383afd6ebf68f9902df450b3f2981c789bcfc26

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.20-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.20-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ac2c6ff7b8743efe404c042ad5d811057a5b0f6fe3a13a15f59f9f8bcab40daf
MD5 4fad21000e596507fffee2ab6e7e6b86
BLAKE2b-256 09ccabe4c78c65e735e0cc0c4bf72e8656bb244efa138862f24ce53d312196af

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.20-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.20-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 45e82bb82b2bd9354b607316263bfd7303cad4a1c9e0a47bf84096779444f8f1
MD5 c9d08f125c68c36980c9c528b0628794
BLAKE2b-256 4125e865867feac75f8c40960db97a8207cd037322e5636c95474db6d39c0637

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.20-cp310-cp310-win_arm64.whl.

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.20-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 68315f5f8976d8410b157fe73dbedd7f6d4ae3f61d45909384c63fa1be6f388f
MD5 a486952e8ed968da08fa8df47e7aba28
BLAKE2b-256 b2b4aff6922cc744d1548b562a8e7ac17ff9593086056bf381255b0f3b24dbb9

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.20-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.20-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a6802e1d7169c279c10f28b45ba0b5e7ffad9165573ed92cfcfac65d1647f756
MD5 45da4b55759bb8e1019a3ec203122896
BLAKE2b-256 1fba64822a846233429b3bfa5b6aae1e17ca01d281558708d60a44a5ac3672ed

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.20-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.20-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 78f09e131a28974816d863d83eeedcdb52f14cb151af3c22b761694f20cdbbdc
MD5 00ff039103d9ad8ffaf21d58ed7ee9a1
BLAKE2b-256 0f99a3b3e040e57ebba401406613d01d8d97553f9dce84e21f6c588a36510d7f

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.20-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.20-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 924ae154af9a0aace0fd50c140fe5160e84b51ff950bc55bc77ca874a309ae9f
MD5 532eb9857de6a32d39398cd72acdaf12
BLAKE2b-256 9df9dcb15ad4b7680afe89a8fe0fb4cd19b712db0693c217e40dd8a33c886399

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.20-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.20-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3553ee8a2fdfa48e0fdf65683987d781a61bf10ceeae0389c2a1af1e961e7c4e
MD5 e45ab1a29d6e25b40985e1b1f3a5b21e
BLAKE2b-256 4cd51aacf07b11bc2383fb1bda44f14b46bc233c29c3399f4f1de60aa7e6830c

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.20-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.20-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 27b2ca4283751c2912b210e78ffeec24997abd4c1b05761ab7b83bfb4aa3bfaf
MD5 4b3b31f64aa99a48c381a07694291e87
BLAKE2b-256 20cb9fd56753772d9ec0237f0cab695e112d3273168c90c11d38482ab23eb479

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.20-cp39-cp39-win_arm64.whl.

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.20-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 61d9af29a26df277fd67b13ed570bb907e95a8f9f2ee0af63c3afb4bf216ac1b
MD5 0fa0f193133efc785ae509a9cf37d210
BLAKE2b-256 c40c13d6a4be1ccf732946f527bdee770968d31ce58a551f8703736bdacb985f

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.20-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.20-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 4e34927714af4e3c9e1acb4643d877e52772183c97dc1a68a052523892157964
MD5 76b00c23a74e59b84703fe5f1305b1b1
BLAKE2b-256 621de597ec7ef21dd331a2ff2b921d958d8a91f671657a4e3ff390a089209d6c

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.20-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.20-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 01c19fb65eafae1e45e0eb0144e5e15c05545997813d752ff6e62430a7855235
MD5 915aac871b9b90aabd4d2d6fe62d2e88
BLAKE2b-256 4d660fe087b76eaabf8e7ab4679e7fe07eb07f5f8bd0371fc3d8cc628ef9768c

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.20-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.20-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 908d1bdec157f910be1c9d076a69d1ad15f14e4c5c3126bc2ea376ceca066054
MD5 c5611dc4afc9ac8a1e9e8a091dc03422
BLAKE2b-256 0ec979e8d914ebc7bc94107f834fb7c57b203fc8f0efb3aaad08c6ed973e9272

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.20-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.20-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e6e30f78e1ccfe958ab0832858034ad2d2a34aa5e84ce8fc4dc526a46434ac5c
MD5 aca3491cbea0e4be1552bb55c656ad37
BLAKE2b-256 0669021ee538d64e9c7cc6743836aec5e8265ed2bd3042b57cbd0e02a5e90dac

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.20-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.20-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8b2a021f92a0efa03cb75d0f40055da705da2e4fac5846f72202c01b442cfdbc
MD5 28ac4fdadca203bc3d92c9303f54ce60
BLAKE2b-256 1e45db788fea3373a1c71512cf6c7f902c62d8fea59d9b1c84b1fb69ce3b4d40

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.20-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.20-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 e8013a7bfc0cc53cdf69c7c3d7abec91744e8bb2de9aac66700d478dd07f8cd1
MD5 26778a5fe8144a83e7d48379fe2caa6b
BLAKE2b-256 7792c3d11e8812b47dfc47f57fc37c6b47f9550dab5ef91d4981eb05456b3165

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.20-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.20-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6ba4114c019111c0942a9ef86ae719fe2fadddd74fbb031e14986bb05559992b
MD5 71f501fc6a4ce3e9aab5414f9ea2d622
BLAKE2b-256 42bf74ab037821b3a50e86dbe2f233c2a324b39d96f536317aaae073578666d5

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.20-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.20-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b6dc8647aafce6d9eecd9e6258684709dea504e84a2d833ef03a7cb3cb2f9c40
MD5 8aa4a42e0eb62cbb8590de5d5a9cf583
BLAKE2b-256 8e1649d272f5907b1fa82c88807871f624e051c4d7567f9760d73e9790f27ea0

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.20-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.20-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 610c8661607c966c869ceb4e20efaac9c34611c0b5a367a2a04dcffd6a10169f
MD5 4c447602bf0b814472701c07d82cc4e3
BLAKE2b-256 7a405a80d0710883713e96f8944139d461754d2c38eaf977a06770e15e222025

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.20-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.20-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 505c4a5a5fca7a3ddc0240880f3680f0e3a642ec5a3a1839eaf788ff8636939d
MD5 e64308d6f2cafa30edb1efcc78d3961d
BLAKE2b-256 ad9fc8ec930dcf89a5edf6acd4f5a8b54cf3d78c4652fdda5689d27fdbe68dea

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