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

Uploaded Source

Built Distribution

skribble_sdk-0.7-py3-none-any.whl (16.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: skribble_sdk-0.7.tar.gz
  • Upload date:
  • Size: 14.4 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.7.tar.gz
Algorithm Hash digest
SHA256 a7e4c1c88423d3cd941cd9d4ec4b9b06ee9c54b748acde1ed149382ccfe7c561
MD5 f742847b9651afb0e733c8bb82c72f7d
BLAKE2b-256 756e14726f81746cc44488f9badb6fb4bcc8259384d225b6214f9f696a801ee2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: skribble_sdk-0.7-py3-none-any.whl
  • Upload date:
  • Size: 16.3 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.7-py3-none-any.whl
Algorithm Hash digest
SHA256 4cedac3c67c8257498aae00c9246ed68a8259ab436dabf605e8085b165e25d55
MD5 4c5e862b50c33c1e76db4bba1e33f445
BLAKE2b-256 accf6f63ddcedbaf8d2b935334c57dd99265e728ca9f7eea25bb91d65b684e26

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