Skip to main content

GroupDocs.Annotation Cloud Python SDK

Project description

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 from PyPI by:

pip install groupdocs-annotation-cloud

Or clone repository and install it via Setuptools:

python setup.py install

Getting Started

Please follow the installation procedure and then run following:

# 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.

Resources

+Website +Product Home +Documentation +Free Support Forum +Blog

Contact Us

Your feedback is very important to us. Please feel free to contact us using our Support Forums.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

groupdocs_annotation_cloud-25.7.tar.gz (46.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

groupdocs_annotation_cloud-25.7-py3-none-any.whl (121.4 kB view details)

Uploaded Python 3

File details

Details for the file groupdocs_annotation_cloud-25.7.tar.gz.

File metadata

File hashes

Hashes for groupdocs_annotation_cloud-25.7.tar.gz
Algorithm Hash digest
SHA256 20d0e1988341f87874eb3ceacd19434353a08f783d693d62278611fc1e97753b
MD5 cf9d4c66504cec1416dd28a773aa95b0
BLAKE2b-256 3bfaa729bff1d78060cc22daf3ee0a10f7b178a4100b77e07b313d6aeb716d85

See more details on using hashes here.

File details

Details for the file groupdocs_annotation_cloud-25.7-py3-none-any.whl.

File metadata

File hashes

Hashes for groupdocs_annotation_cloud-25.7-py3-none-any.whl
Algorithm Hash digest
SHA256 ab1ba3115e0aedf1ff7ca9952fdc8b7d1eadcb651d7487021484e62639bed914
MD5 9ac067335837b77beb24e3d428326862
BLAKE2b-256 ec8685cc0e2744a79ae5aea3781ffbcfbe4cb93aac5def06baa9744a68dd40b4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page