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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

PaperlogicSDK-1.0.23-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.23-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.23-cp312-cp312-macosx_11_0_arm64.whl (552.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.13+ x86-64

PaperlogicSDK-1.0.23-cp311-cp311-win_arm64.whl (526.1 kB view details)

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.9+ x86-64

PaperlogicSDK-1.0.23-cp310-cp310-win_arm64.whl (525.8 kB view details)

Uploaded CPython 3.10Windows ARM64

PaperlogicSDK-1.0.23-cp310-cp310-win_amd64.whl (545.4 kB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.9+ x86-64

PaperlogicSDK-1.0.23-cp39-cp39-win_arm64.whl (526.0 kB view details)

Uploaded CPython 3.9Windows ARM64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9macOS 11.0+ ARM64

PaperlogicSDK-1.0.23-cp39-cp39-macosx_10_9_x86_64.whl (557.1 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

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

Uploaded CPython 3.8Windows x86-64

PaperlogicSDK-1.0.23-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.23-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.23-cp38-cp38-macosx_11_0_arm64.whl (552.6 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

PaperlogicSDK-1.0.23-cp38-cp38-macosx_10_9_x86_64.whl (556.7 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.23-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 74d416e65dda503996eb67234442c575f0445f266eef1193ebf5770e9ba3e4cb
MD5 8c202698210310ee6a3dff0d41938ae2
BLAKE2b-256 a719223a13c901328ed8cf2f3d852ee9b1c61840fd4eb0f7c0b6d58f400f472c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.23-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 14be92ba57deb918140ecff2c69db0ca384d35e3ec38be94a74f5fd139cb2c39
MD5 b3c40e595d2b1d9dc41e2db4cf34b03a
BLAKE2b-256 0978ee8c456fcfe3fbe8b269f37f850ae5404889431c044a097379f9113516fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.23-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 48ccee80cc705235d7197b70dc9068e2aaa3fb70446d01dd16c54e32dadf6ea3
MD5 df39e364a79b83296993aa7545648ee2
BLAKE2b-256 a9e202aeef1aec33a1d78d13b262091298d3ef64d368d23a09b9e952c8edf3d7

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.23-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.23-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b525ad343e166d8f7092f93166d8eaea3448c658abf9aac83d148a1fc3283074
MD5 26bc8706ec425b503f2070a51350f00c
BLAKE2b-256 fa71f54a5b896fa7c2bd054095e6d6bef583a57de241364bc22e255b7b856245

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.23-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a24f1d6fa7d443ffc47147b8a8f45310c2b70461903d8c1fcda21185308c8eae
MD5 3de8ebcf3f42cca9013b5465dc4c9438
BLAKE2b-256 a3926c030b7d822e6b5f1c007adc31a8cabc9cb116a299f33f14802d0bdd52c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.23-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 36ae5ad0c62a22b70c280334ac51d0de82cbccd13359c8aec399a87005429afb
MD5 bfd1909a06c91ea82596a22f78147da0
BLAKE2b-256 c8622ba7d10a7ffe6e100a316da9a2281af12c9dd82c13eb3e31fde8b8b8f2f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.23-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 ad3a1dcb44ad97b705cfc8aef154d0212a5b48034ab29bda002ff12672439348
MD5 406b972c52e602e78ccba63800e463f4
BLAKE2b-256 92e9fec28559f6bd14256945a1254f0daf33c91efc142078b2bc456c1c8a9842

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.23-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5df5999e52e1250b8f3206f0c34a03ec64f7ea1d519aea170a211b29cd50e1d2
MD5 08e96af519ccf0e4619bd65ebe984979
BLAKE2b-256 f8a8a7bb316684fc16c58c1ae9ec67f07f0ab4a25791382b2fc96c83050f680f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.23-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0316161ebe5d58b6a57ce4d4733d6fb338ad6517690debdf5486b2f1444c058e
MD5 39bf35d846dad6a5fc449d31815cbce8
BLAKE2b-256 7636cf6bb6a9a07111e5a65f336f4b1c0d9d3b1c01ad4ffa0f452bf10f1b8df9

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.23-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.23-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 60f66bf52edeb8feddae9d3fe7d8854e5e2711e80a2736cba936025d3dcb7bf0
MD5 a73eb294d1b882223e83b5975fdd5515
BLAKE2b-256 1c0a4e5f792a24e422d97105cdb00e86de1e132c0a272eed8609c5c06d5b2416

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.23-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 641328eac2848693874b786add2cdaf35206d693f1cd30ea676eb7ce817dfe9c
MD5 2214464b399bf5521ef45fe2195e4b14
BLAKE2b-256 1d8d1914cdc4e46642a83039619b7ab54379fa6a810a622a4617e32cfda4602c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.23-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4d5cfeb363c766d90b46b22cccc57e822eb4373a13d486c0069fff6370980635
MD5 29b4076b8ae6d9c9a1193cc491bb827b
BLAKE2b-256 52eb314148abdc09588d243d3caab9f279accdb8a93247d762a1db63c0c87ff7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.23-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 95c10dec45f0c88572b6e217e9122c2568a5d4d61fe40dc3a8ce56657af81128
MD5 060f2bb42a0e6ff6ce04f840c08c0c47
BLAKE2b-256 c456371b0c6ee2447e80c94749caa134ed9de76d3a015e5133a33b68b5b771ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.23-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b251361a9673ac70a01a16cdeb413d7bdc817f6e53ceb94387b20d3babdb027e
MD5 a92dbd276805ab819ee0c620f3abbd9a
BLAKE2b-256 f27c09a6bbe51480882751fe589be113517213146e2220d2c1949a2aa3329f02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.23-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d61951f2754ad14be093c7f3f3b9f607c617a9fd2248e4d61dad3a2ed4628e58
MD5 ec2186c7ebbeee3cde65029dd66f74cd
BLAKE2b-256 b4a2cde653521e438039fc63e331a9dd6f8e156ab917d2ec5bf7a695d659ca23

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.23-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.23-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c3702518d258665f535b1e7480402d66a2ae273e615ac98719baa3d76d49bc9f
MD5 028c23203d6e02bf79b97174fe88e2dd
BLAKE2b-256 dc3832bb5b6ac8d9f7c278fa806e1d826b27165d648f3d9ba42fcece367f7eec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.23-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 288dfddd89c4b93ba13d98b7c1522cd0a2f0c5ff82a45646bf7ed327853e0f13
MD5 670c501f074498b4791559d3f17a5b73
BLAKE2b-256 6cd2be3ce787ca11eebc07ec3bff40d0a2cc204d870e06c3fb9bead902bc8124

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.23-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3cc21258bb34c0d2431983aa0c945289ddf39feb0484880e91b8a820a20e9d5b
MD5 b8deae2e786a4af7b5ab571c38e42e68
BLAKE2b-256 faf8c96c284c501fa54ca9ff65acf21503805d9b144988a5ac88e7e5ee64e76a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.23-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 ec27904d3e83ac4db2c4b21e7f5f2260c450afcb5c5556daf93c55d0d842f173
MD5 5f674d3e5f88252371a0cdf8f8646edf
BLAKE2b-256 c5f00c77afbb5dd5638e6528d2bd00656e8a9406c3e3c92ac186ebc47ac01a5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.23-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 888913075c6da8d8d37e0b84485a880933935861a2db4eb1daf4a038e3f20359
MD5 834a9516fd07f2399448009ae7a396b4
BLAKE2b-256 03ceed1ad600e219521cad62b9c792b8ebafcf9fabb86ab996146a41fce1161b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.23-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 017dcf7fee58498f03390b303ae38da50a0e91c26b6f6a195506164bf2b997bd
MD5 6acd6c0a2a03b44732ae4af6c5ec401d
BLAKE2b-256 601acf1f0676a613c7762e7cf0d6c9f0dc1208c030c4b6c5684c6dcab9d0dc94

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.23-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.23-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e4e920a172bdea57f29165b3f14f30678f91a65e2f4c654a6274ca5c81ae21d3
MD5 e29c6c5aaf113137f29d2e2a266cd898
BLAKE2b-256 54bb639a087bf3c43cbd080228c9f9fbdd17d06eb30e19648fea8535494410d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.23-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 abf56f1f7df42b29fd1e1c03a57e0c81aa35add828271687e15b2ffde03cd932
MD5 eb5aab3d657581dee8722d27cfdd7b20
BLAKE2b-256 e2326c2ef2227201d89351cf63bc8af1cb043bf11c55d0fb791e1ee799818e1a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.23-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 330f94128b586679f308ad255144cae7e1ecb4571a7dd9f89c3036cc3ada5689
MD5 575c4b0d1ffd22b5e61fb0ee2c742eea
BLAKE2b-256 726bfbf05a686cfe58b21fcf3f8f5f0ec8a5660319cbc35d852dd09b82cd6972

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.23-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 17067011c605c82df5392ada541aa9e28e79b46bf22ca37df3db5c76965d727b
MD5 ecaa54f6ad4f8df205e65863b25af1bb
BLAKE2b-256 ba9f3001586da6672f3dccda32eeaf7d34575f63264a8dea74d527d4af8f5618

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.23-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6d152ef1042790ceee97d218316b0a23fc300b712e1e30860acf9672d57de773
MD5 f5abf14ab8a9f3234a1df0e0959d4bbb
BLAKE2b-256 4395517c6cff4453e74e5c002c7659f856feab08f2b356a54af608940a78ca56

See more details on using hashes here.

File details

Details for the file PaperlogicSDK-1.0.23-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.23-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 63516305d3a48a3f7951b4e36d3f02b1f5baad2bf4f15eccafae16e6da553084
MD5 786f92b1e23fe67da8d785adc1fa1c57
BLAKE2b-256 7c7cc866a55ad34a9b9c67814c7e0da505333cc2783207ab59a567777230b049

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.23-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0e9946874b1b75735c6d058b7601f8469dad3a7ee3615f0dc0080965e2c33d10
MD5 1589ab9ef4bb50b374dd06d94ae4c9c5
BLAKE2b-256 c92b7da18e760a22905a2f69cf180fd308cb0bb089beed498c639bee61656101

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for PaperlogicSDK-1.0.23-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f40c9a8d4d34de1b81fc3dc0094a5ee0bc774904b27aeba33c15fbc4d2f04a2c
MD5 1b0c25e019e25fe2eccac13be7f546ee
BLAKE2b-256 884f8e95fd0c587e9df95b37884a5f6dd5ecdf1f9f781f706db9c81fa681d940

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