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.

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 -

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

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.28-cp312-cp312-win_arm64.whl (522.0 kB view details)

Uploaded CPython 3.12Windows ARM64

PaperlogicSDK-1.0.28-cp312-cp312-win_amd64.whl (542.6 kB view details)

Uploaded CPython 3.12Windows x86-64

PaperlogicSDK-1.0.28-cp312-cp312-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

PaperlogicSDK-1.0.28-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

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

PaperlogicSDK-1.0.28-cp312-cp312-macosx_11_0_arm64.whl (552.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

PaperlogicSDK-1.0.28-cp312-cp312-macosx_10_13_x86_64.whl (555.9 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

PaperlogicSDK-1.0.28-cp311-cp311-win_arm64.whl (526.0 kB view details)

Uploaded CPython 3.11Windows ARM64

PaperlogicSDK-1.0.28-cp311-cp311-win_amd64.whl (546.0 kB view details)

Uploaded CPython 3.11Windows x86-64

PaperlogicSDK-1.0.28-cp311-cp311-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

PaperlogicSDK-1.0.28-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

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

PaperlogicSDK-1.0.28-cp311-cp311-macosx_11_0_arm64.whl (553.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

PaperlogicSDK-1.0.28-cp311-cp311-macosx_10_9_x86_64.whl (557.4 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

PaperlogicSDK-1.0.28-cp310-cp310-win_arm64.whl (525.7 kB view details)

Uploaded CPython 3.10Windows ARM64

PaperlogicSDK-1.0.28-cp310-cp310-win_amd64.whl (545.3 kB view details)

Uploaded CPython 3.10Windows x86-64

PaperlogicSDK-1.0.28-cp310-cp310-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

PaperlogicSDK-1.0.28-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

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

PaperlogicSDK-1.0.28-cp310-cp310-macosx_11_0_arm64.whl (552.5 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

PaperlogicSDK-1.0.28-cp310-cp310-macosx_10_9_x86_64.whl (556.8 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

PaperlogicSDK-1.0.28-cp39-cp39-win_arm64.whl (525.9 kB view details)

Uploaded CPython 3.9Windows ARM64

PaperlogicSDK-1.0.28-cp39-cp39-win_amd64.whl (545.5 kB view details)

Uploaded CPython 3.9Windows x86-64

PaperlogicSDK-1.0.28-cp39-cp39-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

PaperlogicSDK-1.0.28-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

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

PaperlogicSDK-1.0.28-cp39-cp39-macosx_11_0_arm64.whl (552.7 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

PaperlogicSDK-1.0.28-cp39-cp39-macosx_10_9_x86_64.whl (557.0 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

PaperlogicSDK-1.0.28-cp38-cp38-win_amd64.whl (546.3 kB view details)

Uploaded CPython 3.8Windows x86-64

PaperlogicSDK-1.0.28-cp38-cp38-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

PaperlogicSDK-1.0.28-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

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

PaperlogicSDK-1.0.28-cp38-cp38-macosx_11_0_arm64.whl (552.5 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

PaperlogicSDK-1.0.28-cp38-cp38-macosx_10_9_x86_64.whl (556.6 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

Details for the file PaperlogicSDK-1.0.28-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.28-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 03e78ce6d13b76151f96ca5a3f8eb01ca6de4b2bff3b6aad57fb671d35c88756
MD5 327d576f81880d44bc43cd5466ff0c58
BLAKE2b-256 2526ce5806e31c0fd3e56765510dfaf34ccf03fb74cd313f0541ce2b3b2519f9

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.28-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.28-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 809f553d63aaeffe6c201b6589e5168146bcb880f098d0b21dfd309cda62807c
MD5 c6a514ff4af21ec08af90240b6ed4dbc
BLAKE2b-256 bd16799bb21136a7ad05c816a0e1de585b471470d49ce32d3869816a7e59152e

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.28-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.28-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d718d75a9e9a11138ec997105b3c618c2b40b9a902d32e359379131685b1332b
MD5 1daaa2c13749e35efe348aa37223857c
BLAKE2b-256 69e56a16e0f38a9267cbdeefbbb2b71c582d296c36b008b45c17df8285c3409d

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.28-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.28-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b7f3efd60f5109c620e4d50d1bba06a7890c1dc9a029c54325a22e20623d6626
MD5 4fdbdb7b951cf7ba77457b00d643b96e
BLAKE2b-256 44223654acfead8bdcca03fe8f8040f978ea53e836f02fdaeb5501ece6cec745

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.28-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.28-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0748c1d117b1382af43c7d777f2142211bd251cbf70486fe66ae25b761ae8315
MD5 dc54bd0c7e7240fdb19b0d6d7b4a8116
BLAKE2b-256 decfb1be0e2c2171773295b63730b64df9ef41ce636603a96cb78300b2c43178

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.28-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.28-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 545720ab4b27286e70a383ce6ab123c4e0ca6744a4beaa91dadbcdbdb468e9da
MD5 14e83f34646b8d6bb52c4d92704cacca
BLAKE2b-256 afe0108b66eadb96cb098b0d3fbd30ec4f2302040d4982c80cfeb5e4e1e9c607

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.28-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.28-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 7ee12d2addf40856f0c22169bb049737d3a23efd711280cac2c4f0741868b4c3
MD5 dcf1c27f17b32256ed46ea97c0734857
BLAKE2b-256 ae77e53ed4233cfc9186ce61c907907c44a424a560d57c16ec7a0cd8c613aa05

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.28-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.28-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b7f3b5bbe6ca60812b148526f2806c9f82359c2e099797286c2ff576073a1310
MD5 5846725aadd99aebe68a61d8258ce08c
BLAKE2b-256 b69a9a813b3fb69b4b087d622889ba5bd76de95d17b7d3d9025b87cfa09afdbe

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.28-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.28-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8dfb64625ceb898a2a057a06770289f41b94fc168c8bd69e2d278d6d04a3f467
MD5 0a29addb14872b80bd5bb099bf2f80e2
BLAKE2b-256 1c2cb9076daa2a6ad2ffa0ec8bc5d616451d99edf8ecc9db00fa333fd852b3d7

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.28-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.28-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3d0771fda38637c094e4b69e3cdc55412cf41be7252bf6e977e8c5f07f4fbf99
MD5 a4fa206d8266874214e09c186342f5d8
BLAKE2b-256 d60ee861110c896743470259cce423233ebae7fe2e5c2b5cf5c778443b15a9f4

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.28-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.28-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e5ef622453b4a047d9c177b2d2667ee1895c9764577991f86b1ee69974f0ae35
MD5 2d30bc7699efe12c127be3317c74098e
BLAKE2b-256 6df0c2a75f0cf3eb04e58d0180802084e2820da9f3f27ba4ebcc6a8213e0ebcc

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.28-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.28-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6a16841483f70750a687e11e4854642588127457a3bc7072ab0c14678af4b200
MD5 62c9a2c300d0c15c55c357d4c09e54bc
BLAKE2b-256 8636e7b9eba8dc5922f52289485bf26f6b9ff732c67ee009ec40fd6035165f55

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.28-cp310-cp310-win_arm64.whl.

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.28-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 b45dadecc8db284739f73e0fa5c33bb1421ad5129d4533a07649791252ed2d72
MD5 ccd550744b540a78d23a388dce75ca4f
BLAKE2b-256 f6d99147b5d3757c3c7d3460d3eb8147faee8c5bd0b794b1a140bf3558ba3fb0

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.28-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.28-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 973f0481c0754b1ba9c8e560b1b99dd03b0aba15e16500c0c54a27050bc64790
MD5 52942663457038f15f459db5c7fdb24b
BLAKE2b-256 7db88673753552c2b3c015e0b9c1855917c9b33425b8fe6069668661c99da915

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.28-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.28-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bb1b64ffdc038176f781d55486b49015dbba1cf17ce1578b68a395d3a253d0e8
MD5 fc83d4cf72333b509341c2e754e12dfb
BLAKE2b-256 0b5c85abb1a1867e8e2f21f8adec0bee5b03b006a44cf8598933e39739ecdbf8

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.28-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.28-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 57f8f9d951a189bda0b2baf933f0042387acce96502d9ad033fb9565621485b5
MD5 ede4cebb214e788d34674f94bf186edc
BLAKE2b-256 409352c05a905a80d05a2d390ae27998fe1b5c318908e0b2f77b5c0580ee9773

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.28-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.28-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 adc51dd3ccfd85bf52f9226c34dadf97ec9b2a44a0904b773888da8c8375ab41
MD5 ac511b043a4c291d12d4a8f346ba31d6
BLAKE2b-256 05f03bc46f35f2446edb6a7e437747370235c7f9ebdc10a7b2cf1d005e267467

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.28-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.28-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2dd21ddb4d9d8c33887dc39eb49c39e405465189a89d862adceadfbc006f35e6
MD5 882b810e7c5a3778e59f377ec9025fbe
BLAKE2b-256 ad2933b33141583fa0d7961a4e2791425aac0bfc4b220391157170ec7caa793e

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.28-cp39-cp39-win_arm64.whl.

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.28-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 009c90bfc2fcb9eb7ecb44fc8beb5c38af9cc5d72b8170a434dbbff0184b252a
MD5 79319461b090ef521aa0bc9344f065c8
BLAKE2b-256 d4efac5af92853c3eef33c2ef5710d5064ca677c52a385efbacd4cde2ae3dfd4

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.28-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.28-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 70b417e6e1378f958803a888d2f0be15f4a762a957d80157e2ec535e847c2dd3
MD5 4e28b9a7e63fca698aae9e807384bac5
BLAKE2b-256 f6ebd12de88c83ddc163acf01833a38e7d749cd86f1eb7221500f13361916b98

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.28-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.28-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 590a521600f9fc69af8acff9d05f771474aca6d478234206b962bb62a69b5c5a
MD5 5dfad0f5541c16dba4e6d9cab5571a4d
BLAKE2b-256 deaa3116b9aa60e210c21268eec578655154deeea40c92ddb5e42beceec7b5e9

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.28-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.28-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 506a5abad16ea6d2c06a2199aa04aa960fd670cb73eb7a905fca7f837bb7b706
MD5 7fa33b2bcaa53d552fcfc000aa4a4304
BLAKE2b-256 979eae410b9cf51e750fc2ac2673acbff5047b72b8d9bd48da758be5ead3852e

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.28-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.28-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1bfd14ee7e0ffa3e075b22c1d7ad37bf022b35e450db0ca282c5cd10c8ab080d
MD5 dd993220188a0d8182abee989f52caac
BLAKE2b-256 d841e37c80f993349871cd2fd58d762803688b712931bc78c1633e1531bc7309

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.28-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.28-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8c732deabef458c740e1c484275b419d1754006c68ace7ee9e6373d029dbf4ea
MD5 e5f522be14ec8e1cd3e07f5a2cd2305b
BLAKE2b-256 f3e0c81fa01aa50f171d78354d57950a46b247b40cdb3bf383d8680aeb2a6c44

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.28-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.28-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 825a6c9fde6be48e93c495a9608af1f425d6395a6f10fc4fb7fb4175d9d41da7
MD5 f20b38683208ced4705e05e662b1201b
BLAKE2b-256 ae5e0c522a85c6c3e234a586b2046ca5b1a6cf847d41e0e725425a3d349aabdf

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.28-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.28-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 28ec33d1322deb865bb2d40df13df9d3eefa3b5c5743641a5d5f93a84cb7d26c
MD5 c8000f5025ce06102db00ab59d1b6e20
BLAKE2b-256 177985590a9bf20f087f0350cafd426428097a5ce6ef76fe1d0d31405e68c183

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.28-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.28-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 590d174ea369b4c09074aa8acf955ecc7e22ff9e86318ba6aac37bfed0032191
MD5 a9f26d102235466e0b1bc2a5c13de4be
BLAKE2b-256 deb03c2ee208512d6c404b81846e1f885f06fd51a5ba27e5d6f64ffd8b395d05

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.28-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.28-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 85872a81e07db7d507075ac3ee7b6ab4292619aeff6c7c189d9c6609e038d96a
MD5 30c57423c091f1195b497b8dc53e8daf
BLAKE2b-256 2665410ac85ffd43eaad095bb2b9ed166554d4e1df326a1dd29cff90c8ece6ba

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.28-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.28-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 08a2a2d12f8f9c1afbd9807253b3dc6eea72a668b0b0e7a37a11cc4554608590
MD5 8a5aba912b23f5c19b9ccbe96f8d650f
BLAKE2b-256 7fe8923e916aad2bc1820391afb3e56f8b97eb23156a90910a01de9e4338625c

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