Name | skribble-sdk JSON |
Version |
0.8
JSON |
| download |
home_page | None |
Summary | A Python SDK for the Skribble API |
upload_time | 2024-10-06 18:57:49 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.7 |
license | None |
keywords |
skribble
api
sdk
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# 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:
```python
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](https://skribblesdk.mintlify.app/).
Raw data
{
"_id": null,
"home_page": null,
"name": "skribble-sdk",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "skribble, api, sdk",
"author": null,
"author_email": "Eric Campos <ec@webix.ch>",
"download_url": "https://files.pythonhosted.org/packages/66/4c/2579cdee257d0a28bd4237ca2a39fd89ab89febd7a1ee339df6b4ebe6cec/skribble_sdk-0.8.tar.gz",
"platform": null,
"description": "# Skribble SDK\r\n\r\nA Python SDK for interacting with the Skribble API.\r\n\r\n## Installation\r\n\r\nYou can install the Skribble SDK using pip:\r\n\r\n```\r\npip install skribble-sdk\r\n```\r\n\r\n## Basic Usage\r\n\r\nHere is a basic example of how to use the Skribble Python SDK to create a signature request:\r\n\r\n```python\r\nimport skribble\r\n\r\n# Replace with your actual API credentials\r\nUSERNAME = \"your_username\"\r\nAPI_KEY = \"your_api_key\"\r\n\r\n# Initialize the SDK and get the access token\r\ntoken = skribble.init(USERNAME, API_KEY)\r\nprint(f\"Access token: {token}\")\r\n\r\n# Create a signature request\r\nsignature_request = {\r\n \"title\": \"Test Signature Request\",\r\n \"message\": \"Please sign this test document\",\r\n \"file_url\": \"https://pdfobject.com/pdf/sample.pdf\",\r\n \"signatures\": [\r\n {\r\n \"account_email\": \"signer1@example.com\"\r\n }\r\n ],\r\n}\r\n\r\ncreate_response = skribble.signature_request.create(signature_request)\r\nprint(create_response)\r\n```\r\n\r\nFor more detailed examples and advanced usage, please refer to the [Documentation](https://skribblesdk.mintlify.app/).\r\n",
"bugtrack_url": null,
"license": null,
"summary": "A Python SDK for the Skribble API",
"version": "0.8",
"project_urls": {
"Documentation": "https://skribblesdk.mintlify.app/",
"Homepage": "https://github.com/LeEricCH/skribble-sdk",
"Repository": "https://github.com/LeEricCH/skribble-sdk.git"
},
"split_keywords": [
"skribble",
" api",
" sdk"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "6c11f553e9dd9a9d4fec3964c09b8c37fb94d83e4b2f8b7a1a3287d5c915bbfd",
"md5": "a5270d796fe64509c3b38fc14a10f088",
"sha256": "8933495c0506b0ae22e264c1dfd9a0cf9ba8133006f8f2f29b386d63ffe2ecad"
},
"downloads": -1,
"filename": "skribble_sdk-0.8-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a5270d796fe64509c3b38fc14a10f088",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 16464,
"upload_time": "2024-10-06T18:57:47",
"upload_time_iso_8601": "2024-10-06T18:57:47.893674Z",
"url": "https://files.pythonhosted.org/packages/6c/11/f553e9dd9a9d4fec3964c09b8c37fb94d83e4b2f8b7a1a3287d5c915bbfd/skribble_sdk-0.8-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "664c2579cdee257d0a28bd4237ca2a39fd89ab89febd7a1ee339df6b4ebe6cec",
"md5": "9540db78ee94892284e29d7cd6d9b3e8",
"sha256": "630f3b574ea2280281311ff7b723bac7bc1ca41ae741a627e04374162853a4d1"
},
"downloads": -1,
"filename": "skribble_sdk-0.8.tar.gz",
"has_sig": false,
"md5_digest": "9540db78ee94892284e29d7cd6d9b3e8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 14531,
"upload_time": "2024-10-06T18:57:49",
"upload_time_iso_8601": "2024-10-06T18:57:49.307951Z",
"url": "https://files.pythonhosted.org/packages/66/4c/2579cdee257d0a28bd4237ca2a39fd89ab89febd7a1ee339df6b4ebe6cec/skribble_sdk-0.8.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-06 18:57:49",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "LeEricCH",
"github_project": "skribble-sdk",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "skribble-sdk"
}