--- id: hellosign-python-sdk version: "4.0.0" license: MIT license_treatment: permissive maintenance: abandoned --- # hellosign-python-sdk — A Python wrapper for the HelloSign API (http://www.hellosign.com/api) License: permissive · Maintenance: abandoned · Downloads: 225.9K/mo ## 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 above — 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 pip install hellosign-python-sdk uv add hellosign-python-sdk poetry add hellosign-python-sdk ## Installing 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: unspecified - Install friction: low - Maintenance: abandoned - Downloads: 225.9K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags hellosign api python wrapper, send signature requests python, electronic signature sdk, embedded signing python, document signing api client, e-signature automation, signature request management, e-signature, abandoned, api-client [View on SkillFed](https://skillfed.io/packages/hellosign-python-sdk) · [View on PyPI](https://pypi.org/project/hellosign-python-sdk/)