docusign-esign


Namedocusign-esign JSON
Version 3.26.0 PyPI version JSON
download
home_pageNone
SummaryDocuSign REST API
upload_time2024-04-30 10:27:02
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseNone
keywords swagger docusign rest api
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # The Official DocuSign eSignature Python Client SDK

[![PyPI version][pypi-image]][pypi-url]
<!--[![PyPI downloads][downloads-image]][downloads-url]-->
[![Build status][travis-image]][travis-url]

[PyPI module](https://pypi.python.org/pypi/docusign_esign)

[Documentation about DocuSign APIs](https://developers.docusign.com/)

## Requirements
*   Python 2.7 (3.7+ recommended)
*   Free [developer account](https://go.docusign.com/sandbox/productshot/?elqCampaignId=16531)

## Compatibility
*   Python 2.7+

## Installation
This 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.

### 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.

### 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.

## 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+
*   jwcrypto v0.4.2+
*   py-oauth2 v0.0.10+

## Code examples
You can find on our GitHub a self-executing package of code examples for the eSignature Python SDK, called a [Launcher](https://github.com/docusign/code-examples-python/blob/master/README.md), that demonstrates common use cases. You can also download a version preconfigured for your DocuSign developer account from [Quickstart](https://developers.docusign.com/docs/esign-rest-api/quickstart/). These examples can use either the [Authorization Code Grant](https://developers.docusign.com/esign-rest-api/guides/authentication/oauth2-code-grant) or [JSON Web Token (JWT)](https://developers.docusign.com/esign-rest-api/guides/authentication/oauth2-jsonwebtoken) 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/esign-rest-api/guides/authentication/oauth2-code-grant) flow.

## Support
Log issues against this client through GitHub. We also have an [active developer community on Stack Overflow](https://stackoverflow.com/questions/tagged/docusignapi).

## License
The DocuSign eSignature Python Client SDK is licensed under the [MIT License](https://github.com/docusign/docusign-python-client/blob/master/LICENSE).

### 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
[travis-image]: https://img.shields.io/travis/docusign/docusign-python-client.svg?style=flat
[travis-url]: https://travis-ci.org/docusign/docusign-python-client

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "docusign-esign",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "Swagger, DocuSign REST API",
    "author": null,
    "author_email": "devcenter@docusign.com",
    "download_url": "https://files.pythonhosted.org/packages/4d/7a/5839e5361da8ec5ca5e091a2fa4e76e052415db8696cda052e74063143bc/docusign-esign-3.26.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[![Build status][travis-image]][travis-url]\n\n[PyPI module](https://pypi.python.org/pypi/docusign_esign)\n\n[Documentation about DocuSign APIs](https://developers.docusign.com/)\n\n## Requirements\n*   Python 2.7 (3.7+ recommended)\n*   Free [developer account](https://go.docusign.com/sandbox/productshot/?elqCampaignId=16531)\n\n## Compatibility\n*   Python 2.7+\n\n## Installation\nThis 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### 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**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### 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## 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*   jwcrypto v0.4.2+\n*   py-oauth2 v0.0.10+\n\n## Code examples\nYou can find on our GitHub a self-executing package of code examples for the eSignature Python SDK, called a [Launcher](https://github.com/docusign/code-examples-python/blob/master/README.md), that demonstrates common use cases. You can also download a version preconfigured for your DocuSign developer account from [Quickstart](https://developers.docusign.com/docs/esign-rest-api/quickstart/). These examples can use either the [Authorization Code Grant](https://developers.docusign.com/esign-rest-api/guides/authentication/oauth2-code-grant) or [JSON Web Token (JWT)](https://developers.docusign.com/esign-rest-api/guides/authentication/oauth2-jsonwebtoken) 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/esign-rest-api/guides/authentication/oauth2-code-grant) flow.\n\n## Support\nLog issues against this client through GitHub. We also have an [active developer community on Stack Overflow](https://stackoverflow.com/questions/tagged/docusignapi).\n\n## License\nThe DocuSign eSignature Python Client SDK is licensed under the [MIT License](https://github.com/docusign/docusign-python-client/blob/master/LICENSE).\n\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[travis-image]: https://img.shields.io/travis/docusign/docusign-python-client.svg?style=flat\n[travis-url]: https://travis-ci.org/docusign/docusign-python-client\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "DocuSign REST API",
    "version": "3.26.0",
    "project_urls": null,
    "split_keywords": [
        "swagger",
        " docusign rest api"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e9854f11333080fc228d3b8dc26e46392b0eef68487454a899a614586f36216d",
                "md5": "0e64ccf38bed4d61ed04028512c085e4",
                "sha256": "6a3e58ea11727f3cd3c97a96e8c3558a780b6b50984a38cc298d57a0d70648ff"
            },
            "downloads": -1,
            "filename": "docusign_esign-3.26.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0e64ccf38bed4d61ed04028512c085e4",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 1905416,
            "upload_time": "2024-04-30T10:26:59",
            "upload_time_iso_8601": "2024-04-30T10:26:59.507271Z",
            "url": "https://files.pythonhosted.org/packages/e9/85/4f11333080fc228d3b8dc26e46392b0eef68487454a899a614586f36216d/docusign_esign-3.26.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4d7a5839e5361da8ec5ca5e091a2fa4e76e052415db8696cda052e74063143bc",
                "md5": "5ea7ab8b7b66b9a030f9ee3beeb87d31",
                "sha256": "81a7b371030385c5f0e89cdd89e1440fb4842bfc909ec65c7219d2787d5e8012"
            },
            "downloads": -1,
            "filename": "docusign-esign-3.26.0.tar.gz",
            "has_sig": false,
            "md5_digest": "5ea7ab8b7b66b9a030f9ee3beeb87d31",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1249521,
            "upload_time": "2024-04-30T10:27:02",
            "upload_time_iso_8601": "2024-04-30T10:27:02.594386Z",
            "url": "https://files.pythonhosted.org/packages/4d/7a/5839e5361da8ec5ca5e091a2fa4e76e052415db8696cda052e74063143bc/docusign-esign-3.26.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-30 10:27:02",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "docusign-esign"
}
        
Elapsed time: 0.24869s