Name | docusign-rooms JSON |
Version |
1.3.0
JSON |
| download |
home_page | |
Summary | DocuSign Rooms API - v2 |
upload_time | 2023-02-10 16:38:23 |
maintainer | |
docs_url | None |
author | |
requires_python | |
license | |
keywords |
swagger
docusign rooms api - v2
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# The Official DocuSign Rooms 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_rooms) that wraps the <a href="https://www.docusign.com/products/rooms-for-real-estate">DocuSign Rooms</a> API
[Documentation about the DocuSign Rooms 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-rooms
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_rooms.svg?style=flat
[pypi-url]: https://pypi.python.org/pypi/docusign_rooms
[downloads-image]: https://img.shields.io/pypi/dm/docusign_rooms.svg?style=flat
[downloads-url]: https://pypi.python.org/pypi/docusign_rooms
[travis-image]: https://img.shields.io/travis/docusign/docusign-rooms-python-client.svg?style=flat
[travis-url]: https://travis-ci.org/docusign/docusign-rooms-python-client
Raw data
{
"_id": null,
"home_page": "",
"name": "docusign-rooms",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "Swagger,DocuSign Rooms API - v2",
"author": "",
"author_email": "devcenter@docusign.com",
"download_url": "https://files.pythonhosted.org/packages/d7/ab/d0d238d5856b0780c20f3d7eca7fc9173c089e2876a1f2dcf1081a740896/docusign-rooms-1.3.0.tar.gz",
"platform": null,
"description": "# The Official DocuSign Rooms 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_rooms) that wraps the <a href=\"https://www.docusign.com/products/rooms-for-real-estate\">DocuSign Rooms</a> API\n\n[Documentation about the DocuSign Rooms 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-rooms\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_rooms.svg?style=flat\n[pypi-url]: https://pypi.python.org/pypi/docusign_rooms\n[downloads-image]: https://img.shields.io/pypi/dm/docusign_rooms.svg?style=flat\n[downloads-url]: https://pypi.python.org/pypi/docusign_rooms\n[travis-image]: https://img.shields.io/travis/docusign/docusign-rooms-python-client.svg?style=flat\n[travis-url]: https://travis-ci.org/docusign/docusign-rooms-python-client\n",
"bugtrack_url": null,
"license": "",
"summary": "DocuSign Rooms API - v2",
"version": "1.3.0",
"split_keywords": [
"swagger",
"docusign rooms api - v2"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "5f0d1392f8d219d304f6c2766a6e08b2d84ce1ce2acb73607adbe9b8cd44dae2",
"md5": "3971258ad4590f4f639930cc2340507d",
"sha256": "c05783692506088e496f78352419a9505357a8e67092c9476c1b943846a043a0"
},
"downloads": -1,
"filename": "docusign_rooms-1.3.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "3971258ad4590f4f639930cc2340507d",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 334204,
"upload_time": "2023-02-10T16:38:20",
"upload_time_iso_8601": "2023-02-10T16:38:20.832954Z",
"url": "https://files.pythonhosted.org/packages/5f/0d/1392f8d219d304f6c2766a6e08b2d84ce1ce2acb73607adbe9b8cd44dae2/docusign_rooms-1.3.0-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d7abd0d238d5856b0780c20f3d7eca7fc9173c089e2876a1f2dcf1081a740896",
"md5": "8dfae6a9c411b35cd9619e78e2a0693b",
"sha256": "440087ba0739f64b787d4254de56ba6c5025622acff03c12010587eabebd4c38"
},
"downloads": -1,
"filename": "docusign-rooms-1.3.0.tar.gz",
"has_sig": false,
"md5_digest": "8dfae6a9c411b35cd9619e78e2a0693b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 108681,
"upload_time": "2023-02-10T16:38:23",
"upload_time_iso_8601": "2023-02-10T16:38:23.105420Z",
"url": "https://files.pythonhosted.org/packages/d7/ab/d0d238d5856b0780c20f3d7eca7fc9173c089e2876a1f2dcf1081a740896/docusign-rooms-1.3.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-02-10 16:38:23",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "docusign-rooms"
}