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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.13+ x86-64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.9+ x86-64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.9+ x86-64

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

Uploaded CPython 3.9Windows ARM64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.9macOS 10.9+ x86-64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8macOS 11.0+ ARM64

paperlogicsdk-1.0.31-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.31-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.31-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 082bf110f5d14a6699d85c8fade1486998d340adddb81bfd5402ca779c8bc4d4
MD5 8562814ffd9fb52d405bfd5299d9e742
BLAKE2b-256 7ee213a6ff00f2867f61b40a792a33dbf6ae8c4da68c6d638c96f8c1137e6a72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.31-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 8db7a551ad5414904dd7c78baf75e1e64551c7d210bf6a9031c41368490c08ea
MD5 b2cf9f98984bb362478ca423a85b2e6b
BLAKE2b-256 47f3b608ca2f43604dc6cdce1c5c35257d152182579cc0e57ad24393251f42b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.31-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d7cff69b7bc0faeed54d6aee4859bd45f727da86abd2af7940c8d645499b52b8
MD5 8f3b25249ed02b08784f33676486270a
BLAKE2b-256 3e066bff6a782122f841432d4b2293dcfa619e3540f6f117a19302a591b37d30

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.31-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.31-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dcb6a6bd253bcae87ac3a57e5ccdac3a8be95efc6a742d35822932abc06d19da
MD5 b0cc7316e23eaad76302f495be03a901
BLAKE2b-256 e947a7bf9c0b5eaf20cc614081b87cbbdcfd68125cb4f3a2e407e9ada930ec28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.31-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1cb736fa1d3e8f16e2656083922e19513422a2e512d8e3accaec9b73114e7bdf
MD5 af6948aece50c9353a232781efad4690
BLAKE2b-256 262643fa35dfda27aecc4c795c2a26dc5dca9efc5b54be98a2a9592e9065834d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.31-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 c0262cae5fcb4573d5465d3f6de520356e82240933bfeffff01fd5ac6696918d
MD5 229382d6c1f878d4cb24010382359c5d
BLAKE2b-256 fe225390573a3912dc40f6c756ca4e68c71c08ac43be71367a205bbff74fe9ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.31-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 e7a0f144ae3e987e8fbaabd51b6df15c6791a6401dbf6926c3ebda20674f1e2a
MD5 c99e162f6086529b8551d03417d459aa
BLAKE2b-256 6bf394099d396e42b716fb115c1bb087f414c108aafde3a29e7653810e5ce71d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.31-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 641865a800adf13b85c3618f3e0b6f9f84d3dc74509823088ed538874650b931
MD5 fe0346e39bee331a7c44fad2f8aaf3e5
BLAKE2b-256 474b0409b75ee29f64d5c5d84c1d127c51eb9321564eac63aa92b2da45e54d82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.31-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f2796e04f7373a74f83f1617915e93c4051850c9e692cc29ff54861f9c1a72b8
MD5 50ef384939c696b7e861104aa4c5c86a
BLAKE2b-256 4f720d8f48f3233069f7bb55da001037d20230d18949ebe9d0f886e1887bbfe9

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.31-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.31-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e8d894eabe8592441973f39b516d6d7774cf10d47c586d43a89287becb67e14c
MD5 51db538539e234058996c448fae24d92
BLAKE2b-256 5dd849216869e808d26197de6bdfb78f413abbf4653d8b2a3da2aa2bef2aa0ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.31-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 77e635116d37db2f8abb9a4ae22b782ae5f62133bc3afe66259f9efcd162f31c
MD5 4300e83325530fd2996301a440fd0b84
BLAKE2b-256 960188a72319d7915e7b17e9263da876285f93fe596584a47ca262b78a5fa41b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.31-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 97ac5ff603c5031a79b098ae52770547b69b2d9558bcbcbb0df856673f3cd468
MD5 1e60297efc2dc39c7ebca36ced267489
BLAKE2b-256 b6ba0d22086d77a394b3dc2b05604c40792d59e8c641e3481ba104cca20d3abb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.31-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 53cd318c99d4241ff7720abe70da2dc8b60ef1025f42f513067d1429b930510b
MD5 35931e69300e69ee0330226012386004
BLAKE2b-256 71a8d0b501976c2259a16e45473760fbd2d365383c85ce5c751f0496fca14e34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.31-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 211cb63a326aee64eb4d376aaaa79e53320d9312ff13eaa7e34f235a45dffa2d
MD5 29a08217f16808ba36271496353de0f5
BLAKE2b-256 a1cd021aed9795015b10c7745a91c9ebf4f49b602861ae1f51271a6bd98851e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.31-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 913d536ddafcc11cea4362fd08769381ef6aba0ff2cf44573946ec457376538f
MD5 687f7f2cc0ed3224576dc251046c4926
BLAKE2b-256 a6cb60df68959935f6c571aad92f32abf7d897859ced2e943efc1ab7cdc2ae89

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.31-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.31-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 53d204a8b61cae2c0d2022c11d0f487da5365f447c03d7ad7fab6308992de69c
MD5 34f00b9bed57b8840e14f1bb2a2d1dd6
BLAKE2b-256 539221c7395959e263733042a456cc2b4500f7b01f1d19bc4adf3909ba447316

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.31-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 edadcb86dad37b2a1bbdd8e5ad28b7a4605a4063d918738dda72bdebb703fce3
MD5 65e383da8e017dbc5493923a010266cb
BLAKE2b-256 80fcf27963c1cad33ff9b11c33f650fc1a14001f4cbe9184cc7a0e0a7ce0b6c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.31-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cf5a11d665e3f29469a653b535f929afba3ddc5879125306e6bceca4b6dad296
MD5 50758032dfe5b4a5567aba65d46a6ecc
BLAKE2b-256 e311b74785e563a47a18373c54e2b8cbca53b6406fb66ad38f84c9096bbb0431

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.31-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 0f170b19492801008acbcdf15147a6ca010e52d1320cfd2e1331d2574976685d
MD5 5e16d757e46d503418bddca4f33a7849
BLAKE2b-256 d80c74ba20346453fbf6f8e8cebf98ecbbd882d87d6676e95f50a2ac9618ab54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.31-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 a56584b3a9f358eb6c5906953f704edbb84c17aff0f95e69dbfa41810d1ddb0d
MD5 9a5e375c6ac7865f40488c3edcf2bc72
BLAKE2b-256 03f934e42ef9b402df1f488fa05a9d4d32792289aec34a5e4fc70075140ed9c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.31-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cb7662dff3f233c1b830c71b556bb9ca406bb6f2a1fd7d26b7196e4f0d98f7e1
MD5 35db89aaa0c6bc12d435bd52a9c6e1ed
BLAKE2b-256 012b81deb137ff3d54b8dd2376a0cfe45c3a21a8dd26b69e72f1626aa5ab0706

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.31-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.31-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2260a288d1f7d3547ac464ca5678e07348d384afea06e9707546896b176432b7
MD5 eba9d87d06d49863c25e68178e90f3dc
BLAKE2b-256 f0583e1a5004d6ffbf389b2a6cb63da187cece4daf8fce88056c567d0945437e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.31-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a3d389e4642146bffbe3ede87a8e78b110874e05a9e5cc6e40776bbd87772006
MD5 deb95d817cb2cc16bbf39fc607196b19
BLAKE2b-256 2c75b3b1b50e8627a0a11f6312f1f985c558de56467e6144999a80c06aaac270

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.31-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 28973ed987473de579a1df8b25566df42aa3ff61ce667fe61075e7c862bd643e
MD5 5d0b69a35a6d51174b64039b0b9ed5b3
BLAKE2b-256 5362164efadb66a9ac50ce01f361ad9299c8c3806157f20521124033981c1478

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.31-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 57437b2c5d70db7d1b55aa1f27817d0f9f958f909020b5887d47e0ee5f8e8cce
MD5 ab8baaffac3566c67653ad7b2cd0f3a8
BLAKE2b-256 48fef9b4e573429bf42748c41425f02bd74d4e230fe0819fc6b33a9e819b2c1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.31-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2dcf9f5c64dd824c6db69b7c3099682df831319625e018b56d1bb4a5dc39943c
MD5 1cb3e0efeb0bfb57a111564596f408f8
BLAKE2b-256 7eb1ac052255f7fb7a7a6e3c73633b607945296d3fcfc7f4ee0465b0a46be5e7

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.31-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.31-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a9288197eb967e9e64a579b9d0bd6e058e9dee7a1d62f88c031f5510100bc37b
MD5 dfda1242124bff528cd95c8dcdb0933c
BLAKE2b-256 de24d3d17a6599576c0780bf50bffb4f2224cc2cf4c156aa421834b1f1682412

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.31-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e8fd60edf2c1a129fa35b3a2d9b357de73119a97c814e6f50e4f1ee7bb4fd363
MD5 afc596bf3fbe42d85289d0710633ed63
BLAKE2b-256 da87c0c14e4dba2902567e383392dafdd0ac2861ec24d088d311463ed3f95c6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.31-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1537a78838224adeeee532b4ab73e385ef7b494279cbbcf7de4a7feb2fe09f28
MD5 b5259d71f376076e626cc147a34d787f
BLAKE2b-256 ced789ba12d036b2b3e24f10ef68b5ac4614a16044f5fd6e08c9a4871c9a752c

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