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.11.tar.gz
(18.1 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.11.tar.gz.
File metadata
- Download URL: skribble_sdk-0.11.tar.gz
- Upload date:
- Size: 18.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3316727a0b520cd9592155d3a847ade5d595400c92010e13fc0fb19e9f2dab31
|
|
| MD5 |
59b1d93dcb9d1ac77cb10beb7e7cc9c2
|
|
| BLAKE2b-256 |
4e75495fac3e74603ae3ca6b66e1f7c4bde37ee0d00ff91764023e4afd0409a4
|
File details
Details for the file skribble_sdk-0.11-py3-none-any.whl.
File metadata
- Download URL: skribble_sdk-0.11-py3-none-any.whl
- Upload date:
- Size: 19.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 |
0ed876bd292e61c5ca3265b76a9867f3043d2a5bd74dbdfa6dd0315af722ff89
|
|
| MD5 |
8cee4af3c8e9dfbe6039fd0bbabd1e8a
|
|
| BLAKE2b-256 |
08fdb2c8b2cb6fc213f91cc4d68b588e8b783cfe8d0a07f0245809868cfb1534
|