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.14.tar.gz
(16.0 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.14.tar.gz.
File metadata
- Download URL: skribble_sdk-0.14.tar.gz
- Upload date:
- Size: 16.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e6eef8becb6d1bc7439ebe122dd6fddc717b4f5f784883e05eba5fc42f3130e
|
|
| MD5 |
48ad9f5e13d940916052aae48fe13baf
|
|
| BLAKE2b-256 |
696c496211977b38fb15ed724753fdbd15e5cbf78160d9ae5a9494f4b864e2e3
|
File details
Details for the file skribble_sdk-0.14-py3-none-any.whl.
File metadata
- Download URL: skribble_sdk-0.14-py3-none-any.whl
- Upload date:
- Size: 17.2 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 |
cac4515e16136ab4c3062e3ed40a4c6525cb262a8d75e9bfeeed66ccffd8e014
|
|
| MD5 |
eca6df4d23ccfd0b595bf366570a14b7
|
|
| BLAKE2b-256 |
ace27f4ef2e4110dc97a6849f154344e0a98a416c45fdc41e23d14f56ec31948
|