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

Uploaded CPython 3.12Windows ARM64

PaperlogicSDK-1.0.21-cp312-cp312-win_amd64.whl (542.7 kB view details)

Uploaded CPython 3.12Windows x86-64

PaperlogicSDK-1.0.21-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.21-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.21-cp312-cp312-macosx_11_0_arm64.whl (552.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

PaperlogicSDK-1.0.21-cp312-cp312-macosx_10_13_x86_64.whl (555.9 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

PaperlogicSDK-1.0.21-cp311-cp311-win_arm64.whl (526.1 kB view details)

Uploaded CPython 3.11Windows ARM64

PaperlogicSDK-1.0.21-cp311-cp311-win_amd64.whl (546.0 kB view details)

Uploaded CPython 3.11Windows x86-64

PaperlogicSDK-1.0.21-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.21-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.21-cp311-cp311-macosx_11_0_arm64.whl (553.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

PaperlogicSDK-1.0.21-cp311-cp311-macosx_10_9_x86_64.whl (557.4 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

PaperlogicSDK-1.0.21-cp310-cp310-win_arm64.whl (525.8 kB view details)

Uploaded CPython 3.10Windows ARM64

PaperlogicSDK-1.0.21-cp310-cp310-win_amd64.whl (545.4 kB view details)

Uploaded CPython 3.10Windows x86-64

PaperlogicSDK-1.0.21-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.21-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.21-cp310-cp310-macosx_11_0_arm64.whl (552.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

PaperlogicSDK-1.0.21-cp310-cp310-macosx_10_9_x86_64.whl (556.8 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

PaperlogicSDK-1.0.21-cp39-cp39-win_arm64.whl (526.0 kB view details)

Uploaded CPython 3.9Windows ARM64

PaperlogicSDK-1.0.21-cp39-cp39-win_amd64.whl (545.5 kB view details)

Uploaded CPython 3.9Windows x86-64

PaperlogicSDK-1.0.21-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.21-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.21-cp39-cp39-macosx_11_0_arm64.whl (552.7 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

PaperlogicSDK-1.0.21-cp39-cp39-macosx_10_9_x86_64.whl (557.1 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

PaperlogicSDK-1.0.21-cp38-cp38-win_amd64.whl (546.4 kB view details)

Uploaded CPython 3.8Windows x86-64

PaperlogicSDK-1.0.21-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.21-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.21-cp38-cp38-macosx_11_0_arm64.whl (552.5 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

PaperlogicSDK-1.0.21-cp38-cp38-macosx_10_9_x86_64.whl (556.7 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.21-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 79cd01eeaf3f9cc29d622b986cbc059db7a4bd4efa3bd66e23a8b83f734cdd68
MD5 62c34a01eb536c3ce3b04e678fbf17bb
BLAKE2b-256 da1618de493aeea912c90e5dbcf5acffa8067cf8b8089434cb0db503c8704516

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.21-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 12df499bb0f7dd96d4d77d7da66f926a3192f8cdafd82aa1032de39d2d2a3dca
MD5 0c1764db24a312e319dac4846e1b1001
BLAKE2b-256 9151f84ede7f24540449b7b114d0a0a43404ef65b7769c8bdcdbef7869814dfe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.21-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 56e12c0695e5a080ae99bff35e41365716913d6e08cd9e773854b5458f484757
MD5 aa3fbe21b900d41a493ab36064684fcd
BLAKE2b-256 373f34d4295f81f45ab7c3b06bccf7049d231f30afdec8a1005a98b6f817361a

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.21-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.21-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d2c1a8a6bf9b89b7f513ddcb8631828f52563a53dd851b88bd054574bcd6cda4
MD5 797d2bafae9083d783776f3bf64b7e02
BLAKE2b-256 76fb2b09fba3bae059dbead69245f1c214484e45d4a75baa9297397eca8af67f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.21-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bc505659d40205408b176367b1687cfda6f4ad0a92aaf3efff1d8861f85d89ee
MD5 bb5477d9e0defdbdc8a8ad14004a9d7d
BLAKE2b-256 f0c4beec2a6649c89dbcf586e05b878340d66cd87048ab1ae6d75dbb65f53567

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.21-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 d1e163124f0a3e43aa306ecf4a6c9d67d519fc57c6d34dca9cf1c372d3581e27
MD5 184f7faa708fc7fea63eac9be9a9b0fc
BLAKE2b-256 5618d3f87d7f0111b96ead95d28fb27ba0566a0260a90a86fccfa95c8f9e0015

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.21-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 b73a5bf55d005631cd4db84f8c50430338e7051c0b13163b088271cc7ce5addb
MD5 ede4bbf69b5ce203c65cff3ccde9d249
BLAKE2b-256 01a25d8574c880aa80e5e5853470c6245432c9976c3e622133e775a74394c686

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.21-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ce6fa1b8ecc54ab08ef9dfa3868f1cb1033ae01f66c3623e84ae4c6d90ab41c0
MD5 7f0781796731ad7d62a909e17598d697
BLAKE2b-256 18511d886b003a710e9ba8a46289daecdaf6a49f79a96b92eb670a96ab5d418c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.21-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c4f6aeeb8d48d71e03dbb0cbd5054dbbf52fe6bdbc5e4544df2ee262e49d01fb
MD5 69670e043f4ee817aac56572ba6e21a3
BLAKE2b-256 8ee2c5273e89d9bd6c8f5bbffadb50f0b502f2bf13034ad8175cb09b51892074

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.21-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.21-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9b7fdc7f9725b7337cff4099f68fc664578d0877dccc79f310d9f838c2bc4f3a
MD5 ec8519bcbcaa175d59c1222e58065b41
BLAKE2b-256 2bfb61beb5c5894feefe04472fd0faadc443a51c0e759005c37cabbc24c94065

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.21-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e77aa50664739dce3e7ac36f8ae6dc38f8b784b697432b7b720dd2ae2c9521e1
MD5 078c6d41e818f08f3367e8853b8b75ad
BLAKE2b-256 7743b76a340cdd5c1c6d5073655a0e2b01d2fbb8789fb6d8907247e922e9b7a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.21-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4e0a420e9ae26417e77c4d9c82aefb5d22f612f6578920884663d5a471c0441d
MD5 52fc29f36775d0c727d98a973af498c2
BLAKE2b-256 df104f9104baf097ab09efc0412e0a235baf3c1c776b6a6cb493b774917f3374

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.21-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 1f207851c3f45fb0fe8a498ef3feefe79bd36470ff7811d507d2df88fed4de64
MD5 a24e7f4b635a84ea601fa7f91764513f
BLAKE2b-256 91c44b883f66a7c85a23eb2c0b48e8f6a30c1460fb9854b5d427742199c67013

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.21-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 72be4389fa0db967330d2e56e00007339510e5510019de86004ce14583e273c1
MD5 611cdddc92c3775eab7837a559ae33f3
BLAKE2b-256 8ee69eeb42f81538cf2d5c61babb2c79bdea58600f9cdf94526c2c4f48dd3631

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.21-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 86874ca3632577e6aca1429c8ad9da3635b5348323d916dfe760e3791b31a2fd
MD5 18002909d6338f6ae1eeb826c90c0476
BLAKE2b-256 30849d8a958372d6c2af2a51580988dccb5a00b6b8059b2af99f198b26ab1739

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.21-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.21-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0a1a777fc4b4f997e3d85f05dc56cacbd576a43f24af28c79afbaac7b6585860
MD5 606357268ab721f3c6efb59e7327f35a
BLAKE2b-256 8fc12dc7d1ae1e33fe7579a82c2dac39983cab552f997e189f4f171610630292

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.21-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9726bdbcc66715213106afaac5e3d202608579b0ba3bcf18fc938975b704c0af
MD5 462f7befad29114280ea909efb7d96c3
BLAKE2b-256 a23b55be060ecc0ae82731c54b96f6896045ee413c45b5e9fa2f0d221d3fb8f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.21-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 772322f9e18501ad213f3f0c1936f85a62d692671d257e3405aade11a7c43a06
MD5 c01d89e9491a2f56a7a17fa27009e083
BLAKE2b-256 e3c7f0b86850f95271cda149ac99ec3e8d045ed0594637957a1bc41643ad8b32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.21-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 aa5f9e1e79b014c7d7aabc28ef3e1cc9c6c0540c73e3a93c8b1d349b4097cb86
MD5 70501e5e173bf550d4d2c573e24add36
BLAKE2b-256 0586ff79630e71a1e574676f0a0456c264e81771a869594b453d24a7f7dced53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.21-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 11b6bd48d81fcebf829db41c22d078b057f5668aa25c7ec5eee03f88d4a9b9b5
MD5 55504a7b0841663422fe670e8d67a6fe
BLAKE2b-256 64d516b4bd4b700feb373d8006382dd3deac60b09a8a08e0d5d16fc0671c98af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.21-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a7fa52b1748eaf987ec75ef2460eb461779cf757a89b6666b70e413d9e8c1f8b
MD5 b1fd8377099ba43ba6172bf559f305ea
BLAKE2b-256 8c0f5008589d5e55b3001c2a5a2707f0a65c9ea4d4a62c3caf53489b8652eb97

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.21-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.21-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 32bef1554a8cdbbf334a74100de554d469944f2719922079a2519a6f6547a441
MD5 fc9d429423b31601a5b79e5178673fdf
BLAKE2b-256 b166debad5e82e6944086f3b4f05ff0162f096e80f1b2cb66d856d30020b5d82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.21-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1bae3ff6c72cf3a5ced751ba1ca9a5877bcbfd751332bf62bd861fc7c19629b3
MD5 b1d106da0f3c8ab346b7d261ba8869c2
BLAKE2b-256 9b8dd712256d2c094378861c5b8f969f3813f5fbc9818cca8012b484e76b57f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.21-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 71044b0a477db49f72ddd35b49ae4e8fc46f50ff6bbe7d5a78b14f6af2949d7c
MD5 4031381aa0b32f057c9396ed65204a4e
BLAKE2b-256 835e0a74171c4cdcf765246b18a4e4542fa7578c8f5b7b955fd7e82b21724805

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.21-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 d032e79c86dbdfd775d5ffb7308ebd130644999117906e2fbb02012d8d73b987
MD5 24d131cccf83db9a6106a2857ba03e62
BLAKE2b-256 5965c884d31dd9aa3b28e2ba05c5b59473ef1bf753e31cb13155a7364367d1d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.21-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 20fa17754320d5cd735115d5e02f21b2499ea765eb80d1152bd705f9f0d666eb
MD5 8432578fb342f0286c5dfa76a883f20d
BLAKE2b-256 48cb0ebb278e8f3b36ab7e8b1a4e1968cf8038bf8e3f78df2fdcc72eeff60da3

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.21-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.21-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 497f11284f27b0f107d3c61b1d70bcc74048887ec3e81e2fb63fadfb995d04f1
MD5 baeb1518bc03be82426171d9893bfb09
BLAKE2b-256 c34961ab82b34b98844707a92cf639b71ce58efab943ef8a80dedd7a0407f546

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.21-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ae0202162a943911c37de10e945bdfe359d6e0489f23e0a451e42855d9e49275
MD5 267143a445ab140ecd4181790b5732ce
BLAKE2b-256 bee2ea54e01fb7189e8d03ae06672140025ac66411f8612740b3d5a7d0dbc8c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.21-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 189f61c7108614fef203704b71db87b8a8a6da3e8a383df6fd4fbb198ec8cd83
MD5 b7dbbfe39aca9002bd4a08a35a66b366
BLAKE2b-256 7f10a21767f1686de944ee20d4f7a4c3995bfcc2f524dcbc796970f8aa27fcf9

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