# The Official Docusign eSignature Python Client SDK
[![PyPI version][pypi-image]][pypi-url]
<!--[![PyPI downloads][downloads-image]][downloads-url]-->
The Docusign SDK makes integrating Docusign into your apps and websites a seamless experience.
## Table of Contents
- [Introduction](#introduction)
- [Installation](#installation)
* [Version Information](#versionInformation)
* [Requirements](#requirements)
* [Compatibility](#compatibility)
* [Path setup](#pathSetup)
* [Install via PIP](#pip)
- [Dependencies](#dependencies)
- [API Reference](#apiReference)
- [Code Examples](#codeExamples)
- [OAuth Implementations](#oauthImplementations)
- [Changelog](#changeLog)
- [Support](#support)
- [License](#license)
- [Additional Resources](#additionalResources)
<a id="introduction"></a>
## Introduction
Integrate eSignatures into your application in minutes. The secure and award-winning Docusign eSignature API makes requesting signatures, automating forms, and tracking documents directly from your app easy.
<a id="installation"></a>
## Installation
This client SDK is provided as open source, which enables you to customize its functionality to suit your particular use case. To do so, download or clone the repository. If the SDK’s given functionality meets your integration needs, or if you’re working through our [code examples](https://developers.docusign.com/docs/esign-rest-api/how-to/) from the [Docusign Developer Center](https://developers.docusign.com/), you merely need to install it by following the instructions below.
<a id="versionInformation"></a>
### Version Information
- **API version**: v2.1
- **Latest SDK version**: 5.3.0
<a id="requirements"></a>
## Requirements
* Python 2.7 (3.7+ recommended)
* Free [developer account](https://go.docusign.com/o/sandbox/?postActivateUrl=https://developers.docusign.com/)
<a id="compatibility"></a>
## Compatibility
* Python 2.7+
<a id="pathSetup"></a>
### Path setup:
1. Locate your Python installation, also referred to as a **site-packages** folder. This folder is usually labeled in a format of **Python{VersionNumber}**.
**Examples:**
* Unix/Linux: **/usr/lib/python2.7**
* Mac: **/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7**
* Windows: **C:\Users\{username}\AppData\Local\Programs\Python\Python37**
2. Add your Python folder’s path to your system as an environment variable.
**Unix/Linux:**
1. Type the following command into your console: \
**export PYTHONPATH = "${PYTHONPATH}:.:/_path_/_to_/_site-packages_"**
2. Optionally, you can add this command to your system profile, which will run the command each time Python is launched.
**Windows:**
<ol>
<li>Open the Windows <strong>Control Panel.</strong></li>
<li>Under the System and Security category, open the <strong>System</strong> information panel.</li>
<li>Select <strong>Advanced System Settings</strong> to open the <strong>System Properties</strong> dialog box.</li>
<li>On the <strong>Advanced</strong> tab, select the <strong>Environment Variables</strong> button at the lower-right corner.
<ol style="list-style-type: lower-alpha">
<li>Check to see whether <strong>PYTHONPATH</strong> has been added as a <strong>system variable.</strong></li>
<li>If it has not, select <strong>New</strong> to add it. The variable you add is the path to the <strong>site-packages</strong> folder.</li>
</ol>
</li>
</ol>
**Note:** If you are still unable to reference Python or pip via your command console, you can also add the path to the **site-packages** folder to the built-in environment variable labeled **Path**, which will take effect the next time you start your machine.
<a id="pip"></a>
### Install via PIP:
In your command console, type: **pip install docusign_esign**
**Note:** This may require the command console to be elevated. You can accomplish this via sudo in Unix/Linux, or by running the command console as an administrator in Windows.
<a id="dependencies"></a>
## SDK Dependencies
This client has the following external dependencies:
* certifi v14.05.14+
* six v1.8.0+
* python_dateutil v2.5.3+
* setuptools v21.0.0+
* urllib3 v1.15.1+
* PyJWT v2.0.0+
* cryptography v2.5+
<a id="apiReference"></a>
## API Reference
You can refer to the API reference [here](https://developers.docusign.com/docs/esign-rest-api/reference/).
<a id="codeExamples"></a>
## Code examples
Explore our GitHub repository for the [Launcher](https://github.com/docusign/code-examples-python/), a self-executing package housing code examples for the eSignature Python SDK. This package showcases several common use cases and their respective source files. Additionally, you can download a version preconfigured for your Docusign developer account from [Quickstart](https://developers.docusign.com/docs/esign-rest-api/quickstart/). These examples support both the [Authorization Code Grant](https://developers.docusign.com/platform/auth/authcode/) and [JSON Web Token (JWT)](https://developers.docusign.com/platform/auth/jwt/) authentication workflows.
## OAuth implementations
For details regarding which type of OAuth grant will work best for your Docusign integration, see [Choose OAuth Type](https://developers.docusign.com/platform/auth/choose/) in the [Docusign Developer Center](https://developers.docusign.com/).
For security purposes, Docusign recommends using the [Authorization Code Grant](https://developers.docusign.com/platform/auth/authcode/) flow.
<a id="changeLog"></a>
## Changelog
You can refer to the complete changelog [here](https://github.com/docusign/docusign-esign-python-client/blob/master/CHANGELOG.md).
<a id="support"></a>
## Support
Log issues against this client SDK through GitHub. You can also reach out to us through [Docusign Community](https://community.docusign.com/developer-59) and [Stack Overflow](https://stackoverflow.com/questions/tagged/docusignapi).
<a id="license"></a>
## License
The Docusign eSignature Python Client SDK is licensed under the [MIT License](https://github.com/docusign/docusign-esign-python-client/blob/master/LICENSE).
<a id="additionalResources"></a>
### Additional resources
* [Docusign Developer Center](https://developers.docusign.com/)
* [Docusign API on Twitter](https://twitter.com/docusignapi)
* [Docusign For Developers on LinkedIn](https://www.linkedin.com/showcase/docusign-for-developers/)
* [Docusign For Developers on YouTube](https://www.youtube.com/channel/UCJSJ2kMs_qeQotmw4-lX2)
[pypi-image]: https://img.shields.io/pypi/v/docusign_esign.svg?style=flat
[pypi-url]: https://pypi.python.org/pypi/docusign_esign
[downloads-image]: https://img.shields.io/pypi/dm/docusign_esign.svg?style=flat
[downloads-url]: https://pypi.python.org/pypi/docusign_esign
Raw data
{
"_id": null,
"home_page": null,
"name": "docusign-esign",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "Swagger, Docusign eSignature REST API",
"author": null,
"author_email": "devcenter@docusign.com",
"download_url": "https://files.pythonhosted.org/packages/fe/6c/0573288f9e3ca2c9d45a4c24fbc0d8292811ef74df7a131b5d56631cd8fc/docusign-esign-5.3.0.tar.gz",
"platform": null,
"description": "# The Official Docusign eSignature Python Client SDK\n\n[![PyPI version][pypi-image]][pypi-url]\n<!--[![PyPI downloads][downloads-image]][downloads-url]-->\n\nThe Docusign SDK makes integrating Docusign into your apps and websites a seamless experience.\n\n## Table of Contents\n- [Introduction](#introduction)\n- [Installation](#installation)\n\t* [Version Information](#versionInformation)\n\t* [Requirements](#requirements)\n\t* [Compatibility](#compatibility)\n\t* [Path setup](#pathSetup)\n\t* [Install via PIP](#pip)\n- [Dependencies](#dependencies)\n- [API Reference](#apiReference)\n- [Code Examples](#codeExamples)\n- [OAuth Implementations](#oauthImplementations)\n- [Changelog](#changeLog)\n- [Support](#support)\n- [License](#license)\n- [Additional Resources](#additionalResources)\n\n<a id=\"introduction\"></a>\n## Introduction\nIntegrate eSignatures into your application in minutes. The secure and award-winning Docusign eSignature API makes requesting signatures, automating forms, and tracking documents directly from your app easy.\n\n<a id=\"installation\"></a>\n## Installation\nThis client SDK is provided as open source, which enables you to customize its functionality to suit your particular use case. To do so, download or clone the repository. If the SDK\u2019s given functionality meets your integration needs, or if you\u2019re working through our [code examples](https://developers.docusign.com/docs/esign-rest-api/how-to/) from the [Docusign Developer Center](https://developers.docusign.com/), you merely need to install it by following the instructions below.\n\n<a id=\"versionInformation\"></a>\n### Version Information\n- **API version**: v2.1\n- **Latest SDK version**: 5.3.0\n\n<a id=\"requirements\"></a>\n## Requirements\n* Python 2.7 (3.7+ recommended)\n* Free [developer account](https://go.docusign.com/o/sandbox/?postActivateUrl=https://developers.docusign.com/)\n\n<a id=\"compatibility\"></a>\n## Compatibility\n* Python 2.7+\n\n<a id=\"pathSetup\"></a>\n### Path setup:\n1. Locate your Python installation, also referred to as a **site-packages** folder. This folder is usually labeled in a format of **Python{VersionNumber}**. \n **Examples:**\n * Unix/Linux: **/usr/lib/python2.7**\n * Mac: **/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7**\n * Windows: **C:\\Users\\{username}\\AppData\\Local\\Programs\\Python\\Python37**\n2. Add your Python folder\u2019s path to your system as an environment variable. \n **Unix/Linux:**\n 1. Type the following command into your console: \\\n **export PYTHONPATH = \"${PYTHONPATH}:.:/_path_/_to_/_site-packages_\"**\n 2. Optionally, you can add this command to your system profile, which will run the command each time Python is launched. \n\n **Windows:**\n <ol>\n <li>Open the Windows <strong>Control Panel.</strong></li>\n <li>Under the System and Security category, open the <strong>System</strong> information panel.</li>\n <li>Select <strong>Advanced System Settings</strong> to open the <strong>System Properties</strong> dialog box.</li>\n <li>On the <strong>Advanced</strong> tab, select the <strong>Environment Variables</strong> button at the lower-right corner.\n <ol style=\"list-style-type: lower-alpha\">\n <li>Check to see whether <strong>PYTHONPATH</strong> has been added as a <strong>system variable.</strong></li>\n <li>If it has not, select <strong>New</strong> to add it. The variable you add is the path to the <strong>site-packages</strong> folder.</li>\n </ol>\n </li>\n </ol>\n\n\n**Note:** If you are still unable to reference Python or pip via your command console, you can also add the path to the **site-packages** folder to the built-in environment variable labeled **Path**, which will take effect the next time you start your machine.\n\n<a id=\"pip\"></a>\n### Install via PIP:\nIn your command console, type: **pip install docusign_esign** \n **Note:** This may require the command console to be elevated. You can accomplish this via sudo in Unix/Linux, or by running the command console as an administrator in Windows.\n\n<a id=\"dependencies\"></a>\n## SDK Dependencies\nThis client has the following external dependencies:\n* certifi v14.05.14+\n* six v1.8.0+\n* python_dateutil v2.5.3+\n* setuptools v21.0.0+\n* urllib3 v1.15.1+\n* PyJWT v2.0.0+\n* cryptography v2.5+\n\n<a id=\"apiReference\"></a>\n## API Reference\nYou can refer to the API reference [here](https://developers.docusign.com/docs/esign-rest-api/reference/).\n\n<a id=\"codeExamples\"></a>\n## Code examples\nExplore our GitHub repository for the [Launcher](https://github.com/docusign/code-examples-python/), a self-executing package housing code examples for the eSignature Python SDK. This package showcases several common use cases and their respective source files. Additionally, you can download a version preconfigured for your Docusign developer account from [Quickstart](https://developers.docusign.com/docs/esign-rest-api/quickstart/). These examples support both the [Authorization Code Grant](https://developers.docusign.com/platform/auth/authcode/) and [JSON Web Token (JWT)](https://developers.docusign.com/platform/auth/jwt/) authentication workflows.\n\n## OAuth implementations\nFor details regarding which type of OAuth grant will work best for your Docusign integration, see [Choose OAuth Type](https://developers.docusign.com/platform/auth/choose/) in the [Docusign Developer Center](https://developers.docusign.com/).\n\nFor security purposes, Docusign recommends using the [Authorization Code Grant](https://developers.docusign.com/platform/auth/authcode/) flow.\n\n<a id=\"changeLog\"></a>\n## Changelog\nYou can refer to the complete changelog [here](https://github.com/docusign/docusign-esign-python-client/blob/master/CHANGELOG.md).\n\n<a id=\"support\"></a>\n## Support\nLog issues against this client SDK through GitHub. You can also reach out to us through [Docusign Community](https://community.docusign.com/developer-59) and [Stack Overflow](https://stackoverflow.com/questions/tagged/docusignapi).\n\n<a id=\"license\"></a>\n## License\nThe Docusign eSignature Python Client SDK is licensed under the [MIT License](https://github.com/docusign/docusign-esign-python-client/blob/master/LICENSE).\n\n<a id=\"additionalResources\"></a>\n### Additional resources\n* [Docusign Developer Center](https://developers.docusign.com/)\n* [Docusign API on Twitter](https://twitter.com/docusignapi)\n* [Docusign For Developers on LinkedIn](https://www.linkedin.com/showcase/docusign-for-developers/)\n* [Docusign For Developers on YouTube](https://www.youtube.com/channel/UCJSJ2kMs_qeQotmw4-lX2)\n\n[pypi-image]: https://img.shields.io/pypi/v/docusign_esign.svg?style=flat\n[pypi-url]: https://pypi.python.org/pypi/docusign_esign\n[downloads-image]: https://img.shields.io/pypi/dm/docusign_esign.svg?style=flat\n[downloads-url]: https://pypi.python.org/pypi/docusign_esign\n",
"bugtrack_url": null,
"license": null,
"summary": "Docusign eSignature REST API",
"version": "5.3.0",
"project_urls": null,
"split_keywords": [
"swagger",
" docusign esignature rest api"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "3ab4e7f1272362bb2148c07c4ba591e50c20edc68e20023a75d19f790b97abde",
"md5": "df51a0faa941eade7cc3e786cee34031",
"sha256": "5346736ac8a465b22379e9d2608920965354293c9300f9e82f0c04fb8d1efd57"
},
"downloads": -1,
"filename": "docusign_esign-5.3.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "df51a0faa941eade7cc3e786cee34031",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 1972039,
"upload_time": "2025-09-02T10:34:03",
"upload_time_iso_8601": "2025-09-02T10:34:03.213768Z",
"url": "https://files.pythonhosted.org/packages/3a/b4/e7f1272362bb2148c07c4ba591e50c20edc68e20023a75d19f790b97abde/docusign_esign-5.3.0-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fe6c0573288f9e3ca2c9d45a4c24fbc0d8292811ef74df7a131b5d56631cd8fc",
"md5": "ed40ae6cb9b33955396aac07c65bec0b",
"sha256": "46c88bc1af9000e155dfc3a0eb871430456b79e1f3daae50506abf9c26d1bba2"
},
"downloads": -1,
"filename": "docusign-esign-5.3.0.tar.gz",
"has_sig": false,
"md5_digest": "ed40ae6cb9b33955396aac07c65bec0b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 1294345,
"upload_time": "2025-09-02T10:34:05",
"upload_time_iso_8601": "2025-09-02T10:34:05.042883Z",
"url": "https://files.pythonhosted.org/packages/fe/6c/0573288f9e3ca2c9d45a4c24fbc0d8292811ef74df7a131b5d56631cd8fc/docusign-esign-5.3.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-02 10:34:05",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "docusign-esign"
}