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

Uploaded Source

Built Distribution

groupdocs_comparison_cloud-24.2-py3-none-any.whl (122.4 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for groupdocs-comparison-cloud-24.2.tar.gz
Algorithm Hash digest
SHA256 9e0ec6b266d29ae14e0a0e2f40d5b6cd6414c7cdd956e0a1ffb5f22dccd567ef
MD5 dedaa767ab1a4852d01cff3871c6f2df
BLAKE2b-256 3197e34588b35c1cd9eea749c59be2557f8799ab5112793da14b2af24753b863

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for groupdocs_comparison_cloud-24.2-py3-none-any.whl
Algorithm Hash digest
SHA256 3946fd5e4ab3f4f17f0806add615268f86221383ee31c1d6bb50fa134725b048
MD5 1566d0ea48509d45ac1a40b133ec50ef
BLAKE2b-256 996bda0a92c16fedbb1511b525b845dd5b73ba6cf05ba1e3f275496450652ed7

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