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.
  • Customizable signature imprint position.

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 -
-pos, --position Signature imprint position as JSON 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

To specify custom signature position:

pplg sign -i input.pdf -o signed.pdf -tk YOUR_API_TOKEN -t YOUR_TENANT_ID -pki CERT_TYPE -pos '{"page": 0, "left": 200, "bottom": 200, "height": 60, "width": 60}'

To use a custom stamp image:

pplg sign -i input.pdf -o signed.pdf -tk YOUR_API_TOKEN -t YOUR_TENANT_ID -pki CERT_TYPE -pos '{"page": 0, "left": 200, "bottom": 200, "height": 60, "width": 60, "custom_imprint": "/path/to/stamp.png"}'

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.37-cp312-cp312-win_arm64.whl (4.1 MB view details)

Uploaded CPython 3.12Windows ARM64

paperlogicsdk-1.0.37-cp312-cp312-win_amd64.whl (4.1 MB view details)

Uploaded CPython 3.12Windows x86-64

paperlogicsdk-1.0.37-cp312-cp312-musllinux_1_2_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

paperlogicsdk-1.0.37-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB view details)

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

paperlogicsdk-1.0.37-cp312-cp312-macosx_11_0_arm64.whl (4.1 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

paperlogicsdk-1.0.37-cp312-cp312-macosx_10_13_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

paperlogicsdk-1.0.37-cp311-cp311-win_arm64.whl (4.1 MB view details)

Uploaded CPython 3.11Windows ARM64

paperlogicsdk-1.0.37-cp311-cp311-win_amd64.whl (4.1 MB view details)

Uploaded CPython 3.11Windows x86-64

paperlogicsdk-1.0.37-cp311-cp311-musllinux_1_2_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

paperlogicsdk-1.0.37-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB view details)

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

paperlogicsdk-1.0.37-cp311-cp311-macosx_11_0_arm64.whl (4.1 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

paperlogicsdk-1.0.37-cp311-cp311-macosx_10_9_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

paperlogicsdk-1.0.37-cp310-cp310-win_arm64.whl (4.1 MB view details)

Uploaded CPython 3.10Windows ARM64

paperlogicsdk-1.0.37-cp310-cp310-win_amd64.whl (4.1 MB view details)

Uploaded CPython 3.10Windows x86-64

paperlogicsdk-1.0.37-cp310-cp310-musllinux_1_2_x86_64.whl (4.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

paperlogicsdk-1.0.37-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.8 MB view details)

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

paperlogicsdk-1.0.37-cp310-cp310-macosx_11_0_arm64.whl (4.1 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

paperlogicsdk-1.0.37-cp310-cp310-macosx_10_9_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

paperlogicsdk-1.0.37-cp39-cp39-win_arm64.whl (4.1 MB view details)

Uploaded CPython 3.9Windows ARM64

paperlogicsdk-1.0.37-cp39-cp39-win_amd64.whl (4.1 MB view details)

Uploaded CPython 3.9Windows x86-64

paperlogicsdk-1.0.37-cp39-cp39-musllinux_1_2_x86_64.whl (4.8 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

paperlogicsdk-1.0.37-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.8 MB view details)

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

paperlogicsdk-1.0.37-cp39-cp39-macosx_11_0_arm64.whl (4.1 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

paperlogicsdk-1.0.37-cp39-cp39-macosx_10_9_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

paperlogicsdk-1.0.37-cp38-cp38-win_amd64.whl (4.1 MB view details)

Uploaded CPython 3.8Windows x86-64

paperlogicsdk-1.0.37-cp38-cp38-musllinux_1_2_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

paperlogicsdk-1.0.37-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB view details)

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

paperlogicsdk-1.0.37-cp38-cp38-macosx_11_0_arm64.whl (4.1 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

paperlogicsdk-1.0.37-cp38-cp38-macosx_10_9_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

Details for the file paperlogicsdk-1.0.37-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.37-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 daac7a5a0bb0b7bcede6df69176572123a12de47e312a20bc223abb0def2006f
MD5 8886264e924b0b1986a90e636d9e75b1
BLAKE2b-256 35864fca8761ad7f9e6ef7715c5fd822ea923f3ef3f5b29ff1f74ab1d6c80188

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.37-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.37-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 db779fa23aa573eca9a647ea097332f67790479b9b3dbce063c379036bdd5389
MD5 97aefbd0702c8208e90b6859ac48becb
BLAKE2b-256 857cab4aa23aa5cbcf55a560f1930be6ec41c5b8bf9632ac911efe69673648b1

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.37-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.37-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 53cc87d41b16d2c28023d8e5a9daa37e35b450d43f08e3b1b0ecd1c3821ed548
MD5 e496270981bbbd2a705a9f1406d7f9cc
BLAKE2b-256 27720161a37bd0c40f096aa86529bf2f886b948bd2274289abb8c1074b904b43

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.37-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.37-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 52e2f43914110c8a40f6e583f418cbfef4f5c400ffba73f4b7207c078752dd75
MD5 a1bfe9152ce520695b3a5a93db7ef298
BLAKE2b-256 359ad8168776658998ee62a0ae34f8ce0b7a5bf94265785ab32c538dd5bf3a25

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.37-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.37-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6c5cd19dece1915dde5941b7221689322a0c7718897b40e327c7f43efc9430fb
MD5 d650cdac83b412ec12370f100198f72f
BLAKE2b-256 6d742de6a4b4be03aec6cfd71e039d372a73660a45fd226219c7cb7539eb8784

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.37-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.37-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 41c7781c850f4ecc5f2e8a5c04a7318acc02e63d48ebb3634abf383e24f44a13
MD5 5f795575eeb1f0eeccc3038b84444104
BLAKE2b-256 ada00646c593f95bbbc3fdd625a18629a65f082cc3bc00c63f95ffad2eda0d44

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.37-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.37-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 8a63966a33507f1a3307aa29f17ca4bfcd4eb59e7767759c7aaad25b5367c447
MD5 d810d946cf6719af8a7211a5c64a870c
BLAKE2b-256 2743696a6a262eb5d4d2d04d23f9387ad12b7e15cd5d26a01c99df92f97cb5f2

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.37-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.37-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 70bd81957dad6db771105892d3cbd29e143d679551fb60363cdd5d2136b4f752
MD5 74cc7b4921e7dfb1f04d91b542bdfb62
BLAKE2b-256 5cc29f013227e4ab91311bbc1a619a60308d957453c511730a0d578dab0dc5cc

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.37-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.37-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 06e1fa024bcc10436b69a5104a70aeb1520906026cc0501ae3b9b8832c52a710
MD5 e9646efdbb3bf8fb0501d1717855312c
BLAKE2b-256 3494643b1b9a77e01f464367bdbd5d9b4c0957a24c559e95cb32c6202021015f

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.37-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.37-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a3a02578eb530a709cc8121a9e16a6d468219735df1ab2d649d06d86011285a9
MD5 6c1009eb437baac97e4c71d4bdf80809
BLAKE2b-256 ce86f95ab5603fca014e8ade48ffa607722d17c60032dcdf702622ba8c280608

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.37-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.37-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4c967a4f66b3ee07c1783671e589cd65ad8400d9a3325a257012bbf7eae53bae
MD5 310afa48276eb6fa5760a0a32a470a0e
BLAKE2b-256 c89c6498412596566b75413aa61a8bf64fbb1154b35afcac944f4dfae97b4b57

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.37-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.37-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a3a29bc8ede5bf7cf43f0b646ec7d74f2befb0a6ffd9934baa65a4f1cf44ff44
MD5 404067e2c530020b2fd41644bfafc7a9
BLAKE2b-256 69c90972c2b98ddacfd0803effa84dfd3ba80e9ffe702edb359ea5154d59742a

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.37-cp310-cp310-win_arm64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.37-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 729621e2ba0720332b3e166e3fe73cd2a2b2f8bd84010e654dac219110d355d2
MD5 9e65eddd85192571921d54dae7bb73c3
BLAKE2b-256 06937e1691c9d0f3eb3d746e9df95f561cdd67bd4de0163da32ab1ec40adb651

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.37-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.37-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5ac98674a8af654ac68c4e5f22ff45661d649c7bfe722dfcd9327eaaa2012719
MD5 464186429715a0b9cb0d1e342f1b8c0d
BLAKE2b-256 6dfe008a2f8f78fdec828b5bd5a373ca510da654702a1aeb8d1ff542850f13fa

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.37-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.37-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9507362acbcaf1372b9204f6af481f8c71b365c7ec2e937b011e44e5f14842c2
MD5 a84f474c551b866b68492c73f66ac893
BLAKE2b-256 4dcab17c9201844746de2512b86e131fc7fd3b5e95d04c4bcfbc71311dc0c61c

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.37-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.37-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e6cda79ff4edecb0c70161101aa5604d7e7a7427dee818d838a036ab48f12d26
MD5 af2f4895ffcd99484fe35a83d1da4cac
BLAKE2b-256 07f50c95ef4b849d191724c4ef2881fc7f486c96066cadfee4b8c6ca05fb66e2

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.37-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.37-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a894c2a8aff0e0760e9c1ddd00c8c5170b460e93ea22bf6aee1af8ea57394506
MD5 43434f051320b73a0487226e7fd5e277
BLAKE2b-256 5f14388944e8890f423248c4b8e9ce76ac705b00b40aa81dc8166a5608e690bc

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.37-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.37-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3113ecae0ce5abc1d3bfa1b3730281c13461a5ee6f7cc3cb39e820bb78546605
MD5 96f80f32502848d34db0e82482f26a22
BLAKE2b-256 802b5264b2fbe443a91b3581cd22d6ee96d63e841047ad1dc0340a60dc156ba1

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.37-cp39-cp39-win_arm64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.37-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 22b070a372cef04552cf48bcd5041b692978152ae2ce366359c3b8b52ed1cdb6
MD5 b9eb61a2fe46f31be2a693ab4183f1e6
BLAKE2b-256 71d91bfb790a217b071b5564bada5c4448d5ce4672f5543b3e1a6abb1168860c

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.37-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.37-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 eb12bdf1ff97fad47b90c2d8305aa80154a5bfc9015ac90e327f21986be1b6c7
MD5 72339ec3c4535769d33241da6d830d2d
BLAKE2b-256 232db269aca5ef1b861c21675683a00d7e857fc86ee09ba9f5ca43c528412b59

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.37-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.37-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2bbf9c0e325a29ac35a0f9edb27fe37f377803ca4a8e2147614757251aef27d6
MD5 48152c0a37f911dea5440e11f88f927f
BLAKE2b-256 ef35706be76e7ff802d4e5f1c975a0c22d56292c95109c1dfe61a8429044040a

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.37-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.37-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ba647de5dcb68322f828269e25eb9784d24849e1ba26e2046f4412fd468806a4
MD5 2b04c328bdfdfffa7b6cfaa5be2ee2ce
BLAKE2b-256 7aceaf94950a3e544d35148779fd115476ecf03ea66da5d0a1ad8afb6f9cb62d

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.37-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.37-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1d6d3c26fd250803e9ad3347cbf013fff92b7c6a29b94c5cd1344ca2c76583ae
MD5 f1944a5571c681cec183c4db89fa8a53
BLAKE2b-256 e744e81cb8e943fc02f8a09796de205711d3af10444876c2919d38724da317b3

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.37-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.37-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e8fb730019e87e4b09ba8f303647a5100723ba25c428b18a5b0442236c3bf46d
MD5 7ef984884d76ea54387312d08d215391
BLAKE2b-256 611fd2c532312867451e7e1a5b5c6be502d9e3a0ca3e9ac9500b490939e2d6f9

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.37-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.37-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 565efa28e6359710d4a37c80bbf43f8732b1bde9f7c3221755ccbaeda96d5ac6
MD5 e8f27d2508939c850453e0788412236b
BLAKE2b-256 10d0bc8fa1556c3438e777f196789c3841eaa77ae26d50e4768d4ee21cf93cb7

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.37-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.37-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b7b3e87cf9ffcecc38b8946aa5e0c9c64b2ff6b42fb995d932e2dbb37379f795
MD5 6543cc9f8cb7d649a886f89edfc33dec
BLAKE2b-256 b71db9bb4d81bf16560da911e3bc9266d39109d276219fc9948c759dd16e4206

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.37-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.37-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d87f4e2969147b53779528569cfc723090c4c87d6789506e18dbe0148dbc8183
MD5 cdb16d7c465d5c8862327672f4899149
BLAKE2b-256 e15de5bf5f918cf545aabbac94537e30ae2bc04f482148fe44aa0e6bcbac746a

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.37-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.37-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8bafa8e83b9a2ccc04684f12ce059af99d5c4b02ed1eede8a36202d4dc2add85
MD5 1903d289beb405eeb2b698f20310a611
BLAKE2b-256 dd2eef16aedbe1fb691d1f57dafda1ff549b4d591375fc34974695a7c66022cf

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.37-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.37-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b5764bc1f13b909fb76501933429b8517fbe4a04f7fa77e4b41cf8360c03f891
MD5 99f6e377d1aef1cc0b1280c14e3f70de
BLAKE2b-256 69c7db8001cb85946ac6e2a3020c4c404c58ab2594f480f92c8fb638d11bfb8a

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