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

Uploaded Source

Built Distribution

groupdocs_parser_cloud-23.7-py3-none-any.whl (170.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: groupdocs-parser-cloud-23.7.tar.gz
  • Upload date:
  • Size: 51.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.0

File hashes

Hashes for groupdocs-parser-cloud-23.7.tar.gz
Algorithm Hash digest
SHA256 e9e56aac5fec5a352763215adf09d58959ff89a79371399ea9403a4fe87d05f1
MD5 0be57745b5fe01d2bf2722b487898856
BLAKE2b-256 a836a72a64fa54ad87004f86dacdc685165b11b62772a30684abb003f3fcc87b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for groupdocs_parser_cloud-23.7-py3-none-any.whl
Algorithm Hash digest
SHA256 e8f21750f8f7bafe40b6225e33aac35843bdf99f7fc2985e8143b52963c6e92f
MD5 a13ecb2795b165cc3d688b3a4509e892
BLAKE2b-256 8cbfb4f4dc40c5a79bbed8438fe5922c2aa58954924baea86e8829b2c0944ff1

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