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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

PaperlogicSDK-1.0.24-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.24-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.24-cp312-cp312-macosx_11_0_arm64.whl (552.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.13+ x86-64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.9+ x86-64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.9+ x86-64

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

Uploaded CPython 3.9Windows ARM64

PaperlogicSDK-1.0.24-cp39-cp39-win_amd64.whl (545.6 kB view details)

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.9macOS 10.9+ x86-64

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

Uploaded CPython 3.8Windows x86-64

PaperlogicSDK-1.0.24-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.24-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.24-cp38-cp38-macosx_11_0_arm64.whl (552.6 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

PaperlogicSDK-1.0.24-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.24-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.24-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 0b41b67b482664ea595d2da96fdb7f4e753ab6ede3b1d0af0a0d71cbdc8542ac
MD5 aa685b00311f6cf3f340faca471843dc
BLAKE2b-256 85cfd42e95c39e90dba2b9ecf044699669d0a2312802689238eb5e3c68c4a36b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.24-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ebce2ae5e0ef0480cfdb57031ac3d390503118269b0ddd7c5628def5b07ebf70
MD5 d0b46c70644e18a66fe9d3a98d30c38a
BLAKE2b-256 f804d13d1726eb6c6763ad71e3bdab326ab65db9707bf340796e503222ccbb9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.24-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 417efe6eec6b1137d359a3296df0f7d77aa4233ecad296282a3c0b7c202c8ae5
MD5 551bd3533d0613717aafd8f917f10c2e
BLAKE2b-256 e5be8be8bde02ef1e1391aad422f2834aa0ff007bc66fd5ecdfedb96100620d8

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.24-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.24-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dba62696983aa112a7ceb12ba9c03a79e7fcf70f648ba080a9f8f0f7b24d7555
MD5 e8fe90a3417754977cb193ce41c30c8f
BLAKE2b-256 cebc4146378e67fe98b3e2627b88bcac27d0abe4a9f69a834a234357cb47a372

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.24-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fc1c6428a9eea62d266fc99425bd310dd3a269cd64a37bd4e12fae73de8e0b55
MD5 a4ff1bd6b6e4c77cead9f2a865287474
BLAKE2b-256 45e761932fea00814119c0cf70e0eeba08fbe44a69e4dff30d2957150a866e7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.24-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 ebee533d16f3d5c14ac0e02887331a407e2f1440e087d45f0b9ed841a2484203
MD5 f9fab8848b606444db46cceb559e0587
BLAKE2b-256 02253570f58cb40d7ab3a22f8c002455bd2026d9a04d991ce8a29caa1e44b828

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.24-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 1fe6ce18c0e6632c278644944316baf9aef08da1acbcf82e39af16cff0bfdc2f
MD5 9eac173e2f12ef7e1e28aba4b888c418
BLAKE2b-256 4dca83c9783afdb68156051a12a2ffde8fc9591bef4a07624a5540d6c0e4f10b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.24-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c2db4d2b627c511b28d952d21d728692e4543cd750a4b2f4a6b1b47b774c6ae4
MD5 4333d271ddc57b7cb3752e5bb915080e
BLAKE2b-256 6f2df48c76f4f919e9812535c78c532dd55110c625d28ef1d0c085bbd4cd499c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.24-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ec20133ae4980dd05cf2cd9e28d24fd267fad632dab710940dc661b388562f23
MD5 c1f147598ce9ca63ff3041591d6f2a19
BLAKE2b-256 99b6e1d4978d17baaaf0614cda93190512ffc574b2aea84bfa21ac519d081442

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.24-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.24-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 10ddd0af7d0c9cd658d6d461cd0b5e4ebca1edeeff68a6480badd16161645d8d
MD5 c385d9d308e970c57e9d9ba9fcfbe73a
BLAKE2b-256 6c402fadfa97182c2d2cd89fb3baa214166d3566f43600c845fb3334587802e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.24-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1167c505fa1b825a8381b7ffd3f486b745d60f9e74b850fbc1814b0d3cb4d145
MD5 d7627ff7fea5157e0dc0ba8f256773c9
BLAKE2b-256 76e563e1bfaea9973d5f2cfc851e4d4d56135f3991b76d000b377952a9e750c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.24-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9a8a75f81b57cccceadfbf0d2cc3f88b355cb3c36a61aeb5c4f43148f5066157
MD5 9dca9e37bbf3731e9d294eb6959b106d
BLAKE2b-256 52837a1f2083fb90c4ee2c32b9fc0ea2dd8e9a25ab178e66b1ecc31bcf7d5170

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.24-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 3647d1d8551873a94d840abc38098186faaef3d521b1f48a130cf2bc3aa2fff7
MD5 7f963c0673203d1d7b728e74fe4de0cd
BLAKE2b-256 1e21f1a96a70a9a53dccf74a7b8df3a6c29d0df67bf1c3191ec4f4e3c72ee6e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.24-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f9e71240ce54a3ce864e27a0c5a841db30a817bc7a886811193981b62c2ee6f7
MD5 4f5063d70fa2b33e2ef072982fa31411
BLAKE2b-256 986f7b6ecbb1aa0b381e2d927024ff687bbb3273958ffaad042a68e51a975211

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.24-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 88af46e15d841dc4874f6110cc695fec437e8a18c0046052fe91e4030e44bde5
MD5 9d01c3a4e9880467198ada9f74e6259e
BLAKE2b-256 d3fe68ccf94ff0451396c3ce5878584d8c2ebb7e74bdf3e18d23afb2d677503e

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.24-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.24-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bc7ac941a11e1192047cd3a0f3326e6deae68d25821d41445800123c1a47b681
MD5 51f45407509fb81c71346eec631b5386
BLAKE2b-256 914896b9fe03a8e2b95a92c82e6f23f5d1a9f097fee16b7f532e198c34484e9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.24-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 09f0e64a08071555c86aefcebe566ed3fed6ea71e900fc9ddb3fe33a1f6b7456
MD5 6f670b6ba281b29351083fee8f7c7ae2
BLAKE2b-256 1fb770c1d3f7795a62175155616534685826369eebec8723181fab4860b3ee54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.24-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 17d7a9be20f613cd8b824252d6c4bae3c14af28f301b755b6a9ee6629aba17e8
MD5 c94dc16b9d404a4a336882cdb981443e
BLAKE2b-256 8ed5815a92cb3523130f56aa315bbe62bb571793e1d44589ee73ab5ca468e8ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.24-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 c2526ee0d2ff089c46f671587b17f12c802b562c3996ad856f5b90c8a3c8d501
MD5 d446f54685a660a50894d773bbbac915
BLAKE2b-256 6213becb2d048457340390b0b8822e879be4b6b146dd67a1616b6af10414bf65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.24-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 476efe806d16003abedac5baad596b4998c04a7cfb90111aae5ab83297e08771
MD5 985e62c680ffa20a64249f92aa06b277
BLAKE2b-256 4baad8dff5fd71ae5ede491bb57a842368e57587abb6ae3d0105aec6f5551916

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.24-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b8664d5f5f7c363f6c0d363a55d8ea5014dbf8792f6613c60193dd39c9a3cd75
MD5 e2c7bafdac0b03548a02b965431d97bc
BLAKE2b-256 3117a4ff02a8ff8761f09f9b8c66acb3c4cc172c45b3a2132ef08f00797a328a

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.24-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.24-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 de6ab9465bb3c89bf26181bd5e20b4d4a36dfcce9ec7f8a1f15492ae6515bcdd
MD5 0d56ffe892006b9b9336824de7f14cd3
BLAKE2b-256 cab3e37064c865ff01ecc7ea299c4f11f2f2c22a6de1c35a1e88b661c6307d0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.24-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bddf52d8828b0be5806b6004d35b25b9a90375f26e1e003e339c3464fea39b29
MD5 89f66df8acbcc9f2e0e9a5ffa6f3c418
BLAKE2b-256 4981c52d2323082591eddecf554066c2eafaed1dcd204d337da2838574222a6a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.24-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 75ec3095ae6635f62a433d06740f7ec491748632b19d0a315b9f5e99b184c515
MD5 270146db685c3606bd6457378504a268
BLAKE2b-256 683d0ad1fe6d2e3aae6e501bd678a4fec75634b8620703108f9e6001dd49ad3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.24-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 895b1b57d2230e1136bb021d19d333192476c54923e56e37de397a77b473d9e6
MD5 fa07e1b29fe7f05989648062ec4dba70
BLAKE2b-256 e72fbdb922c30d43d25fa2b5e8d24ddfe81448207fb0b45378582976311f4a2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.24-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f5325375c70695d9f27d7512e52927e40451fc051f47ecf8ccb1be97ca28c590
MD5 e67f5ec0d2764447f39e5132a1b6d0c4
BLAKE2b-256 ccb0f430ce13aa7e38a82de43bc4c7b1e324e73b4d1149dea9a1730c9cbd2e9f

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.24-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.24-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3ada841531f0416d971556e747b13c2926cfd56064bb1aee9bc6a8c70dec8379
MD5 bee68041cc52f85c432c731dbee71750
BLAKE2b-256 ada6c008e72462d57ac568e0a735a78253760969465a7acc4d69453fda9c5c1e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.24-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 32e898d7e8945f0b52dd45753d7e9b7ee5b33b1160d19efc25da9e72b384c849
MD5 0e50719ac758db3e6ced41f175be4a67
BLAKE2b-256 ed1db254318bd95e7a776b15fa3e669848c2d65cb2bc468caa0e1837ed316909

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.24-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8f292273c325d9b460b2b4e09ebee432acf03617529d5baac26d6f6c20ef0710
MD5 13b3f7ee70f54504e9f8edaeee78653a
BLAKE2b-256 3444dad411d3b413e7d69008735899eafac3764d3a76139e160256ea861ad8e3

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