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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

paperlogicsdk-1.0.38-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.38-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.38-cp312-cp312-macosx_11_0_arm64.whl (4.1 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.13+ x86-64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

paperlogicsdk-1.0.38-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.38-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.38-cp311-cp311-macosx_11_0_arm64.whl (4.1 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.9+ x86-64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

paperlogicsdk-1.0.38-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.38-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.38-cp310-cp310-macosx_11_0_arm64.whl (4.1 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.9+ x86-64

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

Uploaded CPython 3.9Windows ARM64

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

Uploaded CPython 3.9Windows x86-64

paperlogicsdk-1.0.38-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.38-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.38-cp39-cp39-macosx_11_0_arm64.whl (4.1 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.9macOS 10.9+ x86-64

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

Uploaded CPython 3.8Windows x86-64

paperlogicsdk-1.0.38-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.38-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.38-cp38-cp38-macosx_11_0_arm64.whl (4.1 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

paperlogicsdk-1.0.38-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.38-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for paperlogicsdk-1.0.38-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 e94c639a3b7a47aeeaa8e7022822b54681c6ccbf32565383eeb103ef00bff288
MD5 bf1ecd7a7e34d7580c0fc5b4b2791ea9
BLAKE2b-256 4d5ac337f303b3c277080cf0ff25b863c0f6e6af801fe2ee833a81e31a7249bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.38-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 030caa75e9068cb83806dbbe52afaa914561602a3a475b1714adf99ea480e9fb
MD5 9b8a362dae9103d5a5150756c0a2e697
BLAKE2b-256 007420ac9c9e952c9a9cbe18893a89519de1ebb1b37f7fae07947aefacc942ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.38-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a3822271337fd6471cf9a09b0895134eee5557cf73c9f02de397091bb5e6e91b
MD5 8d45f4677c6702770efa580e3e4664bf
BLAKE2b-256 853d0a11622db09569bbd1385f2d10cbc8e909206ce99635c21eb78db920a3b5

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.38-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.38-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 de3f5c33ca184d4c515becc0e1a3f48af5814faa087d4923d436c2c8231e1027
MD5 c4842b8fa644945b1d903257696e7151
BLAKE2b-256 03e4fc814e377810dc1008302616a13ebf8783db17aa93323f777f178a27f940

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.38-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b6b26f0ae47556aba469bc6e63e99d331bb04200656d73c6d2a3b5769b8660a7
MD5 77056b9e23c1410a70ea2ab6fb809225
BLAKE2b-256 0454a66eab830aeb71f5ef456c7a7db507e908d9115e63cc6fff59ad7ee54436

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.38-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 99e41589d63ee4c0e286931bb04926911e1857232103cd15ec157cb11460d134
MD5 6af9c93bbd43ddca5d57af9b6c192c00
BLAKE2b-256 16e8d0e06ea46ef8f4b9356774b9756bf4acf21863265d575271781571805c29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.38-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 7f7eec7ea1e70a7c3d71286adc3f12ff6b9d848fa258f6b1ad2b5f6c7baa0a4a
MD5 0350a334200d3a69c61e220410bea9f5
BLAKE2b-256 3d8dfdf82f429c777b6f3fc5e384976132765073693d5a9e07f251b3f59ecf5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.38-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4c6933764d35375cf483dbf4e56bdab9d461cef64e91406ddbdcdf0801da443d
MD5 74685161ca9c99c76c1404abd18bd791
BLAKE2b-256 a7c400f892bacea73220ed91a7f1007bc8fedbf0bd3e6371bcf37f3cfc5d4ff7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.38-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 41a6e21e3d4242624c70fd146282caa23c795b76aab6b081e2d17a501ec73694
MD5 8c6d9b9b092d1980360e7ed17012a561
BLAKE2b-256 cc61d8b7c79f661153a7f9a5a09051937b53f59df85070399e750cbd4c77c647

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.38-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.38-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 719cc9c5ad183f78ab01553bd312c78a1bb0100afce20a0351b13ed8165c6777
MD5 7cc2261e828f6ab9c7696d2f263d7a7c
BLAKE2b-256 279c95a61e4ce792fee7b7969cf8c03d18b65e99fe36371d25daeb160a4888a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.38-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f440518519fe6e3bb6dbf0cbb23eced3fda3368fd2cf30f58a49f73950b0f579
MD5 3628e26db9e5ed3ca05badbda91a4d9a
BLAKE2b-256 4425fc595cb3cec23ccb542badcbbc7bc2ac3cb48aa08627d0ab0db9ed70f2fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.38-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 78aef932567109d4edcbeeed9575eca33e37295c90b8a57055ca7db76da1ea92
MD5 8df8d5aaccb59ebc793115584cd9413c
BLAKE2b-256 b581cc9e210529d64b3de408b2f2b0e2d1a2eea97c70513fd6e53164fbe6e908

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.38-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 4528a81d8ba8dae09407339897ea99832f4ff6b9d79c103fa20c7db10db0c394
MD5 84fe0a9178b96e072c47739d2459598f
BLAKE2b-256 cd999108259d3efaf79d8de35d6557caad215b0af01e8b32af33b1b6e246903f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.38-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 970fff69f73a0072001b6874fd164436cbd85f1ddc0f8efa08e2c0e771a72b8a
MD5 88460faf7417b00f362edbc35c1372c4
BLAKE2b-256 2d0d5b181bbcb19f2567ddc7e4743c75d35ff6d7f5ad23f790eaf8b7b6336c9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.38-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7c526e1ec64a33d57b03560ab9987c3e4b1a737a28638122020425dd1d8398fb
MD5 ca2276b6b852e3edfd36ed31076d6f41
BLAKE2b-256 5adf8b68b2ba209a84689293691115c26c533d4d406f743410a2bd9742d6ef87

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.38-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.38-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bab5e53b4aecd07e1134261ad81d380a21ea2c2afa588a5a97ae0fd0b5c491f7
MD5 f381153c5ea97f34fb90ca6dfe8eb282
BLAKE2b-256 ae1667904cf90925aec9e9c8da4e838b207e37e05394b24bb4f85423b56fe94a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.38-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 33329bb2a669c2e68e525e17967df91ba6581bde98a48f818136dad55adb19ab
MD5 85eefe1daa3c32874b611c40246fd324
BLAKE2b-256 8f891e644def3d845d9bdcd214945199c7488874a3e620221ca2265546f4553b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.38-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 68fdc3a8e5335bcfd9dffd47b0be15353fed6eb9857d53bffaf7b0c027ed3876
MD5 3763d3990c8f18777279075273de1d84
BLAKE2b-256 1236111ef726f1847667684ecb3454d1d127bf4f6c2e6cc1a8f33c95515d05fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.38-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 9a6da2d5ce0a23cdd8d2e72d620f157f1c31edda72af68d1d6af928a1a835660
MD5 30620b53319b9c944c8baa259ab6b49e
BLAKE2b-256 7b2f956465bee9451ffc338444707563c7a4670dd49acbf0882ba251ce1f6ba4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.38-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c575153a75193a4a3bbebfa9b71edbcce26b088c8a6a54d1300eef406613c451
MD5 3e774c5b19a9579600ce6319d34bb771
BLAKE2b-256 15959a410a39002df00080e61f6d4c638fbf528e57680ce810edbd119135c43f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.38-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c3baab72f12a5a5de0c5096df97f83901f370b5c0436a0657e292612b36b1237
MD5 40baba9c9fd34a9b8d5e4173beb8181b
BLAKE2b-256 fea35efbfd1a429551738aa9f2f0a5924ca3f65d0a2cfd2e006d5688a5820c67

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.38-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.38-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cc3b46e5eddf3f8154dc52f2f291025ec685f760425a38c3611d189cc7c1cf68
MD5 f037ad7be017249491d914525386d6a1
BLAKE2b-256 c9a5a7931ea29970c09f1bf92d5b83cfbc29556ec98743efbd27456490e62098

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.38-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b051d5c89e54d0474a50d6be4dabff0dd05daf797ea6a1c58009decfcb809e24
MD5 e8de745e5e953a628df8b4169af0793f
BLAKE2b-256 6d1ba71dc4b05ce31fa44c116692e0e07d98267c9c6f0515464b9208c7308ea0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.38-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 55c64ef34fbcf7c69b2f00936378359542c99252f5eed7a3eeabfd11d6f7c608
MD5 3bc45bd22bd6e7ea9691f1cab7f434bb
BLAKE2b-256 612258acc1b0b8e867f633da263006e0a56f1dfd542e391703afd11263ccbb7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.38-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 b3aa17e1f5021c0b0bbbd83c76f21a48b17f21eb03d3245953caabd2cd802bb6
MD5 0d59632ec6545e29bac130b0ed1f20aa
BLAKE2b-256 bedf8ef1468d0a10419b4258138e88b53b1c3ccc2fcf718a12913d7c04ab770b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.38-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b8aff7cbbe50ed2f9764fdcc10fa3af12fe59eeeab2d0098efedc61ea81e4bc1
MD5 397c996a662b6db24d16953e54f52f14
BLAKE2b-256 0f177f189398eef392e32d3a22dabfa2bddaa52bcb8097075e2f0e3b0657cdad

See more details on using hashes here.

File details

Details for the file paperlogicsdk-1.0.38-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.38-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5c38efcd1a9dd3ebd83d9c8d3a36a0cfecbfb6ae0ee65dd04cf227c39da9de27
MD5 ea37c771940cd67667f4c0cbae759941
BLAKE2b-256 b875ef23472a7a18d6f0c7f1bc2bf37eabeaabf2c85ae74879e8536e24182642

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.38-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9416c7b0c8cf353f835f9d0b84a420c788a6e84fbf560ee50bbd4a7ce4795ee3
MD5 d9b518a190e44ef78ecd5c72673e0bca
BLAKE2b-256 232c0b0e433fa96b4c45bde1f67b5716d496bbccaaee47381f848060dc158fc8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paperlogicsdk-1.0.38-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e91fc36173cfc6cb7701e40cfbad91b5be7b70da25d98c8c775b1fbda7086178
MD5 d5aeadd9215c050a13920e90435b333d
BLAKE2b-256 963429cdf596e6ec12684080abee16b8434e3f19880c2f4620f981022bc25527

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