Skip to main content

GroupDocs.Comparison Cloud Python SDK

Project description

GroupDocs.Comparison Cloud Python SDK

Python package for communicating with the GroupDocs.Comparison Cloud API

Requirements

Python 2.7 or 3.4+

Installation

Install groupdocs-comparison-cloud with PIP from PyPI by:

pip install groupdocs-comparison-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_comparison_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_comparison_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_comparison_cloud.ApiException as e:
    print("Exception when calling get_supported_file_formats: {0}".format(e.message))

Licensing

GroupDocs.Comparison Cloud Python SDK licensed under MIT License.

Resources

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-comparison-cloud-23.4.tar.gz (44.1 kB view details)

Uploaded Source

Built Distribution

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

groupdocs_comparison_cloud-23.4-py3-none-any.whl (122.3 kB view details)

Uploaded Python 3

File details

Details for the file groupdocs-comparison-cloud-23.4.tar.gz.

File metadata

File hashes

Hashes for groupdocs-comparison-cloud-23.4.tar.gz
Algorithm Hash digest
SHA256 f6d7bb16eccc20da29ab6de51f346bb07a5ab4b2b57cf1293da47946fa77675b
MD5 aa084f36ecc1f14c1e464c8488cd1420
BLAKE2b-256 4a98e509ae3086013e2c7e5de33ff8cf62399c7731b711ed828b1f817d6dc34d

See more details on using hashes here.

File details

Details for the file groupdocs_comparison_cloud-23.4-py3-none-any.whl.

File metadata

File hashes

Hashes for groupdocs_comparison_cloud-23.4-py3-none-any.whl
Algorithm Hash digest
SHA256 2645c784949085b7a7a4bda85f8436f328bd80e8079021c92abd4c937924f015
MD5 7a9926cfb0b49709896f00e331c20cf3
BLAKE2b-256 01be374a4df821f2ca6d9b858db963ea890550814db6d437fe453e0b405c3cfa

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