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.9.tar.gz
(17.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.9.tar.gz.
File metadata
- Download URL: skribble_sdk-0.9.tar.gz
- Upload date:
- Size: 17.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 |
7de5d3ae0d20e25fec68a303fd19b7628978b52a7a7037b4a7dffddce3f10fd9
|
|
| MD5 |
c5cca41e4af16c37563c486a1ef8dc47
|
|
| BLAKE2b-256 |
6ec1532e74b90352105a48282b31fd42ee12993c830e5b291fa13b8999b1f87d
|
File details
Details for the file skribble_sdk-0.9-py3-none-any.whl.
File metadata
- Download URL: skribble_sdk-0.9-py3-none-any.whl
- Upload date:
- Size: 20.8 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 |
29b0d0f88e0e8c22acf5b7aace40f117ed283e3d5400ed12ded71318a49c04c4
|
|
| MD5 |
986d4939f163eb3e6da13405cc362577
|
|
| BLAKE2b-256 |
da1593e4afae9a85a415aaf501ff986220a223bc5dac086dcab74090fcc91f69
|