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
Release history Release notifications | RSS feed
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.17.tar.gz
(19.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file skribble_sdk-0.17.tar.gz.
File metadata
- Download URL: skribble_sdk-0.17.tar.gz
- Upload date:
- Size: 19.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c80dda7fb4fa81d7b5bb217bd4e5c4b3cd340fd1ce96fa6a3e2219007a2a140
|
|
| MD5 |
53c92d4dc46c4c5dba2ebc5a5e36dac3
|
|
| BLAKE2b-256 |
a1a8c10b46c5fc83b6ec10a75097fc8eadb6f8909f5ce213154422cbbbf85885
|
File details
Details for the file skribble_sdk-0.17-py3-none-any.whl.
File metadata
- Download URL: skribble_sdk-0.17-py3-none-any.whl
- Upload date:
- Size: 17.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef7943fd39f1710d871b65b396729a5854d5e6aee866f49d4e81c85eb4f8d329
|
|
| MD5 |
7e40e1ef83193209b78b34cf8d38e422
|
|
| BLAKE2b-256 |
834c91fa3b031f13ce090906a7a296b8d3084013dd9f8a813ee72ac453cfceef
|