{"id":25553839,"url":"https://github.com/docusign/docusign-rooms-python-client","last_synced_at":"2025-04-11T22:50:33.873Z","repository":{"id":46562655,"uuid":"308451378","full_name":"docusign/docusign-rooms-python-client","owner":"docusign","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-16T07:26:14.000Z","size":2307,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-03-25T18:45:30.710Z","etag":null,"topics":[],"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":"2020-10-29T21:14:26.000Z","updated_at":"2021-11-14T17:00:43.000Z","dependencies_parsed_at":"2024-08-17T03:15:36.894Z","dependency_job_id":null,"html_url":"https://github.com/docusign/docusign-rooms-python-client","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docusign%2Fdocusign-rooms-python-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docusign%2Fdocusign-rooms-python-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docusign%2Fdocusign-rooms-python-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docusign%2Fdocusign-rooms-python-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/docusign","download_url":"https://codeload.github.com/docusign/docusign-rooms-python-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248492988,"owners_count":21113161,"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":[],"created_at":"2025-02-20T12:02:01.758Z","updated_at":"2025-04-11T22:50:33.853Z","avatar_url":"https://github.com/docusign.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The Official DocuSign Rooms Python Client\n\n[![PyPI version][pypi-image]][pypi-url]\n\u003c!--[![PyPI downloads][downloads-image]][downloads-url]--\u003e\n[![Build status][travis-image]][travis-url]\n\n[PyPI module](https://pypi.python.org/pypi/docusign_rooms) that wraps the \u003ca href=\"https://www.docusign.com/products/rooms-for-real-estate\"\u003eDocuSign Rooms\u003c/a\u003e 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\u003col\u003e\n   \u003cli\u003eOpen the Windows \u003cb\u003eControl Panel.\u003c/b\u003e\u003c/li\u003e\n   \u003cli\u003eUnder the System and Security category, open the \u003cb\u003eSystem\u003c/b\u003e\u003c/li\u003e\n   \u003cli\u003eSelect \u003cb\u003eAdvanced System Settings\u003c/b\u003e to open the \u003cb\u003eSystem Properties\u003c/b\u003e dialog box.\u003c/li\u003e\n   \u003cli\u003eOn the \u003cb\u003eAdvanced\u003c/b\u003e tab, select the \u003cb\u003eEnvironmental Variables\u003c/b\u003e button at the lower-right corner.\n       \u003col style=\"list-style-type: lower-alpha\"\u003e\n           \u003cli\u003eCheck if \u003cb\u003ePYTHONPATH\u003c/b\u003e has been added as a \u003cb\u003esystem variable.\u003c/b\u003e\u003c/li\u003e\n           \u003cli\u003eIf it has not, select \u003cb\u003eNew\u003c/b\u003e to add it. The variable you add is the path to the \u003cb\u003esite-packages\u003c/b\u003e\u003c/li\u003e\n       \u003c/ol\u003e\n   \u003c/li\u003e\n\u003c/ol\u003e\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocusign%2Fdocusign-rooms-python-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdocusign%2Fdocusign-rooms-python-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocusign%2Fdocusign-rooms-python-client/lists"}