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}'

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

paperlogicsdk-1.0.30-cp312-cp312-musllinux_1_2_x86_64.whl (4.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

paperlogicsdk-1.0.30-cp312-cp312-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.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.13+ x86-64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

paperlogicsdk-1.0.30-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.30-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.30-cp311-cp311-macosx_11_0_arm64.whl (4.1 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.9+ x86-64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

paperlogicsdk-1.0.30-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.30-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB view details)

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

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

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.9+ x86-64

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

Uploaded CPython 3.9Windows ARM64

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

Uploaded CPython 3.9Windows x86-64

paperlogicsdk-1.0.30-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.30-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB view details)

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

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

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.9macOS 10.9+ x86-64

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

Uploaded CPython 3.8Windows x86-64

paperlogicsdk-1.0.30-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.30-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.30-cp38-cp38-macosx_11_0_arm64.whl (4.1 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

paperlogicsdk-1.0.30-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.30-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.30-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 98f8469ffbccaeaf7cae1f275d6b323b36645969e39335459fdd90634e5d4fdb
MD5 0df55ae8d95f91a7e11e1e8c88642b24
BLAKE2b-256 4298b5569b713338decb7499f829db4d01a2ef398846729e725c6c3801c6c326

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.30-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 15521af9916fca2780adf45ad1d65413e3a3f3830e8e41475adeafd044b0a36d
MD5 f8d435bb968ac9b5d88b0224de97ae48
BLAKE2b-256 22c95b7be8d6a25c31cd5ede769864452fbe06a66e2205a8b54353a2aee27274

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.30-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 264cd67fb1b40c7133b370471922a53f06b1ce7c2a2500cccd835d624bfde278
MD5 4873b9fac2d1a010f1dd63afb919c508
BLAKE2b-256 8240270c77cc282e41111259d659304b566bd31077f273a1be8bc434ca188592

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.30-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.30-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b42d079c7dc865324fd1da78868495dfa79e05b0d977e6ce9fc2eac1710aeaf1
MD5 552328b7a7188e4d67f5f4aeeeee88fe
BLAKE2b-256 e04f25aa85c58a41bf9e9873884a2d84dc356560becaf2c22c7591665d331fd3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.30-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5d4b0bc47ee4e82f1cb0a67dbdd3088c6ce9c1523cc7d0b023182c830581426b
MD5 3d97dee923f066622d4d1233a97a571a
BLAKE2b-256 4d353d0ce2cf6065328aaf72239b0e90f69eb489f5843bd63e697be385eb1b2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.30-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 70d3d43c260f0f10e294906da4d6ea0f163a58f1ec2e5875fecbd5f7591bd498
MD5 8221d8eab500e4282174f4e36cad5495
BLAKE2b-256 695d0d0fe08de12e0f666ad92e147086824b981149d65d6a2ec87ccef663e5b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.30-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 55592663654bb29f81bdda38319aa9659d9c62039b312e712211d271556a73c0
MD5 9e6cd7d3bb837221ad88ef7213f9ca8c
BLAKE2b-256 1a663aebf552a77b8b01ae8e4efc92292121021861046dd66ee4db7d55743346

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.30-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 aaad5cd224ba2d5a3acd1baaf7f809cf932b6db9ffdf4050eb9e645c381052b7
MD5 ac3fe814b3a763b07d328c577ac29128
BLAKE2b-256 f714fcb36a645041ed6c0aeaeae9e5527a3d1c03ae0ec64a9eb03ee09f935b99

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.30-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7064edf022126e3f89632029b21c13fb4333664b0bdec5c18e6cfe1f0d79a599
MD5 9db7a49c3088460bd5a8911c43eb1ba5
BLAKE2b-256 5825054cc3a6d3e56e2fda9d685e5b9d40f40e373ad9d393416724f816e7871f

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.30-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.30-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 082cb70462852becda1e3039b9a89b65b9c471bbec72c92c23907c01bac91696
MD5 a13d53b78895ec71381b80423dd24542
BLAKE2b-256 267370457c782c0234cd3173b6b97941d008c3a0ff2ec5bdbfe8bf0bd714e517

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.30-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dcb9f8dd24d3dc6337b924990b4ff9202083d751d331ee6158630f6530b224e8
MD5 862e1a130e3be77eee186023ce81edbc
BLAKE2b-256 55031139cb73829b598dbe8aa2211ed8a921e7ccc1eff1c0ca55ea470c3932c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.30-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 09ceffde694a30f8254fba4823dc1c96b8e46d435d4f47d116d8e8d0081af9e1
MD5 21f5c37617919fd9f1e655d1d8eb7d64
BLAKE2b-256 efdcc18943691c3a6888be359b3a4a20f4ba0595a4d3897c78c024d586d9692d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.30-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 c69c7bd822fe124316563266c65c5dbff56ea2ad1b04557ecad46a3cd6461dba
MD5 879824b1691f8579d22e0c8f069abeba
BLAKE2b-256 289312e9858f38444857d28ebc6c4f04780da948323bb9fe18e8869bf485e03c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.30-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 dd919e3465cedca8514cebda395f12018b52a825fb893146553b0c32c9cdd237
MD5 d24ac0375c9c6bfbc20fbb74f3a98b4f
BLAKE2b-256 ec81b9a1ac4dc6e9d57317b162631f04b07d8d81e23aaea85ae1a9b2442ada18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.30-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 15db1ec104d6c8ca57cc7ff5cc3a81a7ca18688236f53e461ee71369ea533a45
MD5 51b4da9ee4e8a71b3b9708564176abd9
BLAKE2b-256 99ed4a2c7e1cb07b2496157137727ae367ac05a1575ad6af3a4e910d0746d48a

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.30-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.30-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4eada4e6475187109a6dcc82d6929b3889a8acf84d75d51a5f4c3784b091993c
MD5 9be918a0eabbe7f432b05113076da4a7
BLAKE2b-256 a02fdeb55b73e4e03d17b80918398f9d25ef3c06ae875dbd872c7f0b4c00682e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.30-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ee5fc9812d3652a2cfcc8e90ee88af4de6ee023a12081ef92f534a3bed784dff
MD5 dd9ce70568eb1b9c8b77c6edc717b272
BLAKE2b-256 982e61b3f500f529b989e1ed0eac92d1fb1474781c021202c202dbf3e5e2f5b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.30-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e8fda4a5c08d677ac702bce8b7e51e5dde6f9548d23a160bce7e21bf3c132e12
MD5 0620c64152fc6057aa98f49ad051b56d
BLAKE2b-256 f19ba1984e52323160aca7821b897bddc3a869a2634257100ebcd63200bf8fc1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.30-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 45cab2c9cdf97e74ff2591481b10e41972baae5bed2d800371ad686655320a0a
MD5 85f9b9798b817e426d47d721c0aaf947
BLAKE2b-256 1ab1920051befb03916ed3e7c541f6f6ac78aeccc40b50b7cbc453ab2de5ca72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.30-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 fded77b0894c71838575031299b9e37c6d7b31da587f71ae110f570fd877ae57
MD5 69ae420efca782d8b40e524e86ab2503
BLAKE2b-256 6f4b43e6708829e2b8fe95efda98be94e8a82261e92dadec8f5a277654e4ef11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.30-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fb3ec9afc630543a7e823c2661ffbbaf7090723ff532785c1a8d60cbe1ae315e
MD5 758046060a80ff3e34dc43faa0da7471
BLAKE2b-256 9d57bde43803f5a268046ab20fd2e11cdcef316cdf6bb86fcdc00f4480a8c6eb

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.30-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.30-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 733e3dd4f6fdc7cc20a2ae9092a9aa72ebbcef799106eef030089dc29a3908a4
MD5 f45ce58cd6ade2acd82415b8075912e0
BLAKE2b-256 4267088bd1a1ab9f0a788835e9d66c4bb692e9cb45356ac75e841443f51e4507

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.30-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d29ea982b027ce987241111367deaf89e934366060676f336d3a865aad430473
MD5 c643bb22a208f45ccdb8d565b0a9f913
BLAKE2b-256 f70c6e0e225a1829eb809960c8dc12902415222514567e2739190a348f3c15ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.30-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bea734dee576e7543ddbf86413ede54fae0f83da10384d6706b68ea5b2ef195c
MD5 eb579fcdbd953f46aa33dec7f6278958
BLAKE2b-256 1258c5bad7180139a4eaa2c1eab40d97ecf193acf25fe01740262acdc0245438

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.30-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 5ed93bfae3ad45247aa28af73f7dd95d370a60751d63f15c04e843163798336b
MD5 e5d96a0049eb932245731ca2d52d642b
BLAKE2b-256 57bf7dbea5cb4ca43f5ea1c4b15619ee4b0221df3280d3fd5cbfa8592f94f419

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.30-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a1ccff37f9ed27a592ec0841f0e3c444035a20b53b4c502af97be682fae72651
MD5 8fef256cf9a2f7ebc99aa41acfd9eefc
BLAKE2b-256 7397c63840796ca5d1055d546acc7ffdb10b808c905e692658fe01cc5533c435

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.30-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.30-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0a5bed89c3e2ddd0c0c5bf52428047cdbd24d54ed7950afd5a937c47ac9a3ab9
MD5 ca0b91471a7d581294ca47e2a1389caf
BLAKE2b-256 502587f0a7ec5bf306b1b796b63e89784d7c1e7ecd4018907a897ca428c53ef4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.30-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7b7c7b87093d3515b257cd641fcb58c6cdc930ee65b657b858a61d7d42473fad
MD5 8f0a1ac821f7e69e38a9587421bf0a01
BLAKE2b-256 f5b8e4e30ccdc27e4d7eb7c5ce958add0d0c4beec70fae1a32940d15b17cb37b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.30-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b89b935e4afc0f12520fc2e99e0a16394c2f6d880de8c6ce0eb90bf21c3de2c3
MD5 87fee23a62b7d91d09220c03a7bfb821
BLAKE2b-256 2ce32a732de4eeb9e0af9fa8136f0fb807a2687364eb514246a06f8f933ac3df

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