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.10.tar.gz
(16.5 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.10.tar.gz.
File metadata
- Download URL: skribble_sdk-0.10.tar.gz
- Upload date:
- Size: 16.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b9c2f8bde14590cff2dd10f3cbda6a2b35cc53a3425f2eab0783cab6c929789
|
|
| MD5 |
4758b05a69f4eb5207b3946e3407b466
|
|
| BLAKE2b-256 |
fda54a912e30f4bed00c7e96c8ee8947ca82436ab37675dd85975c6c733ef30e
|
File details
Details for the file skribble_sdk-0.10-py3-none-any.whl.
File metadata
- Download URL: skribble_sdk-0.10-py3-none-any.whl
- Upload date:
- Size: 18.3 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 |
fe6de67eac758555d538cb90ec90a7219fb424fa89bdb4c8d6ae4f53fe3cd23f
|
|
| MD5 |
3140eab1e300ebf011a6646b6cd3e6ad
|
|
| BLAKE2b-256 |
3c3ef3ea4f1618b2f23dae49791e15c07e9da9e579460ef8668c9d6fe69654db
|