# GroupDocs.Viewer Cloud Python SDK
Python package for communicating with the GroupDocs.Viewer Cloud API
## Requirements
Python 2.7 or 3.4+
## Installation
Install `groupdocs-viewer-cloud` with [PIP](https://pypi.org/project/pip/) from [PyPI](https://pypi.org/) by:
```sh
pip install groupdocs-viewer-cloud
```
Or clone repository and install it via [Setuptools](http://pypi.python.org/pypi/setuptools):
```sh
python setup.py install
```
## Getting Started
Please follow the [installation procedure](#installation) and then run following:
```python
# Import module
import groupdocs_viewer_cloud
# Get your app_sid and app_key at https://dashboard.groupdocs.cloud (free registration is required).
app_sid = "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX"
app_key = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
# Create instance of the API
api = groupdocs_viewer_cloud.InfoApi.from_keys(app_sid, app_key)
try:
# Retrieve supported file-formats
response = api.get_supported_file_formats()
# Print out supported file-formats
print("Supported file-formats:")
for format in response.formats:
print('{0} ({1})'.format(format.file_format, format.extension))
except groupdocs_viewer_cloud.ApiException as e:
print("Exception when calling get_supported_file_formats: {0}".format(e.message))
```
## Licensing
GroupDocs.Viewer Cloud Python SDK licensed under [MIT License](http://github.com/groupdocs-viewer-cloud/groupdocs-viewer-cloud-python/LICENSE).
## Resources
+ [**Website**](https://www.groupdocs.cloud)
+ [**Product Home**](https://products.groupdocs.cloud/viewer)
+ [**Documentation**](https://docs.groupdocs.cloud/display/viewercloud/Home)
+ [**Free Support Forum**](https://forum.groupdocs.cloud/c/viewer)
+ [**Blog**](https://blog.groupdocs.cloud/category/viewer)
## Contact Us
Your feedback is very important to us. Please feel free to contact us using our [Support Forums](https://forum.groupdocs.cloud/c/viewer).
Raw data
{
"_id": null,
"home_page": "http://github.com/groupdocs-viewer-cloud/groupdocs-viewer-cloud-python",
"name": "groupdocs-viewer-cloud",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "groupdocs, viewer, cloud, python, sdk",
"author": "GroupDocs",
"author_email": "support@groupdocs.cloud",
"download_url": "https://files.pythonhosted.org/packages/66/d9/b8818337769cf3e017db4ce6a6cdf82c599f6c446bd5791c18cbe53d30a4/groupdocs_viewer_cloud-25.7.tar.gz",
"platform": null,
"description": "# GroupDocs.Viewer Cloud Python SDK\r\nPython package for communicating with the GroupDocs.Viewer Cloud API\r\n\r\n## Requirements\r\n\r\nPython 2.7 or 3.4+\r\n\r\n## Installation\r\nInstall `groupdocs-viewer-cloud` with [PIP](https://pypi.org/project/pip/) from [PyPI](https://pypi.org/) by:\r\n\r\n```sh\r\npip install groupdocs-viewer-cloud\r\n```\r\n\r\nOr clone repository and install it via [Setuptools](http://pypi.python.org/pypi/setuptools): \r\n\r\n```sh\r\npython setup.py install\r\n```\r\n\r\n## Getting Started\r\n\r\nPlease follow the [installation procedure](#installation) and then run following:\r\n\r\n```python\r\n# Import module\r\nimport groupdocs_viewer_cloud\r\n\r\n# Get your app_sid and app_key at https://dashboard.groupdocs.cloud (free registration is required).\r\napp_sid = \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\r\napp_key = \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\"\r\n\r\n# Create instance of the API\r\napi = groupdocs_viewer_cloud.InfoApi.from_keys(app_sid, app_key)\r\n\r\ntry:\r\n # Retrieve supported file-formats\r\n response = api.get_supported_file_formats()\r\n\r\n # Print out supported file-formats\r\n print(\"Supported file-formats:\")\r\n for format in response.formats:\r\n print('{0} ({1})'.format(format.file_format, format.extension)) \r\nexcept groupdocs_viewer_cloud.ApiException as e:\r\n print(\"Exception when calling get_supported_file_formats: {0}\".format(e.message))\r\n```\r\n\r\n## Licensing\r\nGroupDocs.Viewer Cloud Python SDK licensed under [MIT License](http://github.com/groupdocs-viewer-cloud/groupdocs-viewer-cloud-python/LICENSE).\r\n\r\n## Resources\r\n+ [**Website**](https://www.groupdocs.cloud)\r\n+ [**Product Home**](https://products.groupdocs.cloud/viewer)\r\n+ [**Documentation**](https://docs.groupdocs.cloud/display/viewercloud/Home)\r\n+ [**Free Support Forum**](https://forum.groupdocs.cloud/c/viewer)\r\n+ [**Blog**](https://blog.groupdocs.cloud/category/viewer)\r\n\r\n## Contact Us\r\nYour feedback is very important to us. Please feel free to contact us using our [Support Forums](https://forum.groupdocs.cloud/c/viewer).\r\n",
"bugtrack_url": null,
"license": null,
"summary": "GroupDocs.Viewer Cloud Python SDK",
"version": "25.7",
"project_urls": {
"Homepage": "http://github.com/groupdocs-viewer-cloud/groupdocs-viewer-cloud-python"
},
"split_keywords": [
"groupdocs",
" viewer",
" cloud",
" python",
" sdk"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "98169ff6e57d24337d83fb8a3ef3d8b55e1bae6cdd41dc539be23b0cec8ffe9d",
"md5": "5f0a1c0741e8d59661a72527b0fb45da",
"sha256": "279d3d96224e088867e7dc396be55d956160e4f5bcd0bad093160467c9420371"
},
"downloads": -1,
"filename": "groupdocs_viewer_cloud-25.7-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5f0a1c0741e8d59661a72527b0fb45da",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 183262,
"upload_time": "2025-07-23T06:46:09",
"upload_time_iso_8601": "2025-07-23T06:46:09.400382Z",
"url": "https://files.pythonhosted.org/packages/98/16/9ff6e57d24337d83fb8a3ef3d8b55e1bae6cdd41dc539be23b0cec8ffe9d/groupdocs_viewer_cloud-25.7-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "66d9b8818337769cf3e017db4ce6a6cdf82c599f6c446bd5791c18cbe53d30a4",
"md5": "c985701cb6be6d6bd0037415b6a5f310",
"sha256": "5c7b871b6725605df938b60b5b7f5155703a0d8f4dee4f0dd8f7fc67f95bd494"
},
"downloads": -1,
"filename": "groupdocs_viewer_cloud-25.7.tar.gz",
"has_sig": false,
"md5_digest": "c985701cb6be6d6bd0037415b6a5f310",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 64479,
"upload_time": "2025-07-23T06:46:10",
"upload_time_iso_8601": "2025-07-23T06:46:10.404105Z",
"url": "https://files.pythonhosted.org/packages/66/d9/b8818337769cf3e017db4ce6a6cdf82c599f6c446bd5791c18cbe53d30a4/groupdocs_viewer_cloud-25.7.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-23 06:46:10",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "groupdocs-viewer-cloud",
"github_project": "groupdocs-viewer-cloud-python",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "certifi",
"specs": [
[
">=",
"14.05.14"
]
]
},
{
"name": "six",
"specs": [
[
">=",
"1.10"
]
]
},
{
"name": "setuptools",
"specs": [
[
">=",
"21.0.0"
]
]
},
{
"name": "urllib3",
"specs": [
[
">=",
"1.15.1"
]
]
},
{
"name": "python_dateutil",
"specs": [
[
">=",
"2.5.3"
]
]
}
],
"tox": true,
"lcname": "groupdocs-viewer-cloud"
}