# GroupDocs.Annotation Cloud Python SDK
Python package for communicating with the GroupDocs.Annotation Cloud API
## Requirements
Python 2.7 or 3.4+
## Installation
Install `groupdocs-annotation-cloud` with [PIP](https://pypi.org/project/pip/) from [PyPI](https://pypi.org/) by:
```sh
pip install groupdocs-annotation-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_annotation_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_annotation_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_annotation_cloud.ApiException as e:
print("Exception when calling get_supported_file_formats: {0}".format(e.message))
```
## Licensing
GroupDocs.Annotation Cloud Python SDK licensed under [MIT License](http://github.com/groupdocs-annotation-cloud/groupdocs-annotation-cloud-python/LICENSE).
## Resources
+[**Website**](https://www.groupdocs.cloud)
+[**Product Home**](https://products.groupdocs.cloud/annotation)
+[**Documentation**](https://docs.groupdocs.cloud/annotation/)
+[**Free Support Forum**](https://forum.groupdocs.cloud/c/annotation)
+[**Blog**](https://blog.groupdocs.cloud/category/annotation)
## Contact Us
Your feedback is very important to us. Please feel free to contact us using our [Support Forums](https://forum.groupdocs.cloud/c/annotation).
Raw data
{
"_id": null,
"home_page": "http://github.com/groupdocs-annotation-cloud/groupdocs-annotation-cloud-python",
"name": "groupdocs-annotation-cloud",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "groupdocs,annotation,cloud,python,sdk",
"author": "GroupDocs",
"author_email": "support@groupdocs.cloud",
"download_url": "https://files.pythonhosted.org/packages/e3/f9/880e4bf2cd745a2ad7c704e36c2e34e2784cceeb26b9edbd6f5ae87032cc/groupdocs-annotation-cloud-23.12.tar.gz",
"platform": null,
"description": "# GroupDocs.Annotation Cloud Python SDK\r\n\r\nPython package for communicating with the GroupDocs.Annotation Cloud API\r\n\r\n## Requirements\r\n\r\nPython 2.7 or 3.4+\r\n\r\n## Installation\r\n\r\nInstall `groupdocs-annotation-cloud` with [PIP](https://pypi.org/project/pip/) from [PyPI](https://pypi.org/) by:\r\n\r\n```sh\r\npip install groupdocs-annotation-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_annotation_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_annotation_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_annotation_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\n\r\nGroupDocs.Annotation Cloud Python SDK licensed under [MIT License](http://github.com/groupdocs-annotation-cloud/groupdocs-annotation-cloud-python/LICENSE).\r\n\r\n## Resources\r\n\r\n+[**Website**](https://www.groupdocs.cloud)\r\n+[**Product Home**](https://products.groupdocs.cloud/annotation)\r\n+[**Documentation**](https://docs.groupdocs.cloud/annotation/)\r\n+[**Free Support Forum**](https://forum.groupdocs.cloud/c/annotation)\r\n+[**Blog**](https://blog.groupdocs.cloud/category/annotation)\r\n\r\n## Contact Us\r\n\r\nYour feedback is very important to us. Please feel free to contact us using our [Support Forums](https://forum.groupdocs.cloud/c/annotation).\r\n",
"bugtrack_url": null,
"license": "",
"summary": "GroupDocs.Annotation Cloud Python SDK",
"version": "23.12",
"project_urls": {
"Homepage": "http://github.com/groupdocs-annotation-cloud/groupdocs-annotation-cloud-python"
},
"split_keywords": [
"groupdocs",
"annotation",
"cloud",
"python",
"sdk"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "7acfa9e1097d48859821501328e21f3a1b0df4777f2bce2797a758db24ed1c13",
"md5": "fee25174d26b85d1afc2ed20423ff961",
"sha256": "182781c2d6e4fc94e0d44ea6cb78e529342b11175da65f6fb6cdb215123d2c3f"
},
"downloads": -1,
"filename": "groupdocs_annotation_cloud-23.12-py3-none-any.whl",
"has_sig": false,
"md5_digest": "fee25174d26b85d1afc2ed20423ff961",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 117931,
"upload_time": "2023-12-27T09:45:26",
"upload_time_iso_8601": "2023-12-27T09:45:26.703353Z",
"url": "https://files.pythonhosted.org/packages/7a/cf/a9e1097d48859821501328e21f3a1b0df4777f2bce2797a758db24ed1c13/groupdocs_annotation_cloud-23.12-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e3f9880e4bf2cd745a2ad7c704e36c2e34e2784cceeb26b9edbd6f5ae87032cc",
"md5": "972e7744950f6a7207b606c586630b63",
"sha256": "48f92e037d1a3b5766a940600fbbbd4e8d0138273b6876015255f6fe28bdf89e"
},
"downloads": -1,
"filename": "groupdocs-annotation-cloud-23.12.tar.gz",
"has_sig": false,
"md5_digest": "972e7744950f6a7207b606c586630b63",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 44959,
"upload_time": "2023-12-27T09:45:28",
"upload_time_iso_8601": "2023-12-27T09:45:28.380839Z",
"url": "https://files.pythonhosted.org/packages/e3/f9/880e4bf2cd745a2ad7c704e36c2e34e2784cceeb26b9edbd6f5ae87032cc/groupdocs-annotation-cloud-23.12.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-12-27 09:45:28",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "groupdocs-annotation-cloud",
"github_project": "groupdocs-annotation-cloud-python",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [],
"tox": true,
"lcname": "groupdocs-annotation-cloud"
}