skillfed

cloudmersive-convert-api-client

convertapi

cloudmersive-convert-api-client v3.3.0 155.2K downloads/30d#10,828 on PyPI
License unclear DORMANT released

What it is and what it does

This is an auto-generated Swagger client library for Cloudmersive's Document Conversion API. It wraps HTTP endpoints that handle file format conversions (DOCX to PDF, CSV to JSON, XLS to XML, etc.), document operations (comparison, thumbnail generation, info extraction), and data transformations (XPath/XQuery operations on XML, XSLT transforms). The package provides a thin object-oriented interface over REST calls, requiring you to configure an API key and instantiate API class instances to make requests.

The library has no runtime dependencies and works by marshalling your local files or data to remote Cloudmersive servers. It is maintained as a generated artifact from the Swagger/OpenAPI specification, meaning updates depend on Cloudmersive's API evolution. With 977 days elapsed since the last release and a dormant maintenance status, the package is not actively developed, though it may still function if the underlying API remains stable.

Use it for:

  • Convert uploaded DOCX files to PDF or image formats in a web application backend.
  • Transform CSV data to JSON or XML for data pipeline integration.
  • Compare two Word documents and retrieve a diff for document review workflows.
  • Extract metadata or convert documents to thumbnails for document management systems.
  • Query or transform XML documents using XPath or XQuery expressions in batch jobs.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

A Python client library for the Cloudmersive Document Conversion API, enabling programmatic file format conversion, document comparison, and data transformation operations.

Yes, with conditions. The package is stable and has no known vulnerabilities, but install friction is high and maintenance is dormant (last release 977 days ago). Use it only if you are committed to the Cloudmersive API and can tolerate lack of updates; verify the license terms and Python version compatibility for your environment before committing.

Install

cloudmersive-convert-api-client on PyPI

pip

pip install cloudmersive-convert-api-client

uv

uv add cloudmersive-convert-api-client

poetry

poetry add cloudmersive-convert-api-client

Installing cloudmersive-convert-api-client

Before you install

High install friction reported. Package is dormant (977 days since last release on 2023-12-11) with no runtime dependencies, but installation complexity and lack of recent maintenance may indicate stalled development.

License in practice

License treatment is unclear—no SPDX identifier or raw license text provided. Verify the actual license terms before use in proprietary or copyleft-sensitive projects.

Quickstart

pip install cloudmersive-convert-api-client

import cloudmersive_convert_api_client
from cloudmersive_convert_api_client.rest import ApiException

configuration = cloudmersive_convert_api_client.Configuration()
configuration.api_key['Apikey'] = 'YOUR_API_KEY'
api_instance = cloudmersive_convert_api_client.CompareDocumentApi(
    cloudmersive_convert_api_client.ApiClient(configuration)
)
result = api_instance.compare_document_docx(file1, file2)

Requires a valid Cloudmersive API key and network access to https://api.cloudmersive.com; Python 2.7 and 3.4+ supported per documentation.

Verify before relying

  • Current Python version support (documentation lists 2.7 and 3.4+, but 2.7 is EOL and 3.4 is very old)
  • Whether the package is still actively maintained by Cloudmersive or has been superseded
  • Actual license terms and any restrictions on commercial use
  • Stability and API compatibility guarantees given the dormant maintenance status

Package facts

License not declared (unclear)
Python support not specified
Install friction high — source build required
Runtime dependencies none
Maintenance dormant — 977 days since the last release
First released
Downloads 155,250/month — #10,828 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: cloudmersive_convert_api_client-3.3.0.tar.gz

Keywords: Swagger, convertapi

Tags

document format conversion api clientfile type converter pythoncsv json xml conversiondocx pdf conversion librarydocument comparison tooldata format transformercloudmersive api client
api-clientdocument-conversiondata-transformation

More WWW/HTTP packages