{"id":25553852,"url":"https://github.com/docusign/docusign-esign-python-client","last_synced_at":"2025-04-09T17:24:42.750Z","repository":{"id":37051256,"uuid":"99750088","full_name":"docusign/docusign-esign-python-client","owner":"docusign","description":"The Official DocuSign Python Client Library used to interact with the eSign REST API. Send, sign, and approve documents using this client. https://www.docusign.com/devcenter","archived":false,"fork":false,"pushed_at":"2024-09-06T12:16:49.000Z","size":22053,"stargazers_count":98,"open_issues_count":36,"forks_count":88,"subscribers_count":23,"default_branch":"master","last_synced_at":"2025-02-23T09:32:05.727Z","etag":null,"topics":["digital-signature","docusign","docusign-api","docusign-python-client","docusign-rest","electronic-signatures","esignature","sdk"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/docusign.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-09T01:02:47.000Z","updated_at":"2024-12-02T15:12:33.000Z","dependencies_parsed_at":"2023-01-23T15:01:25.403Z","dependency_job_id":"46412f3d-2a9e-4bf9-b3f8-2ea53e7e376f","html_url":"https://github.com/docusign/docusign-esign-python-client","commit_stats":null,"previous_names":["docusign/docusign-python-client"],"tags_count":72,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docusign%2Fdocusign-esign-python-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docusign%2Fdocusign-esign-python-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docusign%2Fdocusign-esign-python-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docusign%2Fdocusign-esign-python-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/docusign","download_url":"https://codeload.github.com/docusign/docusign-esign-python-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248075627,"owners_count":21043625,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["digital-signature","docusign","docusign-api","docusign-python-client","docusign-rest","electronic-signatures","esignature","sdk"],"created_at":"2025-02-20T12:02:18.702Z","updated_at":"2025-04-09T17:24:42.727Z","avatar_url":"https://github.com/docusign.png","language":"Python","readme":"# The Official Docusign eSignature Python Client SDK\n\n[![PyPI version][pypi-image]][pypi-url]\n\u003c!--[![PyPI downloads][downloads-image]][downloads-url]--\u003e\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\u003ca id=\"introduction\"\u003e\u003c/a\u003e\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\u003ca id=\"installation\"\u003e\u003c/a\u003e\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’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.\n\n\u003ca id=\"versionInformation\"\u003e\u003c/a\u003e\n### Version Information\n- **API version**: v2.1\n- **Latest SDK version**: 5.0.0rc2\n\n\u003ca id=\"requirements\"\u003e\u003c/a\u003e\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\u003ca id=\"compatibility\"\u003e\u003c/a\u003e\n## Compatibility\n*   Python 2.7+\n\n\u003ca id=\"pathSetup\"\u003e\u003c/a\u003e\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’s 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    \u003col\u003e\n      \u003cli\u003eOpen the Windows \u003cstrong\u003eControl Panel.\u003c/strong\u003e\u003c/li\u003e\n      \u003cli\u003eUnder the System and Security category, open the \u003cstrong\u003eSystem\u003c/strong\u003e information panel.\u003c/li\u003e\n      \u003cli\u003eSelect \u003cstrong\u003eAdvanced System Settings\u003c/strong\u003e to open the \u003cstrong\u003eSystem Properties\u003c/strong\u003e dialog box.\u003c/li\u003e\n      \u003cli\u003eOn the \u003cstrong\u003eAdvanced\u003c/strong\u003e tab, select the \u003cstrong\u003eEnvironment Variables\u003c/strong\u003e button at the lower-right corner.\n          \u003col style=\"list-style-type: lower-alpha\"\u003e\n              \u003cli\u003eCheck to see whether \u003cstrong\u003ePYTHONPATH\u003c/strong\u003e has been added as a \u003cstrong\u003esystem variable.\u003c/strong\u003e\u003c/li\u003e\n              \u003cli\u003eIf it has not, select \u003cstrong\u003eNew\u003c/strong\u003e to add it. The variable you add is the path to the \u003cstrong\u003esite-packages\u003c/strong\u003e folder.\u003c/li\u003e\n          \u003c/ol\u003e\n      \u003c/li\u003e\n    \u003c/ol\u003e\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\u003ca id=\"pip\"\u003e\u003c/a\u003e\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\u003ca id=\"dependencies\"\u003e\u003c/a\u003e\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\u003ca id=\"apiReference\"\u003e\u003c/a\u003e\n## API Reference\nYou can refer to the API reference [here](https://developers.docusign.com/docs/esign-rest-api/reference/).\n\n\u003ca id=\"codeExamples\"\u003e\u003c/a\u003e\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\u003ca id=\"changeLog\"\u003e\u003c/a\u003e\n## Changelog\nYou can refer to the complete changelog [here](https://github.com/docusign/docusign-esign-python-client/blob/master/CHANGELOG.md).\n\n\u003ca id=\"support\"\u003e\u003c/a\u003e\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\u003ca id=\"license\"\u003e\u003c/a\u003e\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\u003ca id=\"additionalResources\"\u003e\u003c/a\u003e\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","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocusign%2Fdocusign-esign-python-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdocusign%2Fdocusign-esign-python-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocusign%2Fdocusign-esign-python-client/lists"}