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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.13+ x86-64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.9+ x86-64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.9+ x86-64

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

Uploaded CPython 3.9Windows ARM64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.9macOS 10.9+ x86-64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8macOS 11.0+ ARM64

paperlogicsdk-1.0.35-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.35-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.35-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 923f5323eefdf5c9ccd646db82311a0e46a6a6205f5fd465dcc0984e31ca2949
MD5 ffd0b577d854aa66a9ccb0e09080cd92
BLAKE2b-256 1e8c1cbcc72c8df0152ca529f4d298749883febd9281dbd91e7736584ec9863e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.35-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 161c2f3c7ce001644ef1de68b19ae586ae0e8cf754a2a9bd6cf272de8e2c74a6
MD5 9e13b55fe0d84512037530f2130a3a97
BLAKE2b-256 2157f0d86b43f033e00084ec3b5f4fb99474fcbafc2dcdbdf407fbb1866219d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.35-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8321fc13ee4c92cab3c98704138879ccf57854d722aec20ffce5adeb0c39b2e3
MD5 b1aeb43fb42ee96ea41ec4e1409e1286
BLAKE2b-256 7328ce879cb6a582ae1c02c9862f01570663278aac2ad7a6242d5f080683afe2

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.35-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.35-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8aa65b6a72ccd91dd2158543f12ede2ea504452e0ec11e54812bb16961319ccc
MD5 942b3b1bc19b3545dbd9a0a14978bb6b
BLAKE2b-256 a952d422973bcb8dfff69e251a1fbeef1bd030d0bd98847b28fceae9e53c2379

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.35-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a24f1e9dc25eb76ff623c2b5fac526340c493be02e169c9724fc4c11304b7eaa
MD5 ac67dd5b2842fd4313bbf7158de0cd1e
BLAKE2b-256 de20a1cb5af124bda71daf9e2eaeaa646888ac98fcc0b8f2b07d02377d66e6c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.35-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 9fffbcc986060ad9857cef4d0db87de51dbee1f5c456e80145214b106ee8ae03
MD5 ce359b376a13fcaabb6c86b15aa65c25
BLAKE2b-256 e35bb32f2c2ad028b3af667a7fbecfac0ef9b90de19948c60e4726a6276901b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.35-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 f6e784b9f6a152ea2368234adfa3d1a019a90d2c131c2a123a1b3857bf7ea38f
MD5 261c58897a1221d11ac00da46befbc42
BLAKE2b-256 04fdb149d0b903c240a937a7bfec53d0235eee484cee6ce3c4e13fe2a553295a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.35-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1d587b517686372e8cc7f2c6945fd3e7258f3b7864433d919ba50698e6b3510a
MD5 3531f6530b2210c1c059c5f25392d31b
BLAKE2b-256 4e497e16999aba22a520e249b7289ab6830e20df69f5ef6711f29e7d8f10b18d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.35-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 245970eefd26da0dd7cb17c85290650ffb4fb1c8c45db18d172774e587a78497
MD5 1a48d87cf6791caefe8a0939428201ea
BLAKE2b-256 ecf315e465261c827f27b624626d8bace798eb28cfa6e96df391d46241b5a3e3

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.35-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.35-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b09a758f0fc43298109eef5b3b3dde10a4a970742488923afbd69383e78dc9dc
MD5 653d3610e412300300a101eb97bfbb81
BLAKE2b-256 7774f613d5b12c98a04b4254782c50ad06d20dae3f38bc34bb0720c0bd5324f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.35-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 df8a2e23f3826345a07ab56a70cf74fb35cfb7787a6837cefcf37765cd287604
MD5 a6d1964d9070567b49342c5c39c94795
BLAKE2b-256 7576081b1f1020b3974ea2ac27581743fd67c6366e7355f2d7344f74ea29b795

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.35-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0f38a5cd0a2c446670b77a32a87013fd1285f0d2cc408525367c4820e3909508
MD5 1ff4b065cb6c1aa1809af7f0647f08f4
BLAKE2b-256 ab6be8a32dfaee4d3f9816198ae53f8eeab3c7a490309eea65529422a5871163

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.35-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 05423a9978364b686cab399f41de015bec8c574960f2875f1ca7a95dfe3028a4
MD5 9648fe9151f7e4dcd7349db944f4abf7
BLAKE2b-256 470b2f1a079968a379a4e5ccaa90a53fb096e44425a3b9376a4a40724411117f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.35-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b5c887e0912a5f83a6f012fd4e1a70a352de164e392ffafcdd1b50d9486dd2af
MD5 bf052fd9df24575d9a16c122687c581a
BLAKE2b-256 209e32a838847da80f8558cf091bb6463bcdcb50fb896ec257b42ab556171d2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.35-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5d1fe6b6c0f42f3b12088c975177b99527f35cdd10c405307f112f3d6c3c7b69
MD5 58d0b94e7136936b9cbaed726488783a
BLAKE2b-256 41893e41860578ba738dcb166edabeab5c58121e239fabfafaea22b74bc3ef46

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.35-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.35-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 271d022d848876a8be86e73e36611483cda086482a2e6fca399215afae01bee6
MD5 eb300a7a7f0d391a373eec03619c22f9
BLAKE2b-256 d47c8dc418dd8288598f991c9e013b927347fd05517510818c4bdbfdebd4a076

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.35-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 03131df319e3829306f2743f4ee3d8d38a62338bc18934750d6e8a13a3aea5ff
MD5 e2316781e9765137f185765bb2cc3f95
BLAKE2b-256 035de429aabac69a3546be0b986ab5fffad8c68db4de0d68426f009b57779492

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.35-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 09271d2dee6a12c603a5cf7ee0f4af291bcc6cf4a9afa5a5077dfcde1113df34
MD5 c471aaf06ac2e33024b961c644061c64
BLAKE2b-256 0afa1e13394a8221cc9bb7bd05276b4d66d56fffabbe3eae425ca8ea6e387409

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.35-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 6b021ef62c6b484e9f52efe444fda8566a4475568dcdb1ff2bc16b5886523022
MD5 e8510f425a5e42436e6e8d2dec0e9fa3
BLAKE2b-256 c301ebd6142009d6ad1eb180a81ca5c7e43848d81f1be37bcbcbce60a85e4aba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.35-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 30904df11da33855e52235130fd6c75ece3fb857f7fc9074c35f6ca249f0b948
MD5 618c97037709f86b3a5d98010098c1fa
BLAKE2b-256 22c549fc2b7f46cf62c7c7d9cc3348bae81ca329430ebf0e25741beaac58a55a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.35-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a9786b95f1d5dd202a26320749e24f5f125567581c62bc7a530f73a500b07bb3
MD5 9f1aa675b3a988b4000aecb427cb6d1f
BLAKE2b-256 4be332b64fbf16af42cdf5baf5dade45ee0fb5fe41dd241a961c4eaa849dfca1

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.35-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.35-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5e3138f0fd7cb5067a04897d063cfbbc786292c9dcfde27297f8257d7be1c35d
MD5 5e50a2a07f00b26e2fdcc7134c107a0c
BLAKE2b-256 23f779aa19a79e82db31643e7badad3940ea1c4fc9ff8f6b564b7bfdf233d676

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.35-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4d78d2b39c9df70fce5d878cedc605c4b0090d59425b11eb54baa1609da197b2
MD5 94b968718c8d21540887e016842f463b
BLAKE2b-256 7bcdd7d482cf4fb0e5bb6ad87f31eaef7b1054ca17eac24756b53849af720c49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.35-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 813d9db6067276372e332fadf4174ea77cb9ab45b387ec9463d9ff10c1b2c78c
MD5 0b8e076f97da2f79c238c036e81bd18d
BLAKE2b-256 31422b91023c590431e94b6cd0bc10b27bd542c988fabfa074a67d2d8c83272c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.35-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 42928f9bdfcfba080d3e6221e0a87d109314951573cf9da5e11603bd39aa0f44
MD5 745cb1a1529df9dc24ca5350fc3f7540
BLAKE2b-256 85eda7a0dc92984268e7cb4a505016915aab67ebf515929423310362db26a9eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.35-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 54a8355640a8895203412531aeb1b4c47eb2df197c49c465aea74672fa3b0fe0
MD5 961cc76ba703d39237ffcb535a8dca5c
BLAKE2b-256 7a8be1f727d8eb0f763149997899667e6feb683cbc1fa372a3d7a972f6a48ec5

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.35-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.35-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6523d2ae47751759a2cde0744ddb965023e68cb0c49548c9ee0078daa7a447c5
MD5 4d41383f67fcfa899a55fb0c4de4c44f
BLAKE2b-256 67e8a3ddd81b488b278e86b7a2c0e9da5ad6230c2c176c0bfba68a55a6d8b9a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.35-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7d6f08b73fc8a808bcd814a02b5d9a14e3d4495d1e7a1ad6f63ff137b1e360e2
MD5 1c51660235149a3e339e0c1ca7e0fa9d
BLAKE2b-256 a10d33ace42b3eb36887bad3c7c35d218508d8518ad37b179048e800f40555c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.35-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 14a6da85c8a15f6846507711c19eeed802a2f5f2ad5e85a89f8abffa7e64f889
MD5 e78c453bdaa35a2a4790eebef9f05e05
BLAKE2b-256 e9bb27108494aa438c4f86da34c5a36e0e1e0bd862796670a38caaf0760e317d

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