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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.13+ x86-64

PaperlogicSDK-1.0.26-cp311-cp311-win_arm64.whl (526.0 kB view details)

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.9+ x86-64

PaperlogicSDK-1.0.26-cp310-cp310-win_arm64.whl (525.7 kB view details)

Uploaded CPython 3.10Windows ARM64

PaperlogicSDK-1.0.26-cp310-cp310-win_amd64.whl (545.3 kB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.9+ x86-64

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

Uploaded CPython 3.9Windows ARM64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9macOS 11.0+ ARM64

PaperlogicSDK-1.0.26-cp39-cp39-macosx_10_9_x86_64.whl (557.0 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8macOS 11.0+ ARM64

PaperlogicSDK-1.0.26-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.26-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.26-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 1af933bad8fa075c5361ac4349e971e8c8ea1d15e663ce87dbb6d122e630b2ec
MD5 29eb81c5f63ad1e615d13fd855168ef1
BLAKE2b-256 90470a47c09caf62ca7c1eb44c0cf4c0c485f097b683ec7493b7b5df92ab8c8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.26-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 955cdc2a608b0959308c108a5385e0770d53de23d5d15581a3b6c8abc07f7149
MD5 4094d6075e2051cce224c31ee5c6ac5e
BLAKE2b-256 bca92e82cb8690d9737efab9484fa0b69373e6c0e6beae0a4ddd2d0133f1bb3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.26-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d0d531b08195e7c0d4b6b2019975dc777def1bb3f124f63c20603c826f20b2d4
MD5 b353e3883104aa3b145f007e052b58dd
BLAKE2b-256 618a354a57c90b79e579f28ea23054cdef5d560b389377f6e6e0fbaace69a8bc

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.26-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.26-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 df87439aff56858141eff8183617a5e701502f019227b766823acac4d33fcbed
MD5 67cd584ab8c458a58f129f2ba6412ed1
BLAKE2b-256 cbad84de3499a58ec1903ebfbdf65a521bb2fa25c80e85472c802b69dcac2e41

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.26-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 27883a6448d65c1ffde1a76b8b1b91a631b707d122fdf86fcab0a526701a8259
MD5 4d2aa9b3d3033f55c752a24811a3c16a
BLAKE2b-256 32aa9c9c1461f63c546e15715dee0e4a4920d1691ef2bdc7e81d0feace9c8669

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.26-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 ff4ce7b3f685eb13bea5d365521bca8dbca14d9bd6f89ce860c5dc99e4f6ad46
MD5 d8a1a1f2b9d54801aaaf9ab6b9dd31eb
BLAKE2b-256 770773743d14e7e4ba81b7e65ab5677f1f047b3f21eb7afc9785f2b2fb9097ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.26-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 3ea2bdf445aabf9a937420e1d8ace46eb366b85ecd68b833c4aee1c242085000
MD5 d561eb27703631dc42e1537e244ef767
BLAKE2b-256 01fcb8dca955cc28de5745ca8abb742e5c06e10f8b7607515692e36aace5dd20

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.26-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 bcfe4588799f2c8e554ed346ecaa8c6b06c924108b52b7a32634891b98f4bb23
MD5 b5b0dd9398dc740ce5715f322213c03c
BLAKE2b-256 b0c28e3beaaa2de85b40b3de15aa8e5e25e1f856807c24c51d7184f7287d5e08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.26-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1239dd579e4f5cea138801e3617de7efc6f533519dbd6343637b0073638a7603
MD5 f06098b24b1f071eb1ac049671d4bc43
BLAKE2b-256 e007611ccb093fa09be8c93ffe156e2c29f314cf51e92ad419c6983c504a9865

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.26-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.26-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a5ad3543af7fc44eb4655ffe2c738d84b3a3b8ffd6c37f59ab588b5874a7b274
MD5 90ad9a8f1986659ff64db909c3f665af
BLAKE2b-256 e6fd2595793656f6d05ad6c4704eb41f8448f85d4ea7adc76793f7534b53764b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.26-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 edadb35bf2fb21d56614c6e37c53d797a86865784148991c10315080d057430b
MD5 13f5ad07a01bf0b16491f762e8b0714f
BLAKE2b-256 b2d801d1915420fea783f4bbc978f4de77da4884a9f2325912ec53cba80c64d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.26-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 17d5a95360c0d1555ed4e5e0358f92d990cdc0e6d9871fe3c0ac39b2e9706052
MD5 853588f8c8615e2a5164c6c6857b4bba
BLAKE2b-256 f8eb46695c5febbe1ad86e7f40befcaf4b6507ac2af34e03d4ccd63178e18a0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.26-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 2c1d0046bd7e7ece672ff9aa85a7f61cf6953dcefd2ade9f0b60b9bc309caa7d
MD5 69723dd42fcb46abcfb7ff92c4732e4f
BLAKE2b-256 997d95130985398ca3e7101337a7ac0b9feeba6027c7774797616533557fc62b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.26-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1374983ab0a33c8ec972044626025235b752d0fb52ff18c54c58237ce9f9298d
MD5 13a4edc0fb54454a11a1156c3f587753
BLAKE2b-256 67b2453b1b9f0daedbda821892092e6711f70f052be29ea22bafa32c749f5adf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.26-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 46e3dce0a8ed7aa5ce59900613d43f1b59f16869957dd509711a26f8aabb7740
MD5 4d4edb19d7fb35ff3f2114152a93b9c2
BLAKE2b-256 7d2a9f61bb8b0141c7a2b2e18a05c9bfdc60c7f0d9f6df3c5038e98656f8f98f

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.26-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.26-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a44d202a2c8535796386dac786006d07d5884bb4a29499c6ab75fed95d1506d2
MD5 9bd12e598cafbca1c00f42952c0a633c
BLAKE2b-256 ec60664fe16a5d8d8804d8a41a8653e712c2a94bdd1883b83cb6972dbea03528

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.26-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c52b98d4270c7f2ddcafd7c76bdf9788a42c46254d48c9b9f4a1ef8366bd4901
MD5 e1846791048defa56d1fb09752442bd5
BLAKE2b-256 f7a65b5aa534b450b5a97f2dc426355a6c9798d177cc6fa9fe72d0203b61ba0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.26-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 526193def027b6e33dfef279bf69d530ec7c0f9d7370048ec685de19d7997d3a
MD5 075c089b87b44d355c348e1f8873651d
BLAKE2b-256 d9b6a9f221cdba7e123620aa4febb0cc176b763cd4e5052245fc01a4c52b20f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.26-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 d412310d6d0db0ae4aa0041a84ffe2e0d9ca8ed2b2e3672c37c973d60d274ba1
MD5 ba7485b9c8388b06fdebcbdd54df34b9
BLAKE2b-256 c262c9e769575c062a43805e59e271b9bed5d83dc3bd38443e11f1d2426a96c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.26-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 32f6ce6d5a2e5908b8a7320e284f97ea31d28c3ac40207214276f9c675bc13ea
MD5 91c4d8256abcbf40881b119bcf1c8abc
BLAKE2b-256 51a0189e3234dc09442d6d95d55d75b0d35586879f54389d33e9690c946c1893

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.26-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b1b1d2b0a112f9b75457059e22d04faa16aa946b7ba69816e74343f6171a439c
MD5 b2c8557450814a640b5225f946ab1ad6
BLAKE2b-256 e597b600bb5c62c6beadc8f87c0ab6eb33a20216b7ccf34503df380c4a77ce4f

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.26-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.26-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 08038a0339188a9af539bb4f06469980df222cf4402f6b9c39d899ad47a6bc4e
MD5 be56ffdbe16bd30523fec36bd4a0b7cf
BLAKE2b-256 2be58b8352fb71da31f1b63f0e2029749b306b41846b115c5539dc2c9650c918

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.26-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5dcf5ad5638fd2fcae0d7667ab8b6d705b62268e54089e6293ff3fb2fdb0f7c1
MD5 f8479cab8ec54f0fca45419e44ec55c4
BLAKE2b-256 fadafb1f8ae07588c484b11938ca0d9784367f620b93f2cbba4e0785cbe117d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.26-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 03426d5db66fee73203b1f12187d00d9b3d0cef92e08d1cd103133b8754bd0fb
MD5 bf27a5508db029c34a157ee20f3eb435
BLAKE2b-256 01ef871f2ab5d2e2d036e0e5391fed485ea70bc25b9f412fc58e470d05b0c2de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.26-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 8cad95506fa0b29f1331fd589656686eea0fa11129922995da5ab88b6d634bcf
MD5 7a2efb19962e85fb366aa3dc6d2d73f3
BLAKE2b-256 5112866d4aae61ea1bebfd54e963519a9065fe94b15469d8cec78f10a09c4af3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.26-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e771fc4eae35b50454973c001914b32300ac5e0b0add9f3360a6bc1041d26be0
MD5 94cf913a36b4a9c11a26ac614ecd47e3
BLAKE2b-256 301646befc6578612c2591a67379d10c2be98f13bb9afce218bb9181b7f3f171

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.26-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.26-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 76fe3385e1f8e0c41a4e46c8b7c2b86f4c792a98fe9da40f03079d9d1d541b6e
MD5 323d16cb58cc3ec19002fc60e29de114
BLAKE2b-256 97d69d3617db1eba7f8759291fdef81b5d6c92b6dc98772937e23b069f6366b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.26-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b48977ab303c5d519c05870c9e4c8b58dd0931706804845db88723aebea296a0
MD5 275d3692adaf4aa962650b320f725877
BLAKE2b-256 9cfc4fd83939efcefaf16ff0cc4f715720eb8aed283c0b8dece098e1452c32f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.26-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ba426d816b1d6258d0e2e8974d631074c74fc5eb330dfa541eaed0a502a3c0f0
MD5 56afc1ece81de6535fd12244066fb31d
BLAKE2b-256 cc204878ad7a894596030584fb671a46833b238c0774fea961b29e7ab5e09ec9

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