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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

PaperlogicSDK-1.0.25-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.25-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.25-cp312-cp312-macosx_11_0_arm64.whl (552.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.13+ x86-64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

PaperlogicSDK-1.0.25-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.25-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.25-cp311-cp311-macosx_11_0_arm64.whl (553.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.9+ x86-64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

PaperlogicSDK-1.0.25-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.25-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.25-cp310-cp310-macosx_11_0_arm64.whl (552.5 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.9+ x86-64

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

Uploaded CPython 3.9Windows ARM64

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

Uploaded CPython 3.9Windows x86-64

PaperlogicSDK-1.0.25-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.25-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.25-cp39-cp39-macosx_11_0_arm64.whl (552.7 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.9macOS 10.9+ x86-64

PaperlogicSDK-1.0.25-cp38-cp38-win_amd64.whl (546.4 kB view details)

Uploaded CPython 3.8Windows x86-64

PaperlogicSDK-1.0.25-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.25-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.25-cp38-cp38-macosx_11_0_arm64.whl (552.5 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

PaperlogicSDK-1.0.25-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.25-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.25-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 bee7855ad44bbb50abc7ddf80e5ebb8aac59cda6fda93920f51902886aea44b2
MD5 a1d4bd69df3bdae3c26238eee0d935b2
BLAKE2b-256 3226a94eb6cf1fd597550425ac79324315d3256b3fc2f7244113393ccb16acd8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.25-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e0b955e6f6d7da4797f12197b37b31a195112c818c46ca6de23b6574d3d92adb
MD5 87605a765b39a41d48590efdc61f439a
BLAKE2b-256 ed4ff7fd71c1e9f5bc08ffa3e9e3e2c5b1159d05ecac94e4870ed21859720e29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.25-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fc3d56725733fe15fef16c942fae9ff27cd2d1b9effd1361332611a25de7eb43
MD5 2e782318936d3d781cd48798eea872ce
BLAKE2b-256 08a11ffcf0ada836dd58c9498ca8e15204ff4b8554b580611db9258480f82f26

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.25-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.25-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9f3e477aa8f35fdda5c08c07ac6beff398bc934c77e7edeb906d4ab72cd05c33
MD5 015e2a67d39a1382228167955f0d1235
BLAKE2b-256 55ffae73e161486946214cb240a47c99891aec61bea5f7a4fb0edaed6d18e64a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.25-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dd20d0414d865663b7c8c276b96c005facdc105756534de51a70aec3460543ab
MD5 1f9d25c1f22fdba2253d31cfdfdc58fe
BLAKE2b-256 05b3fb3a1daa2ca0d2d73d013e617c4b9a56751a32270ff10cb3969b36532962

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.25-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 3693b02ce8a418127ec41d5089aca086f3cf9b57b0f47af3b7c5f2e15f985a63
MD5 7f5d505e264baf03bddfb7f9d831e2f7
BLAKE2b-256 4b1587821b25390275132f24c26b6b636536d73afd2f172c4324d78f25cf2b28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.25-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 805c2d22c5e73c8e87366afe839bb7d8e60b88b1c514cf351eb1823b27cdb510
MD5 ac1d2f4e5a89289d9074d5d7329bf38f
BLAKE2b-256 cfd9de356cd9c0e5e740fedd2be2120cc067768129f50e77a185df54a15876ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.25-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8e2188a73cadae38e86ae6b4e488a8f97f9bd0a5c9220650c22cbe89fc95f447
MD5 3735927ef01cd01b84955b648bace8f5
BLAKE2b-256 2dac521c591ce1b4e10a976da26946c3e2c36f671e0c8a7a28f3dd6c6312195a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.25-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4474935f7e3f175bbbf49ab4b9698c14f5f904309239527c0e1f1bf21953fa88
MD5 82926bfaaa603424ac76b0d239b88e95
BLAKE2b-256 b26add621498b550d9b1a9a27e9e73dcaf8b3f9442d534b801b534d50d000306

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.25-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.25-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 54e7b3285bca7164af02b101d37474b5e03bccd1927132f1325852fa265b51e2
MD5 828ebec7f2db96bbce5fe468340fcca5
BLAKE2b-256 584e88259c1fa4d39a1716339cf96c162171364fef610d999c2faafeb9cb79d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.25-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b4c31296ffd6f106e001c72ad33682824890189c50bb21f59f36fc3cecc9554e
MD5 0825f217bd8a354d1eac344c0d9dd266
BLAKE2b-256 dd975d065ba08548270e08236c3aff4505044bf994a781339307f301c1fc3370

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.25-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a9d9c403e81384ed976fe9fcd424f01af997e4e4700c0cac83967b1b1d92c78b
MD5 fb130cd1e6d086f1981855d13b0d15dc
BLAKE2b-256 fda8f57ecac7adb355930e24d83567188cf06282a950e3afab5a09120a2bbebd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.25-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 951cb58dc3d35f0de042453d2bd6389639295ae1488308d55128df1025b1afb4
MD5 42ddc939e7ce769da9bf8015020d1fbd
BLAKE2b-256 d5188c604d5215ca42c6f5b1d0b812451f4fe0cee09183e3db355cd5f9b8d04c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.25-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 34e69bffd737374ba1d370e579c44561ddefc9b092f7d3a9616ceb53bc7f5f9e
MD5 206a338b27ffaa1d755214a01578b5fc
BLAKE2b-256 4dbc99914bf5f6ad55ba62cfbfd16e361e7160467838a5dfa9bc7b34cc453199

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.25-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 af490551e0ce66afc0b8326e4b84da76b414995a9ba5634a4e9b6fc0124050da
MD5 495fd7e41f71dc01993651a780b31a96
BLAKE2b-256 0f336fbf0ef167ace0d4cb37fe0b9b51d75008b9a65c9ffe8096d7bd5990a7e3

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.25-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.25-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 64d315946e6fe159afcd4b1b7a685ed516da59fcb622c6975ee14fdff56d1d0a
MD5 300618e5a5cf56b2943c1d14755d716e
BLAKE2b-256 cd6ba52f8ede9ef5a645d28f17909ca2aed51936d0aedde819c129d3b56d7453

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.25-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fdb63af286b2843d51202fcecd7b7e079872b4d5cbb79bac0e6bc262f40bd4ac
MD5 d6d468749e6aba6b22cd3a4ac33818d0
BLAKE2b-256 f0eeca2af6ebf1ebbff18057e5114ac0a0c64260c6355517e8c40a359e5b06c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.25-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4d92d3a2514a020f90c23cd72a06bd43a7449927aa17f0e50bc120e6820cc878
MD5 62d68ebd95cdaa7500d47fc9ed93319e
BLAKE2b-256 590d6acf86ea63f6dec0971ff9c584707c92aed72859052f5a780c48a7685a89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.25-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 b47ca7dd7eb0f8dbbdfc2d2188b6adbab574e5b2b94d0830d7726b1dc3e813d5
MD5 83f1af9bc5267d0c2ba79ea37435c669
BLAKE2b-256 ca753b7091a8f29c2a78d91b0998b58a4e401c89f224f850421f648251d91784

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.25-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 2e156ab41134a7cc770f672de518c0b2abf142894838202eb0dc6badfcea6d88
MD5 375209d18a296ad5d10e235140a0e223
BLAKE2b-256 56905cc109043dc5f731b1a2a72d2dc52f564fa60ee10bda609e6a1edc5abad3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.25-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e44e2bdc0c6bd680b7edd09d634e650323d6204b435e0891266759a9293b0dc5
MD5 524b1f136939356b88abed7f1d4d2476
BLAKE2b-256 a85221bdfcd34dfcaa3cc0c597f8bd03fdf6e07df6bec75e206655e87add892f

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.25-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.25-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 90fcef28335527628e5c550205ce47136d44ab837b69957e6084a75062e7a706
MD5 394e3752cf75ed3689544843d7a19449
BLAKE2b-256 3003d1b5554e12f2129853127383e10fce844f8ff978b105caf2448c85ab3e44

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.25-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8ca227b73287632d658cca13ea4d8bb04a79fa7beefab07c9bc9087422676f4a
MD5 f72cf414dac3e976d72c4eed51a33d09
BLAKE2b-256 d03ac5f49ac90f9a92d74b10d94223d7f350347506fd6bb23f6673f333e52a37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.25-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 aea9a9a7fcea622d6f1db9a9d19b12f9109a00702bbf2d75740081077bd3ad07
MD5 9f55f5aae774b0d4e62d32045bd0a808
BLAKE2b-256 fa051162d44fec7a0b8b66c82fc8e43593f5b1ce3e489271dc71f33a2f6c9420

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.25-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 418bd242e5d36297ae8ef04d16ccef1cacd6ac4b1967c0d98e2e1e46ba802f57
MD5 1b812832f4253be942ac7e089fe1d502
BLAKE2b-256 b94d99e221a7ffe6347bc2620aa36a45b2b924764149ef763f4b2ce9a78ac6c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.25-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 20a8b2eda1d0ec13a0b54ce4dad34cc77f8e94dca069088319f949d5843d5d58
MD5 805a315ee15a05f341fc0e522fcb6845
BLAKE2b-256 42df6cd71318900e93fbcd19cf887d9dfbaab55d7ab8e6da80e9c627bc257d92

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.25-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.25-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fcd1b2a5c4980f30cde80021769e6fd4d3fc0b35a1e42ac25f41c95908e2c057
MD5 da34c04e956251d629b6e6b8b4978e17
BLAKE2b-256 4177dda1e55100095ee104a1102f5209f2538ee9721dbf354f8f4bc45783d458

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.25-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b97a9169537c89316a100c3813e1830b5f0725a3c40a2b28ca9c321d4df69838
MD5 9e839c961086499190f441534724a82f
BLAKE2b-256 a1a050a46dcd9dbd13dc3c574c9ce9aa423836b7a9b1e6c409a3acc011bdcb6f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.25-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0b70d11039c728ecb91bb7cce4219c4be73b6d9394a5ab60850ec7e519ae8a42
MD5 0729279410ce081727e1d3d1fb380159
BLAKE2b-256 cf362b497fd02b8a5d35a6288dc5a67d1c2d0b6116575f0773e3306040957dfe

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