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

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

groupdocs_signature_cloud-25.6-py3-none-any.whl (276.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: groupdocs_signature_cloud-25.6.tar.gz
  • Upload date:
  • Size: 85.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.6

File hashes

Hashes for groupdocs_signature_cloud-25.6.tar.gz
Algorithm Hash digest
SHA256 172c6f27923bf70d1f6d8e01b6b0c5bf925ea506933ee1c582b91b10019ede37
MD5 2f3660108c9178cf8d4788c4b5db1341
BLAKE2b-256 20875467f7f7a38ff5f98bed3c739ae67395a7097403391da433f2023c944c36

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for groupdocs_signature_cloud-25.6-py3-none-any.whl
Algorithm Hash digest
SHA256 e9fc1cd8fe3e7152daa20efaf15b8fb6c0f8afa8ee69bc59daa1d2d3a00db8e2
MD5 951405ebfe388bdd49a3603ebbdc96d2
BLAKE2b-256 c534bfd7acab2856d86575ccde27b04612d2854949c35b3ba7f9b43f68f291e0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page