Skip to main content

GroupDocs.Signature Cloud Python SDK

Project description

GroupDocs.Signature Cloud Python SDK

Python package for communicating with the GroupDocs.Signature Cloud API

Requirements

Python 2.7 or 3.4+

Installation

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

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

Licensing

GroupDocs.Signature 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_signature_cloud-24.6.tar.gz (84.1 kB view details)

Uploaded Source

Built Distribution

groupdocs_signature_cloud-24.6-py3-none-any.whl (274.1 kB view details)

Uploaded Python 3

File details

Details for the file groupdocs_signature_cloud-24.6.tar.gz.

File metadata

File hashes

Hashes for groupdocs_signature_cloud-24.6.tar.gz
Algorithm Hash digest
SHA256 d7494476276f0bfa4fc347490dcce87ccdfd5b5eb4c6282dfb347259d36edd5c
MD5 2af2f0bac6075f27b805c09a1b03c55e
BLAKE2b-256 30afd7ab2eea53840ad177905f9c09181d0b16a0c5c6fcd48f02606fba7a2181

See more details on using hashes here.

File details

Details for the file groupdocs_signature_cloud-24.6-py3-none-any.whl.

File metadata

File hashes

Hashes for groupdocs_signature_cloud-24.6-py3-none-any.whl
Algorithm Hash digest
SHA256 66a9f3318debd41a4f00681186f10827597df72a3b8cf793c9dfb0f3f637c1e8
MD5 cf148425ea1795a94e03be78c1f05e9c
BLAKE2b-256 f49aadf5ece0d31ac751d379d11cf25bbb7ea9aeed1f3ea4f054c672d8b054de

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