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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

paperlogicsdk-1.0.34-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.34-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.34-cp312-cp312-macosx_11_0_arm64.whl (4.1 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.13+ x86-64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

paperlogicsdk-1.0.34-cp311-cp311-musllinux_1_2_x86_64.whl (4.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

paperlogicsdk-1.0.34-cp311-cp311-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.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.9+ x86-64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

paperlogicsdk-1.0.34-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.34-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.34-cp310-cp310-macosx_11_0_arm64.whl (4.1 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.9+ x86-64

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

Uploaded CPython 3.9Windows ARM64

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

Uploaded CPython 3.9Windows x86-64

paperlogicsdk-1.0.34-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.34-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.34-cp39-cp39-macosx_11_0_arm64.whl (4.1 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.9macOS 10.9+ x86-64

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

Uploaded CPython 3.8Windows x86-64

paperlogicsdk-1.0.34-cp38-cp38-musllinux_1_2_x86_64.whl (4.8 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

paperlogicsdk-1.0.34-cp38-cp38-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.8manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

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

Uploaded CPython 3.8macOS 11.0+ ARM64

paperlogicsdk-1.0.34-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.34-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.34-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 1678ace663ad55fb75bd8b3bff2063586b4c21ed74cc526238d7f2f9a6665707
MD5 1f0405e3af6dbbdd875bf4387d6cff7f
BLAKE2b-256 68ad33ec0413f99dd68962981379da6424da763f51264bbe3c24ba533ba7ae44

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.34-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 882b2bb36acd81174b81343f473b24d4494d163f9927525d37ebbbb3828317e8
MD5 c6004f64476f76be87ae0af00a99580c
BLAKE2b-256 d0aa0dace3862b272c08fc0bf69e7f45f8ea216d83d0831466cc37f2ad7e6b9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.34-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7c8f2df8975a1b8eeddcf1567c93d157eae9aa3839a588aba06103ae72b852a5
MD5 086950be34d923288861c984a779a367
BLAKE2b-256 9ac62370ad86da8ea0ae3333bda68dbc59919b808c49790f478a724be9560259

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.34-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.34-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6ad6a7a1042a8e55cf821654673883372b222789294c90185fa53b49a37f7897
MD5 7bfa44c41e7633feef6149703c1fba89
BLAKE2b-256 fe26cbb1c3a78d50573f2a204997bad1ee462cd04283a35442f5bb70126ddd19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.34-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9f7026d3eec57040d095af75dc44cb20a90a441a134e4a60a3a64b7f4fa6e1e0
MD5 0cec27ab920b1a124d517433c640a981
BLAKE2b-256 e1ee5f2b6cc27e3f2dcd28b60fc6bb3368c1f500c3a43d48dae0d86c724b712d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.34-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 39269f97c8ef2984eb655542492ee304301b686c1898e4998ceb2a321b73d5dd
MD5 471536646ea21e7f70fb0001ea641c76
BLAKE2b-256 202b600768530853054e9c0bd0d730f37d626b5807dff35761940779a2dccee7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.34-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 25ca1fd5d711a0153f0e0e7c4716b15eb7f040aa508adafc2a5fdb3ec2f29dc5
MD5 47475841a8138cfe6344850ef3498a99
BLAKE2b-256 3bd055da78de77502239f628fd0e6b54dc473436cc8d9eece07bcfa34dbc339d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.34-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 178d96b677604c2ff5ce28cb7957c060e001baa861ee619abacc8753174d0b26
MD5 a16cf05de53b2d594cf193e4cdb0e155
BLAKE2b-256 4cd0a3f078939584cd0d0dd868a5b453eeaab774baf73053d5cfdac6fd0c574f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.34-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ea67f8349dd974fe2fbf688b590b0f3e06380bf4466d0353a4b77d8240ff87ec
MD5 851e238010ccd318894bd8a70952bbe8
BLAKE2b-256 9a4af1250226a192141a5828f0092909b8662d287d4ed751d74f73c2c4fa80d8

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.34-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.34-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9a77d36e54d59609f1910680d89e0242819c62916421bd07d2c5e1a347ff963f
MD5 9ca775e7848050be13a55e4fa0455599
BLAKE2b-256 3f59659b3c34cadcda77dde231f9649ad66af1fcb7108a763abb4faf456d1caa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.34-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 75cb01f3ae674a8c7b9f950a7ea160ee25fbdb6feceabb9c86693f8fcbeb9b5d
MD5 e680fe96f9a1d9cb7c2471a9153eebd3
BLAKE2b-256 639f2abb970f0aadbb06493ad99a7fe9fa48c1426f816be886493520cd010ed0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.34-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c88c0edd2ad4439898f7bfd7ee1b8b32d34d6ec848e2c33a1df69dece60fc94b
MD5 ae4d7c9096b0ed4b27ab880dd47551b3
BLAKE2b-256 97b5cf956f153aea29b07f6977e3cb9a6700c6b664cf6ec3f8b05c2645974c06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.34-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 c407093daa2a567898e494a0728f01bf1f5cdf9140caf35a05a21cec48bcba03
MD5 6eba2c5a9a0c0822933a035e4fe7823b
BLAKE2b-256 5eed061dec75faddbfd20603ffb0e277173867a6359dd33b91869451c61377ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.34-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e99dc678237a0b443ba60fa41fac79c744cd349408029b31a633aaf7f1487192
MD5 780731dc5c7ad1be44e9b47823514b0d
BLAKE2b-256 a69106b67c7abf3dceda3a7a1ce8f7e5810564aae4ef7015ff0cf5f38c05bf5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.34-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6069476f90b075bd253142c1f4a96d68f2a90ebfd4bd5d9d83ed3b9284883173
MD5 7253e47b37cc38f7272e596923be10b1
BLAKE2b-256 07db1c42840b53d4d87b1054262570d9166b3b7aaaa5d13008e16b2ed9d44345

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.34-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.34-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d8dce6e6dfcc2c0de8b3a48d35564da8ef418742c79ae79fb3af9ae526821351
MD5 03e8ad83663dafa5c6451425bb99728f
BLAKE2b-256 3ada0013de4ad2cf99b70e0b2e0f61e8e93c52c397bfcb1588142ae93e46789f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.34-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9b74ece3c32b7603c0695a0086f22df08ca60640834835c7b0df6992b54ba86a
MD5 41ca8723c77fdc10db416dacc5b1a622
BLAKE2b-256 21857d23bcfcdae73d5798863074408e13ceb84759f17401d8ae484397f51cab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.34-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9f7fc7f80a1feb1a9d002a1415fa8d81b836685627d8126ea9c25842ec65ea5d
MD5 36bc6e6b7be8e87bc35c8379fe4756da
BLAKE2b-256 90a7e9e83c7b13927a8cc4fa2bbf2e9616260d94998c88750f468b4e8dbba9a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.34-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 90511ea442d5d57950ad8bcc06d4b41b694e034271d2af4a239e4cd3089a1efa
MD5 6f0eae20c5947acb90ed9a76561e5d0c
BLAKE2b-256 e34ee27f737d0d407e9ef1f5381492d045fda1cfd841cb1158cad3f94b5e5c88

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.34-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d4812cc528c78e837296177cff7e6176d49629c9ebf28223a3032d5d16f34d8a
MD5 c1f6e9e91e20860e1c660d2f28dbc860
BLAKE2b-256 74546fee898168df9b1e0b1a8e7cca9cd44d182c0951d788c39a1a8b1b1000a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.34-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7214b14b2294f4f7a0c50d942e19eea80d528381c6b5cd6e56bf746572c60ba1
MD5 a8792aacee61178f2b28962e19338968
BLAKE2b-256 7abca4cc3985d0123fcb70ed5f0ffeed815822bddff7d7619b0c57dc2cd24e87

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.34-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.34-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 534f4fad1a8b4cd5d00b76e9589d0e181f65c6d7520dfad7c812f6f893776a84
MD5 6c8c2cae7662d57d870599a17889829a
BLAKE2b-256 538d17bf7d97967b4d165f828d974503573e58eaf4b4a1359379c073cd92b71b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.34-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dd91ef321f7a88dc9268d2742e5b2645ad924fbcd54d064507aefe4c2947a8dd
MD5 c04a78ab2a926b7e86f5d5965fe5e883
BLAKE2b-256 e7ddfb51df4bff465d0cbf896b449d61ac1d11d47ebb1b6625ef0e4f180292de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.34-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c2c8905af6d463e7518d075e1da30a91055016aeca0ce0dd6438b37ac26199ec
MD5 9c521bcde7235ddb568958f4a98c6cc1
BLAKE2b-256 875aa19546098a6b85e74e6e899395292947b52d71f1f4917b076d0317798adf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.34-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 0d0b10f74e21c0dda3a65ca076e79f7573b2df4d3cd694c4d61e31bda6fa00d1
MD5 8e21ecceef9274ae5fac14e787302cb1
BLAKE2b-256 9b5e38baab85e0096b81ecb2da7d1893cfed1d3d7d35eb4e3da717324c17eb54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.34-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dc4d5572ebfdd9befa439720b8da7dff061da0d495cdfe5f7e773d0793d35072
MD5 8bab5243443ec277b44333b24ffba4c4
BLAKE2b-256 0a15f739645c1ddffcda27414eea2d2093bba05dadbe72d382c9e9663fc60e3e

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.34-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.34-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ea9e77daf49c69f964911b973d6ea46372e8c3a4ea3932e6e865f4f144f3180b
MD5 562b9a2171882621edbd2ec85701ab26
BLAKE2b-256 e4659750a0e6886c0a040f994de2c33a881733c7dd2a817f2b1f6951d78c189f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.34-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6faf0a0dffe867e9f36fe1e54b7942ddc4861fd6c7f3078289fbe24598f1beae
MD5 ea3924159a4fd66a0285cd7657fa5783
BLAKE2b-256 1e0cd6f5534994581a67cd8809dccdb7d20cb062de1b760c6e177e302c73c0bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.34-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 906b9082793142677d18ccc4a79d6be86e92a308b7e0a4e9390dbe5a77f50748
MD5 6ca3ff2b15d3393a0f70f3879caf4cc9
BLAKE2b-256 4de01667d97bcd4ad554789ae3ca90d762806c5f5829a6079440f40b0e5e0b32

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