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 Distribution

skribble_sdk-0.8.tar.gz (14.5 kB view details)

Uploaded Source

Built Distribution

skribble_sdk-0.8-py3-none-any.whl (16.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: skribble_sdk-0.8.tar.gz
  • Upload date:
  • Size: 14.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.8.tar.gz
Algorithm Hash digest
SHA256 630f3b574ea2280281311ff7b723bac7bc1ca41ae741a627e04374162853a4d1
MD5 9540db78ee94892284e29d7cd6d9b3e8
BLAKE2b-256 664c2579cdee257d0a28bd4237ca2a39fd89ab89febd7a1ee339df6b4ebe6cec

See more details on using hashes here.

File details

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

File metadata

  • Download URL: skribble_sdk-0.8-py3-none-any.whl
  • Upload date:
  • Size: 16.5 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.8-py3-none-any.whl
Algorithm Hash digest
SHA256 8933495c0506b0ae22e264c1dfd9a0cf9ba8133006f8f2f29b386d63ffe2ecad
MD5 a5270d796fe64509c3b38fc14a10f088
BLAKE2b-256 6c11f553e9dd9a9d4fec3964c09b8c37fb94d83e4b2f8b7a1a3287d5c915bbfd

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