Skip to main content

GroupDocs.Parser Cloud Python SDK

Project description

GroupDocs.Parser Cloud Python SDK

Python package for communicating with the GroupDocs.Parser Cloud API

Requirements

Python 2.7 or 3.4+

Installation

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

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

Licensing

GroupDocs.Parser 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-parser-cloud-22.12.tar.gz (50.1 kB view details)

Uploaded Source

Built Distribution

groupdocs_parser_cloud-22.12-py3-none-any.whl (161.6 kB view details)

Uploaded Python 3

File details

Details for the file groupdocs-parser-cloud-22.12.tar.gz.

File metadata

File hashes

Hashes for groupdocs-parser-cloud-22.12.tar.gz
Algorithm Hash digest
SHA256 bca5e2a509fa71c5ae6bf0f6a00af3478cbce03ef80b41edb690fe71927ef697
MD5 5a00ddb7de1954552156073621e28c47
BLAKE2b-256 36c6944f6586f823d09d8f9955d4be0b1749d83fc282d935e4b9545078364d94

See more details on using hashes here.

File details

Details for the file groupdocs_parser_cloud-22.12-py3-none-any.whl.

File metadata

File hashes

Hashes for groupdocs_parser_cloud-22.12-py3-none-any.whl
Algorithm Hash digest
SHA256 692e093ea32866d38cfba98b782bafce1163b96f9eabcc21ea1b2902aad19cda
MD5 60667eeb6ad0396304dd7af0609ee37d
BLAKE2b-256 e1f11d82753559323c81a4c215e83ba81350321038d65f38a133d3ddcf1c5165

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