cloudmersive-convert-api-client
convertapi
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-clientuv
uv add cloudmersive-convert-api-clientpoetry
poetry add cloudmersive-convert-api-clientInstalling 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
More WWW/HTTP packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
h11h11 is a pure-Python HTTP/1.1 protocol…
permissive · top 100 on PyPI
httpxHTTPX is a fully featured HTTP client library…
permissive · top 100 on PyPI
httpcoreA minimal low-level HTTP client library that…
permissive · top 100 on PyPI
aiohttpaiohttp is an async HTTP client and server…
permissive · top 100 on PyPI
spire-docSpire.Doc creates, reads, modifies, and…
unclear · top 15,000 on PyPI
convertapiA Python client for the ConvertAPI online file…
permissive · top 15,000 on PyPI
pdfservices-sdkClient library for Adobe PDF Services API,…
permissive · top 15,000 on PyPI
docx2pdfConverts DOCX files to PDF on Windows or macOS…
permissive · top 5,000 on PyPI
aspose-cellsAspose.Cells for Python via Java is a library…
unclear · top 15,000 on PyPI
doc2docxConverts legacy .doc files to modern .docx…
permissive · top 15,000 on PyPI
docxCreates, reads, and writes Microsoft Office…
unclear · top 15,000 on PyPI
json2xmlConverts JSON data to XML format via Python…
permissive · top 15,000 on PyPI
aspose-cells-pythonAspose.Cells for Python via .NET creates,…
unclear · top 15,000 on PyPI
drafthorseGenerates and parses ZUGFeRD XML invoice…
permissive · top 15,000 on PyPI