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

Uploaded Source

Built Distribution

skribble_sdk-0.4-py3-none-any.whl (13.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: skribble_sdk-0.4.tar.gz
  • Upload date:
  • Size: 12.3 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.4.tar.gz
Algorithm Hash digest
SHA256 44f9ec160973ec1f60b60ff529586ed041c1c012fcd609b79f03ed61bda1a142
MD5 38c74cb2cacaada587c48791b4d272b3
BLAKE2b-256 53e6cdc7432a68c48a4308901c053c7e119a0ee88320cc2a4b91d94301701f18

See more details on using hashes here.

File details

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

File metadata

  • Download URL: skribble_sdk-0.4-py3-none-any.whl
  • Upload date:
  • Size: 13.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.4-py3-none-any.whl
Algorithm Hash digest
SHA256 5ea57af58f694e4f827c5f19e167909cfaeac3382b791ca1fdf942c1f88130b2
MD5 b52216b4d79192ad172da30a1e20ee19
BLAKE2b-256 317e1e4fb5ab7b7c8d2c02c04bca4db0405da635e4bfc4108a1ffad0d5cfbea4

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