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 and get the access token
token = skribble.init(USERNAME, API_KEY)
print(f"Access token: {token}")

# 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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

skribble_sdk-0.13-py3-none-any.whl (17.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: skribble_sdk-0.13-py3-none-any.whl
  • Upload date:
  • Size: 17.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.13-py3-none-any.whl
Algorithm Hash digest
SHA256 8476911e34278291c3c15385b0c71b7f67b728f4cd02997623cb580e7529d8a0
MD5 402d2b438ede3fc228a63009fcf7624b
BLAKE2b-256 459a76c0ce439fba6a47a4f9e1e1d47b8f769a3e8bec36a403ed5287933f9a14

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