Skip to main content

A Python SDK for the Skribble API

Project description

Skribble SDK

A Python SDK for interacting with the Skribble API.

Installation

You can install the Skribble SDK using pip:

pip install skribble-sdk

Basic Usage

Here is a basic example of how to use the Skribble Python SDK to create a signature request:

import skribble

# Replace with your actual API credentials
USERNAME = "your_username"
API_KEY = "your_api_key"

# Initialize the SDK
skribble.init(USERNAME, API_KEY)

# Create a signature request
signature_request = {
    "title": "Test Signature Request",
    "message": "Please sign this test document",
    "file_url": "https://pdfobject.com/pdf/sample.pdf",
    "signatures": [
        {
            "account_email": "signer1@example.com"
        }
    ],
}

create_response = skribble.signature_request.create(signature_request)
print(create_response)

For more detailed examples and advanced usage, please refer to the Documentation.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

skribble_sdk-0.6.tar.gz (12.9 kB view details)

Uploaded Source

Built Distribution

skribble_sdk-0.6-py3-none-any.whl (14.7 kB view details)

Uploaded Python 3

File details

Details for the file skribble_sdk-0.6.tar.gz.

File metadata

  • Download URL: skribble_sdk-0.6.tar.gz
  • Upload date:
  • Size: 12.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.3

File hashes

Hashes for skribble_sdk-0.6.tar.gz
Algorithm Hash digest
SHA256 08ca985f49bbe339a07d724598f935caad576f948fe07adce7036d4111f593ab
MD5 3c34d717ad600860844114aad73109dc
BLAKE2b-256 6a51378bdabcc6e015a94d23242c95a216985260fd85b74177c63594dab0b88a

See more details on using hashes here.

File details

Details for the file skribble_sdk-0.6-py3-none-any.whl.

File metadata

  • Download URL: skribble_sdk-0.6-py3-none-any.whl
  • Upload date:
  • Size: 14.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.3

File hashes

Hashes for skribble_sdk-0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 527e4a7f18b6fb0e800b420fb2fe5859d50ca0c933d58dc0731cc9cb1fc90c4b
MD5 badfae8cbc066fa63e6e543e6c20d047
BLAKE2b-256 e18ba182d0e7c195ff406c21a9d92af6966ae344edd1633a205ffc36273a7c0e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page