hellosign-python-sdk
A Python wrapper for the HelloSign API (http://www.hellosign.com/api)
What it is and what it does
This is a Python SDK that wraps the HelloSign API, allowing you to programmatically manage electronic signatures and document signing workflows. It handles account management, signature request creation and retrieval, template-based signing, and embedded signing flows where the signing interface is embedded directly in your application. The package depends only on requests for HTTP communication.
The SDK is marked as Production/Stable but is no longer maintained—the repository was archived and the last release came out in 2020. If you are already using HelloSign and need a Python client, this package provides the core functionality, but you should be aware that it will not receive updates for API changes, security issues, or compatibility problems with newer Python or dependency versions.
Use it for:
- Send signature requests to multiple signers with files and custom messages via the HelloSign API.
- Retrieve and manage existing signature requests and account information programmatically.
- Embed HelloSign signing workflows directly into your web application using embedded signing.
- Create and manage signature request templates and send requests using pre-defined templates.
- Build automation around document signing workflows without manually using the HelloSign web interface.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
A Python wrapper for the HelloSign API that lets you send signature requests, manage accounts, and embed signing workflows into your application.
Yes, but with strong caveats. Install only if you are already committed to HelloSign and need a Python client for an existing integration. The package is abandoned and will not receive updates, so it carries risk for new projects or long-term maintenance. If you are starting fresh, verify that HelloSign's current API remains compatible and that you can accept no future support from this library.
Install
hellosign-python-sdk on PyPI
pip
pip install hellosign-python-sdkuv
uv add hellosign-python-sdkpoetry
poetry add hellosign-python-sdkInstalling hellosign-python-sdk
Before you install
Installation is straightforward with low friction. However, the package is abandoned as of 2023-02-06 with no recent maintenance. The last release was 2020-04-01, over 2326 days ago, and the repository is archived, so no updates or security patches should be expected.
License in practice
MIT license is permissive, allowing use in both open-source and commercial projects with minimal restrictions.
Quickstart
pip install hellosign-python-sdk
from hellosign_sdk import HSClient
client = HSClient(api_key="your_api_key")
account = client.get_account_info()
Requires a valid HelloSign API key or credentials; the HelloSign service itself must be accessible and your account must be active.
Verify before relying
- Whether HelloSign API endpoints remain stable and compatible with the 2020-04-01 release.
- Current Python version compatibility beyond the stated 3.7 support in classifiers.
- Whether the package works with modern versions of the requests dependency.
Package facts
| License | MIT (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — requests |
| Maintenance | abandoned — 2,326 days since the last release |
| Last repo commit | (repository archived) |
| First released | |
| Downloads | 225,857/month — #9,212 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: hellosign_python_sdk-4.0.0-py3-none-any.whl
Keywords: hellosign, python, sdk
Tags
More WWW/HTTP packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
h11h11 is a pure-Python HTTP/1.1 protocol…
permissive · top 100 on PyPI
httpxHTTPX is a fully featured HTTP client library…
permissive · top 100 on PyPI
httpcoreA minimal low-level HTTP client library that…
permissive · top 100 on PyPI
aiohttpaiohttp is an async HTTP client and server…
permissive · top 100 on PyPI
dropbox-signPython client library for the Dropbox Sign v3…
permissive · top 5,000 on PyPI
aws-sdk-signersProvides standalone SigV4 request signing for…
permissive · top 15,000 on PyPI
simileA Python client library for interacting with…
permissive · top 15,000 on PyPI
python-keycloakProvides Python bindings to the Keycloak API,…
permissive · top 5,000 on PyPI
mailchimp3A Python client for MailChimp API v3 that wraps…
permissive · top 15,000 on PyPI
sigstoreSigstore is a Python tool for generating and…
permissive · top 5,000 on PyPI
requests-oauthAdds OAuth 1.0 authentication support to the…
permissive · top 5,000 on PyPI
xdkA Python SDK for interacting with the X API,…
permissive · top 15,000 on PyPI
siweImplements EIP-4361 Sign-In with Ethereum for…
permissive · top 15,000 on PyPI