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

Uploaded Source

Built Distribution

skribble_sdk-0.5-py3-none-any.whl (14.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: skribble_sdk-0.5.tar.gz
  • Upload date:
  • Size: 12.5 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.5.tar.gz
Algorithm Hash digest
SHA256 c30aecf20dc4a3f33085c6607f7a845aec2668e6863fb7c056dd4d980fefc350
MD5 a6860df34a3b12fe8a0d53d1134753b6
BLAKE2b-256 8fad9ee64c4d8ee35ed5cd2e4cd7733594a5f746cdce0c249cbbba0bc18e0956

See more details on using hashes here.

File details

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

File metadata

  • Download URL: skribble_sdk-0.5-py3-none-any.whl
  • Upload date:
  • Size: 14.2 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.5-py3-none-any.whl
Algorithm Hash digest
SHA256 b7bdb325deb4ef31cfb0ede3266e5fa0c25c2782d9d05d3b4530c34ebd53f6c1
MD5 ca52d45173b7f1c909cec9aed6a855f4
BLAKE2b-256 83a658555b57127f40e5f55d97bceb4b8a1526954f3b79e2e374abf0fb2600d7

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