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.3.tar.gz (11.2 kB view details)

Uploaded Source

Built Distribution

skribble_sdk-0.3-py3-none-any.whl (12.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: skribble_sdk-0.3.tar.gz
  • Upload date:
  • Size: 11.2 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.3.tar.gz
Algorithm Hash digest
SHA256 8e0403522e0c3cbf70455d4d192468dd6de22127d9b23656305ba885cf0d7278
MD5 fd10443b7df9e2975687d01875920df5
BLAKE2b-256 2ac10451cbfe79bdcee3c825e0af58ef1d34e7f80c047183c7d178e17ba4cdba

See more details on using hashes here.

File details

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

File metadata

  • Download URL: skribble_sdk-0.3-py3-none-any.whl
  • Upload date:
  • Size: 12.4 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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 4a90d57805626741704337b0c3ac926d78edeb0857b6aa979a0a78e68b59ead6
MD5 a45be97d1ea3ff1d0e93f2edff84c40c
BLAKE2b-256 ea15e07a6aff4323d1868b12a8ed7271a03f4433a44934244f8fe46bf0f6952c

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