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 Examples section in our 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.2.tar.gz (11.3 kB view details)

Uploaded Source

Built Distribution

skribble_sdk-0.2-py3-none-any.whl (12.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: skribble_sdk-0.2.tar.gz
  • Upload date:
  • Size: 11.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.2.tar.gz
Algorithm Hash digest
SHA256 881e3f133565db2f4b8a62765ab7c0d98abfa9bbc79f139874828f86f4231b9b
MD5 510acb0208dec60dfe1966314b73f6b6
BLAKE2b-256 ef5743ca4922c43f270332efa4996204057a28c46008e0eb929951cd2509fc24

See more details on using hashes here.

File details

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

File metadata

  • Download URL: skribble_sdk-0.2-py3-none-any.whl
  • Upload date:
  • Size: 12.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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 f625b1a387f4d7ec77c00aa632e0160550d4e0a6f2673d194b41df807f0b0831
MD5 0f9c015b8819e957c21b5164aed369c1
BLAKE2b-256 ecc56329196f0fb1544cd15dc485e53b114b60cce9b232f7847815231dc57ba2

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