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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file groupdocs-parser-cloud-22.12.tar.gz.
File metadata
- Download URL: groupdocs-parser-cloud-22.12.tar.gz
- Upload date:
- Size: 50.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bca5e2a509fa71c5ae6bf0f6a00af3478cbce03ef80b41edb690fe71927ef697
|
|
| MD5 |
5a00ddb7de1954552156073621e28c47
|
|
| BLAKE2b-256 |
36c6944f6586f823d09d8f9955d4be0b1749d83fc282d935e4b9545078364d94
|
File details
Details for the file groupdocs_parser_cloud-22.12-py3-none-any.whl.
File metadata
- Download URL: groupdocs_parser_cloud-22.12-py3-none-any.whl
- Upload date:
- Size: 161.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
692e093ea32866d38cfba98b782bafce1163b96f9eabcc21ea1b2902aad19cda
|
|
| MD5 |
60667eeb6ad0396304dd7af0609ee37d
|
|
| BLAKE2b-256 |
e1f11d82753559323c81a4c215e83ba81350321038d65f38a133d3ddcf1c5165
|