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

Uploaded CPython 3.12Windows ARM64

PaperlogicSDK-1.0.27-cp312-cp312-win_amd64.whl (542.7 kB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.13+ x86-64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.9+ x86-64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

PaperlogicSDK-1.0.27-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.27-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.27-cp310-cp310-macosx_11_0_arm64.whl (552.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.9+ x86-64

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

Uploaded CPython 3.9Windows ARM64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.9macOS 10.9+ x86-64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8macOS 11.0+ ARM64

PaperlogicSDK-1.0.27-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.27-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.27-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 44361fbdb78e4db111a667a42004b1923f84f9ca61770af46371bcf257da075b
MD5 93405baf98a294794ad3b037b11c3b6a
BLAKE2b-256 706fd5356dea9fa94126930b968507ef27a6df43104aaf3a34d42aa194d0e756

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.27-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4403add351a92fc901355d43fc87b9351b4e491f43c44c8f46a2cc555abb9d81
MD5 94101822c943ed525e43ea3d85b7688e
BLAKE2b-256 74f53a76b184fc26725b8f3bbd9e4761bcc17877a54c6630638167d90eed9294

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.27-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1b8a165ddae6a58a6755993cc1bcf3ca9ddfd1cd88523bed36ca6851f3873fda
MD5 1c839165d132ca83442d91e35391dac9
BLAKE2b-256 1c283a9e724011513c5de7bac9dcf96f43156133975aeda02f32f80aab2dc916

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.27-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.27-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3a65b148ddc8f8c471d5785f6d9d7fd92a104288464abef8c8a5bd8c83699ef1
MD5 dee866629f4492c1ebd4130fceff41ac
BLAKE2b-256 4d6ca33ed402d439a07998260ffc62a243f8845f342c7c6b654fabd820d3854a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.27-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 706df052359fc726799c898d5ca201e55c228b2ea5f39375d6cd1a0c3e7c8876
MD5 3db92ac75e8cf9f2d6ce1913d4106627
BLAKE2b-256 fea4a10972e39c2e6a13b123cfd1f29fb609f3f91b141139b07530c9c3d822c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.27-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 38a52e1f346cfb99dd209b35128a2e688183c70db233ed3c4405eebbd0f1788a
MD5 25c53e85ed74949348ef803e4dbd4cd7
BLAKE2b-256 7d45d68e714d61d7387a4d9396a9d972ecf944143682e5010e2044062a37932c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.27-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 682807b7b2727de047bc2d3401e768655246108b83bc370a35088862d41dfbf6
MD5 0b41cfdf150d5b04858f3138cd285dd2
BLAKE2b-256 6bef5b4ec9b9517ce85ddc54f7983552b60fd32fa9a3057541ca31b720de7884

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.27-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4f522263481cfa80377242b8ccd3e87564da2abfd46268ab7d648ffdafbdf29f
MD5 162a3a8e1f72acc79f169a18bc75258d
BLAKE2b-256 e28907643bbdbbee72d4f2c5137fc7c598dc5bd12a3df1c531d4a6d29e2893ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.27-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8bef108d0b73ea908d0e51a29503dc4c4cfc9e9b6aafd65ccda9d587e29c02b8
MD5 33f34192ca64180ec77aab03f4b70aa5
BLAKE2b-256 cf5cc99e3881ce5b4d399583f1b4c6b76febc9fec009917843f00cd5d7dac8b6

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.27-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.27-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cf7ff41f80509c095f3be251133226968c6c6cd61174b9e34998550522839423
MD5 387c409090abf2176330d05eba1cbe07
BLAKE2b-256 261a93023a7b8e68e935e4cd55c63457fd28cdd453f956cc818015cb96c2297b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.27-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a4fefcff6163749a426e60b4174e3269dd84c7cbe14d0921631c2612aed93e29
MD5 faa8dc10bcbd264ec9fc3feccb3d83f3
BLAKE2b-256 b7c900f2784fc2cf0952675e535d90cb774db2db2215913a86e1dda7ca12ef75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.27-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7ffec532ce1038af6df5a6a23e8b169b01f03da19aa1149a7f75138636fb49ea
MD5 5f51723bd6318287f7e0794a1b9c9859
BLAKE2b-256 503da77cdb0e08445283c319f9c43a249159620c343b2d1982a62c967b77eda9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.27-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 29dd73ce2a7488dc6dd8f485148176834b6d7c8ee65ff97facd85a27d3e423f4
MD5 0273695c8c6f02d1b35ec4c7fda69b1d
BLAKE2b-256 392b01a37c5afb8e3a48fca7e341d47f6c1e36e42e16215133c01c80e35551a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.27-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 882b7d553bd382c26f735d376957f23d4f721ab070188cef45f2b6adc082649f
MD5 17103e3cead9607a866376d749f15771
BLAKE2b-256 7c87c186552aa864a78fefc3badf37140cbade4317ddc1a19d45d62e3c5695a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.27-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 288bbcc8c1df253fde295e912816f14935fd668ff2eee7d00ddbfc00e8e0babd
MD5 c309af4b20d672aa39e7416ebb4a4230
BLAKE2b-256 780f18a9c55456ca37c4529e925cf27ab09aed944f1b563627a400f21ff7f48d

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.27-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.27-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d0b992760daf42c8891fe3fb587fc1d3848f516c4b0249af9373c84bbcc1d120
MD5 be69105be5ee83e69dd434d3e847d9f6
BLAKE2b-256 53481b104b23261ac808f5becd2cd1048d7556a638e72af03053cfa474331bee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.27-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 15c5cbe57f7b88d47b4cb10bf7417eefec8649df370f0512cb4a7b739942ee85
MD5 e3559d7fe8ef7021bce36c94044d82c7
BLAKE2b-256 554b4db72b88e226035899035426d21537cdad063bb829b7260c51a007ae6a90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.27-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2416e5341be56817577e8876181dc1fb75177d3844c40f60ff52eac61bbdbf12
MD5 d23212dea6b3fc5ac600cee3bb41469e
BLAKE2b-256 2eb3f4117623a943e23cc4541da9dfd5d2477ca8c00cad5def8ec339ec3c551a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.27-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 204176045a223b93b40baa5fea7a28c4da61f936c391d74b3f4712aef3750f06
MD5 47fe0ff7103afdfc4e5e1a16c0822754
BLAKE2b-256 fda91f56c0b2d793842386cdaac20c2a751f229aba7e67eca80fd64a623f311c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.27-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 a85246c86f6f1749beff8a7d892c122c473dd2bb5ff1ca0a01ca4ac459acb1be
MD5 f57b1fcfae3ece0e2ee3f581285e63b4
BLAKE2b-256 b25e14700282aa9f0762e04491f4a8728dd9f78e5ccfc3bc9a37ba6343e57f8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.27-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7accef1f0bc36c1d4d895019039595922368efd4bd881078dcf1530037c21234
MD5 d60bebc9dfffb33847785683c6cd96a0
BLAKE2b-256 c58e0e4047d73eb5856e8bd8f53f51b2d14e43af1e892dbab8917bb980aaabb5

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.27-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.27-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c5cee48e4e768d36d449547040f6be3450524a1bd880c1bbeb8d22efca5048e9
MD5 2134f1cad1db1207922fd39270d052af
BLAKE2b-256 0f14543e50ddfa1d76cf29095dd10d327b775b62c4c2ef3f9dc3ce5bfe10e4d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.27-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 df949cb9ac78d8334b5e9f7d7466a734bd0f824f624f58d148a737fee328ec3f
MD5 8afdae41a18552255e3d4b2deb693e54
BLAKE2b-256 f95c44466ac57a8fd66632bd4e94afd8d38ee7cf369f024a73adec905ba9afd8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.27-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 880252da293695b373f92d57270500b577ea511452a2691a4b9134f388252bf4
MD5 5b84f06b11776e9decee5307857771e8
BLAKE2b-256 431652a34dcaa95a91d38e521516142acabc87aee2fbf7fb4c0b1558f1986df8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.27-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 ddedc9a9e961bf4b2acb1f410e3e05d6b26eb7035f747324dc1d6d6b6055a6de
MD5 3145c1cf291ff30c153f30b1dde249ce
BLAKE2b-256 024f365f96d8bf10da63bc6d5ef1437c86416bae65d554f051baa148cd21d38c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.27-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e136f727dfbe6eab9b4ddbba1af5bc53e035579a3ae07d8f42a3491ed8154e1d
MD5 8a58d903d2c29fa257a463257874d545
BLAKE2b-256 54a24c636f814435d2bd4011942ddc997f98841dc344e916165cb08eac64e312

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.27-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.27-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8eda4dd5e574a59e1eeb60c6aba2e0ae06258130a3062ce3c8a482701591bc2b
MD5 564769e3531677e5cac1581b1fbdb76f
BLAKE2b-256 6f3efc12b46b7953f6e399510c3ce5b48c64c2547b806f474c923c7eca05ba5c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.27-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 735285b284fb99a15123e07363d2228ec0795cdc7e22cd0ea25cf8189b569af2
MD5 30be6b0690174a048c1112aec94fae2f
BLAKE2b-256 fd3ee1927e1830eaef2c06fa24e0f4253fb6e76ae5a53f62925bfc30d23ba16a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.27-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 85c1413d2dcf66f6b195b65f91d7c0eb7d15bd091f2fbc3b6dcba4f9055aa396
MD5 33d10062d04c1ec1bf8022821c657682
BLAKE2b-256 1819deb0d412206c30089e8d3f4d106461a7c6f83ad441b890305a3ec22b50eb

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