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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.13+ x86-64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.9+ x86-64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.9+ x86-64

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

Uploaded CPython 3.9Windows ARM64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.9macOS 10.9+ x86-64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8macOS 11.0+ ARM64

PaperlogicSDK-1.0.22-cp38-cp38-macosx_10_9_x86_64.whl (556.6 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.22-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 6020a3e46833fd65bbdbd51f8fd983d726c9c68a3fbb251888c61fdb2f18ad14
MD5 a2cccf26dc72826f5d69f9d814674e6b
BLAKE2b-256 a1f27a204c80346c868591f563001e5d8549b3ca1a43a7b3cce9602eb1f1fcd5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.22-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 326cd37e9cf6dcf2015f678fcd384202139a10b8d3b6afda914bbbb1401c5627
MD5 c3fa0d737f4cff3264fcbdc60869a04a
BLAKE2b-256 ebda09473be767af1d34f69d53cdbe9820cefae0f17dd224989954733be6d7b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.22-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5a0f45ff2e2c3acd679e1e76f4e47e14f16abfacf3a9a428afed208ec1943c1f
MD5 164e2ecccf2d19b289640c39990569fb
BLAKE2b-256 94370792953af3cb2f610cd95c79b622306c9d72fcb106631968a437241c2f17

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.22-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.22-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9719a67c2e89cefc228c1a280d8a7b2f4e58f701b25303ed8fb5a13bd1e86301
MD5 5a13ae47deda87790f5f63b7edc5f026
BLAKE2b-256 d35715f3424ba0553607b6132c66c237e1b5d5a1b50becdcfa6457bfaf686964

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.22-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7a5469b99a9a57e1a9dc5da24fc60ee082c3712813e028ba950dcae7e03ec8b5
MD5 aeec97945d255d77a7923f87fbf16a43
BLAKE2b-256 3f766b3806d96325ae594611fe3c6ab5f6eb18aa2973695bf1d3e74b618d6624

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.22-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 cc3f9a461fa023d2c02b2fc7829bc5211b18f033caca65a2b42d86f62a8500c0
MD5 d3e88e789c828d468c31738e974cc8aa
BLAKE2b-256 5242b045e7eb6a481f78b6269dc7c0a4c20ae8b46b1fbb64bea9bbaf567ab005

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.22-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 224a9f2cc6e9df8b8b9ac2de7e4d42115c958ddc158e1ede30c20f61df3f52d0
MD5 f6f057eecc583858a39c15e06dc8966e
BLAKE2b-256 c3269fe9b562e1bd7ebee7dbe46ac54e9a90878e39f87ba727fda2eb65442d06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.22-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 252547e53d224cb00f7b71b110657bcc5666052ae82590aa81764f9751bb4ce2
MD5 3817024190ec13f9262b68d39d5b9fe4
BLAKE2b-256 51c93fbf7c667a34f4b4048d33f74753e3ffa39aa70e6ac59b1b625d66bfe901

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.22-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 650693a0c09bfe17773f4892898de411086cbdd577191ae55a6fcae6fab1aedd
MD5 1254f35dd2c06daa72da2f729d3eac2a
BLAKE2b-256 f12fa9a7f5d95a7ce023f8766a835d97ca04bf19946e731266f8fd7c81195690

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.22-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.22-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 63013e42a17644d764ac524d44d0f51d355b8e345b4006e53ca629c8bbf45516
MD5 1fa63728002eb69af58a08b5d5a12533
BLAKE2b-256 25ba2bdfd3b2de2f267c75b6919f5d0f9083f714969465f116456c1913586858

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.22-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2bce744151dd2d9e486f9527d23f330e782abbf160bb9372043a199ad6e3f237
MD5 e84ef912d60bc7869e6c9057e085c876
BLAKE2b-256 5e0f282bbed33ec79bd4baf1d38a88e91a323d73ac254538fc9d51959ae4141e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.22-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2e53a785ececc7eedf3e75c51132e265e28d0e14f5be62f99fab4ec2af07550a
MD5 4e1b05450a67a577f70304192c6db2b6
BLAKE2b-256 539168985c9693895e72e7375090c7c6cec16224f7465bc34aed97301ad58986

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.22-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 4d706bb66a842108d6ee64907c2cec2cd37f2f3725a5855993212a020fe8bbb2
MD5 19f17fa45149cf8ad5cca90b13bc9514
BLAKE2b-256 88fc3dcbb688b71eaade468f7f1d12293d98cab5f31fcc69c301254313b61e90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.22-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f8030bd2c1aa2a0d1cc05951708bc3144fe628c0a452cc40e5cd54e6ba0873d6
MD5 0855c3548edba717a030a91a78318c92
BLAKE2b-256 7b6ccdc5ed3108b0d16e5d5a3f32ec2b6807f72539349df01edc3816ce5abfb3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.22-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0fac105b4ed028eecd6565d3f313ff628128c7410f6bdf8005d3f74325789ec5
MD5 832377cfe4a1fe30d011e55be08297b1
BLAKE2b-256 37a0b5f1e1548b173a41dad414044fa8c8d758960ca95093beb95dc627da2123

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.22-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.22-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 67a6d562494471de7642ad2ba0775d74a1a1574b4f34e77623422349e882f51b
MD5 036f72e39bc88df060c02b6d2d1f8c0b
BLAKE2b-256 9c610e7902c4c17ad029ff20d327da62a24191a7e1f637634622d31ec3839c88

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.22-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 29da3d004bf484a3431483615145b5148c47db02216eb20d8e2d58b43972f7be
MD5 f0d225a2e8aff1cd4cdadca6f74f34d6
BLAKE2b-256 29a0877775344c61b14b60c6a1acf4a33bd40a62a35b2b3a97ac87109961bc2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.22-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 347e05bd995f7f3276c032bcf6b3a2b11884f90fea9f984ffdd9da94e0769ce8
MD5 d35258d1bbcf0d54e452e1be2f00a88f
BLAKE2b-256 9788972a277b80c637e8db5a3a7bd9a583d1154bb99ceb5a25be2a4fc6120954

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.22-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 7c4e91e4fe7945a46c334a35722d8c549c55de28f772272093e766cfb3dd2b79
MD5 e563f866ac051004f3113b64afa829ac
BLAKE2b-256 503628cb8315c505208b0a68efcbff22c7a8704d8bb1f0c9f67cbc14c315d3bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.22-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d7dac1e918a07748f263d1580eb1d44adf6baf97273854e6e9fee667854e2baf
MD5 62b46f3f4d127939a5062aaede40f2a2
BLAKE2b-256 cfe3fb5c0ba77100602f16ee99f1f3655a219c794ef197743530a00d26aeb951

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.22-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f1707d03ee04fe7d6b5a19bedaa980a847a5627b0b4409d3722e5142ece4532f
MD5 b76b5da5fec3eb8817bca13e6af06b1f
BLAKE2b-256 874025c346b134a656e8d6f72989a446861dc635bca3d91beeb466a64cb652f3

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.22-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.22-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ba05d384520b9cd393f7152bc773d65ce03d4819d164ed640f24297a7e033cb8
MD5 bba0bc2fbd3b59e1255cd39b701a9496
BLAKE2b-256 76dd0a3c4e9ba11e487c6b98baeaaa5829c3741afd0c9bcec7387ae114e39178

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.22-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 546daa3d295c0bbc45bceaccdc1eea8d50946a070e1ca4655901447bfc40b9a9
MD5 6ecd8ecbf6eb77b7ca33e855c39bbd2c
BLAKE2b-256 2bad7e94a52b11896753f6d41760d3688e1b8153fcc1fe0c3f79f79ccd20c9df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.22-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5b9996495820ee03e513fc7804dc9103df8c410b5c4f266cf479f5273b133c9b
MD5 b6b97768af8bde5a227d6ec83d9c5c67
BLAKE2b-256 f0ffc2dd6a82e228c8433acaacaafd8349c3466b7e0725590c9b01b67a1f07ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.22-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 7276157d9ba300c083e5ec78209726e60218907496efee6db9f260b070e0d65c
MD5 dcd8836dcdb8119ce9680e5164831687
BLAKE2b-256 d51cff06c7c37b95ea1847b527db1dadd48ecdb520eef9ede29df565e6c186c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.22-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5f970f5426dc8c2b2848ae75d89630512b5e96fcc18a9223599b7dfde9f28fb9
MD5 218534c4359c2206696e24bed5261d87
BLAKE2b-256 8912771da421180d48ce55180a54936a3f293cc4e30ddf1e7edf0ef912affafa

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.22-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.22-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 254275140e9d8a5fe7e055003b55da29cf4f899ecfdaaa2078074ba485ab3769
MD5 81125e342cd8974f11639745708d6f72
BLAKE2b-256 d750f4e78221a5e5305c6d456bcf66897b82d751b75c7b2b4bbb695f0a4a6d7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.22-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5e0cb3c239c2d2541b79e7ab37fa271f378abc589165404a34195e42ecd2dc75
MD5 737491e7c3b1eda5f62b70ef523d6d41
BLAKE2b-256 8067a8185a20a472ecad1e69abeedd845a5d1bf2254467dd29b846833b0e564b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.22-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ac9a12f292cdacc89d4c7268f5f0850309c4e150dd32b95307d7e1e2509dc974
MD5 cf033810630cadeede3461d31fd027f9
BLAKE2b-256 48482eb228b9118df24f0598c89279593b9b81bb72c0b786140c4edf051eae55

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