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}'

To use a custom stamp image:

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, "custom_imprint": "/path/to/stamp.png"}'

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

paperlogicsdk-1.0.36-cp312-cp312-musllinux_1_2_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

paperlogicsdk-1.0.36-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB view details)

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

paperlogicsdk-1.0.36-cp312-cp312-macosx_11_0_arm64.whl (4.1 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.13+ x86-64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

paperlogicsdk-1.0.36-cp311-cp311-musllinux_1_2_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

paperlogicsdk-1.0.36-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB view details)

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

paperlogicsdk-1.0.36-cp311-cp311-macosx_11_0_arm64.whl (4.1 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.9+ x86-64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

paperlogicsdk-1.0.36-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.36-cp310-cp310-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.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

paperlogicsdk-1.0.36-cp310-cp310-macosx_11_0_arm64.whl (4.1 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.9+ x86-64

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

Uploaded CPython 3.9Windows ARM64

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

Uploaded CPython 3.9Windows x86-64

paperlogicsdk-1.0.36-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.36-cp39-cp39-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.9manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

paperlogicsdk-1.0.36-cp39-cp39-macosx_11_0_arm64.whl (4.1 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.9macOS 10.9+ x86-64

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

Uploaded CPython 3.8Windows x86-64

paperlogicsdk-1.0.36-cp38-cp38-musllinux_1_2_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

paperlogicsdk-1.0.36-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB view details)

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

paperlogicsdk-1.0.36-cp38-cp38-macosx_11_0_arm64.whl (4.1 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

paperlogicsdk-1.0.36-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.36-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.36-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 554739c3a7395ee5aa89bf512e096f149f0f80a08d7a18c3a9b1d9eda7a8fff4
MD5 0e1eab397c21c04c31e2482870bcde86
BLAKE2b-256 b5c69c15b5012eff9afcfcdb55a10ad1c0fc8ff2f17619191751933d2768139a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.36-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 9b87a284dd72818b5c30c2ea7a323e676e60672313d1f246355001f865e184ec
MD5 d0e8a75bbce0d7716bf6367a5254e995
BLAKE2b-256 bd659a5611d801617d2769bd102b3f93fc11e854b01ea74bddb227b91f89e86c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.36-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 77ee92924554fbb9dadd999a90bdbe259d304520d2f0f1496fe3a0db22fe56f0
MD5 2a4cdf061d3efd8f9c8c5e5a60dd6d7c
BLAKE2b-256 a145788c09761c7614046fbbfdccad0c3076d7bd16477bd3a08cc5531e270ea5

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.36-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.36-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ba5731e234f56b256e20932560196ee22029268cad4f9397c7a4e4ce91b360ac
MD5 13bb7f7bcd4ece0e0564f26c8ef20e41
BLAKE2b-256 02c23fa66cfa7e717289d67c1442b0a6c0ea0ed7e29825e4e4f8a71df3f1cb91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.36-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1bbad05f53435b9cf8aaa7171c6677c58c3f1f3c6be18ffb6c99e5707414d5c9
MD5 d51e9ea70f4b74b9bfee0d8ad8f92f03
BLAKE2b-256 4755a82077102f7c2c29800595f7dc650dd610c04a3652460f716b75cf589c44

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.36-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 63ab3bade5198bbfcc3e18b5d6a5a6e44877980359db2303cd0aed79c03676cc
MD5 4c25ea5bb6f9ce35105e726338eb776d
BLAKE2b-256 32a8c3539c3c2a5f95fb6fba25d24f5358e712c2dded6b4199bc25a42cbf167f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.36-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 d7d329a57ddf5591da53d5fa45b8a50fd1fc20bab9edd7e2d6cb8530910e2834
MD5 760cbd21e05874944f267e5b35c7235d
BLAKE2b-256 30f3650ebf691c39935b504317387238296f30f966e115d70b8239b6618a08ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.36-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2fc5c9147f9eda259bdae060b507be0994f26a34866cf85d57995dea4958fb61
MD5 159e4b7e773f8359889876a3f30d70e2
BLAKE2b-256 56d30d4862ee3d68fd7cd7cad8095b66794613c8dc6654e2fcf675afcc724362

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.36-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 54b5546b8e94355a7e371ccb9f28ea6b236556871e406372a098cf0076928b0a
MD5 eab549b013b32f97ce3aa44b59e1365e
BLAKE2b-256 29e570846b1dbf32fc7824380d3f430e80ece95f6b8fa96a0c5308e20e709f4d

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.36-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.36-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2bd3b527e3a3cdef8a6dce528bdd8fd485b222d3fb25aa76abdec2fcb956b4d7
MD5 44b8fb6f806284ab9cc082e3b228b63e
BLAKE2b-256 5c2378452485a5294888fc4821446b06b2b6114ed4320e7180aade73ae796d70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.36-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 93f41541155423aff49d1cd522a9165e3741a07baff4be136b13695ab6ddeca7
MD5 6f05816d4f9106b50e99b7c58196a4ad
BLAKE2b-256 eef3483ec363e52278acff3324f552279d4d6ded242f357c6c18aaf6fdad9d15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.36-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 814398c7e9ded1a4e1952636bc1eb424d1ddcbb8fb59d8c8644ecf81f6b35181
MD5 31f50c67537ab57c7c187f4805e4adae
BLAKE2b-256 8e1e45bbd14e432e04cc9fe1b715e7f56c2267229d274bfac941cc00facbae59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.36-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 8609c9c2e9cda02562791559605d35dffc16a59c36b1ce305f0787e8c604e08b
MD5 57b09a37ba9b4e74660f96807b075f40
BLAKE2b-256 4081b1d050a571c69efecb6a8b5b323f78480dff5b26db13d6fd5a6420c65a27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.36-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 369c5690b2899f5f2dbba2792a4ddb6894222be01e9b577fd483b7b5cf71f845
MD5 b3e9be95e4fb2b0d2dd103a9b6a003c1
BLAKE2b-256 87326735173d7df412e641a7662a1bb92798dd4befe7e743abd5fbd18e814ac3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.36-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 63f19a526ddd7c8583860ea890d14b66f19d1b1fd58957d569eca44f569deb52
MD5 298e09053dbbea3e1da9aec6da1c247b
BLAKE2b-256 de3e05bf90f41036c7c6ef0b5e07227bdb6496a776153a5658c024401b1af841

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.36-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.36-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fd37aab00f0f5cf1872f4c8616bc7e3cea1841ad9600cf7585aa7c3f3b66adf4
MD5 2b8a734511cabecd520a89adb867bc05
BLAKE2b-256 c78429f8c1cbd3095c5d754928a114a60a92811bacd8e11ef322fcb91afe9b68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.36-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c6c1da3a184d2a0a82b1ac77660b606e5da62924d71857d88b7114d2a09fff19
MD5 6178729183c8a033a5803d20bb39b481
BLAKE2b-256 d16ad52bebd6ed90b30b7af5bc3733bfc8cfbea5e826b086349481f069f6365a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.36-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b2d1646163b2c87f4e85c2a09006fd96ce75f5ae710e089fa48ea5997e4245e5
MD5 5ab80eb38e99701cceee1ba1e576520b
BLAKE2b-256 5ab0350d1a9e8abb1d9ea9277cefef395e326c68c05a7285007eeae423049418

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.36-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 665c484a7dd7708d7d5057a616a0e9d1e1ea8042b5f6968b40049592a98bcce9
MD5 2a2d4b560738f20b9ab63fff467c5712
BLAKE2b-256 973677770b75dcb06fcf944adae12a2dd0ca075fb89c5f2661b3e65ece01c137

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.36-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 def011a6c7abdc34f956dae0a38300478cff579c977d13f4d7c4ad8675f4f9dc
MD5 e39b79c061672c9a22d844544ddf9744
BLAKE2b-256 ff7d817016ef2950ef7c065a9e6e6d3dd2150c786ca5a21c622162497f3c5fc6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.36-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5ed6e95a4772648bdb888d42616ca44d2871b27b277f3f40d337263356330961
MD5 9b975d85cee9aec18a395f9f0baac619
BLAKE2b-256 05cc91e4fd9848d9e262499773327b34199677fbe58dba30bb9a9c08649508ec

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.36-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.36-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 70b5419c54125d7cafd7d45c32c1d53a6194e736aaa7cc0bfe3f1181a786087f
MD5 72fd1455a6d53ab7f76c7a2b4974aa21
BLAKE2b-256 8d2d4a671e7038197e26fcf77aef4a1c4aa04b402c2361d949e21db8018c5ba5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.36-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8a5892060aecf1d50a8904db58c2f347b9dc4ab4fe1fd5c04486fa9bd189b2fc
MD5 1a70e18f41463df99db83b709e08b7ff
BLAKE2b-256 6133757e88fd639913c1e55126c47a7d8b23c1f07d1459eb1a9a711782ee8f95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.36-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3e925540b531fdb9f8295e0f5381d652d0ec76060f52a31caba59fcbb92fd8d0
MD5 b03ca00dc1664bcc96a95d5090901bac
BLAKE2b-256 234a08f18b6458406c5291c2be7d004657500d7b841186a63c8566cc684a59fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.36-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 21c77a4eb0daf6543fc00b59d51caef814b4187b889a4a538762cee6a26ff878
MD5 2f1c97648920c36030d967e6b65d00fb
BLAKE2b-256 12b90710f0e2b8fb410065243cbcb4cd2e07cb248f5bb55935a52251e1db5913

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.36-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 78e2ff7a70e8434f0f49648967d41a83da9a0277e1723ed8e969dbbf78f708f1
MD5 6ceeee95077134964003e1300dd886ab
BLAKE2b-256 762fcc51ce437d92ea28cd00078e850732e15044256a3dd1da52cae6821c9c44

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.36-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.36-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7a2379b0e8e15947b77590caefde2955f4e32e0275c67e44d2fe98510863e925
MD5 87820d709c9e39aa9b138159686672e6
BLAKE2b-256 62110afa08ba0e0effe53294bc7292248dfa8581ed0c5bf1a8788da539b8ece4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.36-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7d813d8653ddc4d3e60d9bded730d75a1dd458379d5fda897274f0e2ae162d17
MD5 556bdfb35a3368a62c266b832e8df449
BLAKE2b-256 3b37af27c3a02659eaa5c0bf047a44a2f1636dceaa54c47e2b80c54e65478093

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.36-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 64743e2217d110794e6ae25a6e7acda814a41976c6d364378f6635605d5d12c4
MD5 9c61f3f09da71346c8aa091c03f62958
BLAKE2b-256 e8afd5bd39bf31b86c0e3e2666ddb2c7c8acd7aa38a62017c52f8d8dc2638c9d

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