# 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/f3/50/38240da1f46424b9f6972ea6022c65e3ed2978817d9126e99c070a46bf6d/groupdocs_viewer_cloud-24.12.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": "24.12",
"project_urls": {
"Homepage": "http://github.com/groupdocs-viewer-cloud/groupdocs-viewer-cloud-python"
},
"split_keywords": [
"groupdocs",
" viewer",
" cloud",
" python",
" sdk"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d1cdcbd84bb53c60d379e0fd68714f2f75e239fa46a32d275e03d848117b19be",
"md5": "4ca632142828098f3ddc8b2aec00136f",
"sha256": "50597bbd552c297a3f4d95118458b640bc6ca3203660d49867556308a1751d1c"
},
"downloads": -1,
"filename": "groupdocs_viewer_cloud-24.12-py3-none-any.whl",
"has_sig": false,
"md5_digest": "4ca632142828098f3ddc8b2aec00136f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 182821,
"upload_time": "2024-12-24T06:51:56",
"upload_time_iso_8601": "2024-12-24T06:51:56.284382Z",
"url": "https://files.pythonhosted.org/packages/d1/cd/cbd84bb53c60d379e0fd68714f2f75e239fa46a32d275e03d848117b19be/groupdocs_viewer_cloud-24.12-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f35038240da1f46424b9f6972ea6022c65e3ed2978817d9126e99c070a46bf6d",
"md5": "e156447bcc0236b15f144f007564aa2d",
"sha256": "65a14012d1bf7f49ba830fbec75efb6d3639a00c288bd55b99733107a79df289"
},
"downloads": -1,
"filename": "groupdocs_viewer_cloud-24.12.tar.gz",
"has_sig": false,
"md5_digest": "e156447bcc0236b15f144f007564aa2d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 63424,
"upload_time": "2024-12-24T06:51:59",
"upload_time_iso_8601": "2024-12-24T06:51:59.424122Z",
"url": "https://files.pythonhosted.org/packages/f3/50/38240da1f46424b9f6972ea6022c65e3ed2978817d9126e99c070a46bf6d/groupdocs_viewer_cloud-24.12.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-24 06:51:59",
"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"
}