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.16.tar.gz
(16.2 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.16.tar.gz.
File metadata
- Download URL: skribble_sdk-0.16.tar.gz
- Upload date:
- Size: 16.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de471ed81be3a3373797def7f9fb9ef329adf7d1b981895e9b35f2913c0bbadc
|
|
| MD5 |
62dce34e59b8163c8f2f0b460e759e0f
|
|
| BLAKE2b-256 |
bc8f45739f7fa833e40ac46fa3f3bffb74ffcd10cf708d1b57b11d4f3baccecd
|
File details
Details for the file skribble_sdk-0.16-py3-none-any.whl.
File metadata
- Download URL: skribble_sdk-0.16-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 |
f29f69fd05dd30d1df722b7e1c445bae3cf492a75baaff10c5c891d8239fd57e
|
|
| MD5 |
59a0307d65593c4a994c78dc785d63cc
|
|
| BLAKE2b-256 |
9cc26465c04686adaba560d9737c594b74e0815ad8388a957e8904152e9cf8cd
|