docusign-monitor


Namedocusign-monitor JSON
Version 1.2.0 PyPI version JSON
download
home_page
SummaryMonitor API
upload_time2023-06-26 16:38:24
maintainer
docs_urlNone
author
requires_python
license
keywords swagger monitor api
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # The Official DocuSign Monitor Python Client

[![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_monitor) that wraps the <a href="https://www.docusign.com/products/monitor-for-real-estate">DocuSign Monitor</a> API

[Documentation about the DocuSign Monitor API](https://developers.docusign.com/)

## Requirements

- Python 2.7 (3.7+ recommended)
- Free [Developer Sandbox](https://go.docusign.com/sandbox/productshot/?elqCampaignId=16531)

## Compatibility

- Python 2.7+

## Installation

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

1. Add the path to your Python folder as an environment variable.

**Unix/Linux:**

- Type the following command into your console:  
   **export PYTHONPATH = "${PYTHONPATH}:.:/path/to/site-packages"**
- 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 <b>Control Panel.</b></li>
   <li>Under the System and Security category, open the <b>System</b></li>
   <li>Select <b>Advanced System Settings</b> to open the <b>System Properties</b> dialog box.</li>
   <li>On the <b>Advanced</b> tab, select the <b>Environmental Variables</b> button at the lower-right corner.
       <ol style="list-style-type: lower-alpha">
           <li>Check if <b>PYTHONPATH</b> has been added as a <b>system variable.</b></li>
           <li>If it has not, select <b>New</b> to add it. The variable you add is the path to the <b>site-packages</b></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:

1. In your command console, type:
pip install docusign-monitor

Note: This may require the command console be elevated. You can accomplish this via sudoin 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+


## 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 Python Client is licensed under the [MIT License](https://github.com/docusign/docusign-python-client/blob/master/LICENSE).


[pypi-image]: https://img.shields.io/pypi/v/docusign_monitor.svg?style=flat
[pypi-url]: https://pypi.python.org/pypi/docusign_monitor
[downloads-image]: https://img.shields.io/pypi/dm/docusign_monitor.svg?style=flat
[downloads-url]: https://pypi.python.org/pypi/docusign_monitor
[travis-image]: https://img.shields.io/travis/docusign/docusign-monitor-python-client.svg?style=flat
[travis-url]: https://travis-ci.org/docusign/docusign-monitor-python-client

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "docusign-monitor",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Swagger,Monitor API",
    "author": "",
    "author_email": "devcenter@docusign.com",
    "download_url": "https://files.pythonhosted.org/packages/a6/73/4d51c40847dce422380b06fbf97392d656b2af55cef0c16507e823b6ed5c/docusign-monitor-1.2.0.tar.gz",
    "platform": null,
    "description": "# The Official DocuSign Monitor Python Client\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_monitor) that wraps the <a href=\"https://www.docusign.com/products/monitor-for-real-estate\">DocuSign Monitor</a> API\n\n[Documentation about the DocuSign Monitor API](https://developers.docusign.com/)\n\n## Requirements\n\n- Python 2.7 (3.7+ recommended)\n- Free [Developer Sandbox](https://go.docusign.com/sandbox/productshot/?elqCampaignId=16531)\n\n## Compatibility\n\n- Python 2.7+\n\n## Installation\n\n### Path Setup:\n\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\n**Examples:**\n\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\n\n1. Add the path to your Python folder as an environment variable.\n\n**Unix/Linux:**\n\n- Type the following command into your console:  \n   **export PYTHONPATH = \"${PYTHONPATH}:.:/path/to/site-packages\"**\n- Optionally, you can add this command to your system profile, which will run the command each time Python is launched.\n\n**Windows:**\n\n<ol>\n   <li>Open the Windows <b>Control Panel.</b></li>\n   <li>Under the System and Security category, open the <b>System</b></li>\n   <li>Select <b>Advanced System Settings</b> to open the <b>System Properties</b> dialog box.</li>\n   <li>On the <b>Advanced</b> tab, select the <b>Environmental Variables</b> button at the lower-right corner.\n       <ol style=\"list-style-type: lower-alpha\">\n           <li>Check if <b>PYTHONPATH</b> has been added as a <b>system variable.</b></li>\n           <li>If it has not, select <b>New</b> to add it. The variable you add is the path to the <b>site-packages</b></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:\n\n1. In your command console, type:\npip install docusign-monitor\n\nNote: This may require the command console be elevated. You can accomplish this via sudoin Unix/Linux, or by running the command console as an administrator in Windows.\n\n## Dependencies\n\nThis client has the following external dependencies:\n\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\n## Support\n\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\n\nThe DocuSign Python Client is licensed under the [MIT License](https://github.com/docusign/docusign-python-client/blob/master/LICENSE).\n\n\n[pypi-image]: https://img.shields.io/pypi/v/docusign_monitor.svg?style=flat\n[pypi-url]: https://pypi.python.org/pypi/docusign_monitor\n[downloads-image]: https://img.shields.io/pypi/dm/docusign_monitor.svg?style=flat\n[downloads-url]: https://pypi.python.org/pypi/docusign_monitor\n[travis-image]: https://img.shields.io/travis/docusign/docusign-monitor-python-client.svg?style=flat\n[travis-url]: https://travis-ci.org/docusign/docusign-monitor-python-client\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Monitor API",
    "version": "1.2.0",
    "project_urls": null,
    "split_keywords": [
        "swagger",
        "monitor api"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8f89964b706b74c3030df5cbd5e4c49746f6cf7b11e98fed531aa9114b77729f",
                "md5": "6eab4eb8e6f35cd592b92eedca74b998",
                "sha256": "f9b0da877ece40ab9de24011e15fd5c948660105f04f49f826f2721ef811de05"
            },
            "downloads": -1,
            "filename": "docusign_monitor-1.2.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6eab4eb8e6f35cd592b92eedca74b998",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 37899,
            "upload_time": "2023-06-26T16:38:23",
            "upload_time_iso_8601": "2023-06-26T16:38:23.146067Z",
            "url": "https://files.pythonhosted.org/packages/8f/89/964b706b74c3030df5cbd5e4c49746f6cf7b11e98fed531aa9114b77729f/docusign_monitor-1.2.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a6734d51c40847dce422380b06fbf97392d656b2af55cef0c16507e823b6ed5c",
                "md5": "e2d54c3ad3addc37ba3dc2112f0a2f63",
                "sha256": "8bfa54355478edf30b7342cc1527eb0e18f01c1d3095d6f1a679465ddc3314a9"
            },
            "downloads": -1,
            "filename": "docusign-monitor-1.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e2d54c3ad3addc37ba3dc2112f0a2f63",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 24952,
            "upload_time": "2023-06-26T16:38:24",
            "upload_time_iso_8601": "2023-06-26T16:38:24.671663Z",
            "url": "https://files.pythonhosted.org/packages/a6/73/4d51c40847dce422380b06fbf97392d656b2af55cef0c16507e823b6ed5c/docusign-monitor-1.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-26 16:38:24",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "docusign-monitor"
}
        
Elapsed time: 0.24604s