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

Uploaded Source

Built Distribution

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

skribble_sdk-0.12-py3-none-any.whl (19.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: skribble_sdk-0.12.tar.gz
  • Upload date:
  • Size: 17.7 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.12.tar.gz
Algorithm Hash digest
SHA256 a87ec15a639130838b7223b2e89a8ffe138aee133d7bacbece750da13b0bc91b
MD5 0e6df30e70dd37ec29108866550c6e5a
BLAKE2b-256 6de54e2cdb67134bd06badecdc7637d4805e504970677fcb43bf462e719fc706

See more details on using hashes here.

File details

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

File metadata

  • Download URL: skribble_sdk-0.12-py3-none-any.whl
  • Upload date:
  • Size: 19.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.12-py3-none-any.whl
Algorithm Hash digest
SHA256 6620f33ede48f35c298cfa634b05f71984946f6f989bf478dc3f5a6ffe5aae01
MD5 b1dd2a63da48c95e6144dc64b6fe2c57
BLAKE2b-256 17a0fc95bba37e0b61968006a56f1f9c22b50f009ac7d8a825a394dabced4ad7

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