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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
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.15-py3-none-any.whl.
File metadata
- Download URL: skribble_sdk-0.15-py3-none-any.whl
- Upload date:
- Size: 17.6 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 |
580f116c73208b9a30f162988684686dbf804888cf13a1cd855a72cfa2f44d35
|
|
| MD5 |
1d2961b43b66a2255d77c472de7dc793
|
|
| BLAKE2b-256 |
a6a78bc6b8834b0baaa673ad8ac4c6a63bcb0e2f5c3f7ae74d9a7545f9f1adcd
|