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-23.12.tar.gz (45.0 kB view details)

Uploaded Source

Built Distribution

groupdocs_annotation_cloud-23.12-py3-none-any.whl (117.9 kB view details)

Uploaded Python 3

File details

Details for the file groupdocs-annotation-cloud-23.12.tar.gz.

File metadata

File hashes

Hashes for groupdocs-annotation-cloud-23.12.tar.gz
Algorithm Hash digest
SHA256 48f92e037d1a3b5766a940600fbbbd4e8d0138273b6876015255f6fe28bdf89e
MD5 972e7744950f6a7207b606c586630b63
BLAKE2b-256 e3f9880e4bf2cd745a2ad7c704e36c2e34e2784cceeb26b9edbd6f5ae87032cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for groupdocs_annotation_cloud-23.12-py3-none-any.whl
Algorithm Hash digest
SHA256 182781c2d6e4fc94e0d44ea6cb78e529342b11175da65f6fb6cdb215123d2c3f
MD5 fee25174d26b85d1afc2ed20423ff961
BLAKE2b-256 7acfa9e1097d48859821501328e21f3a1b0df4777f2bce2797a758db24ed1c13

See more details on using hashes here.

Supported by

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