mergepythonclient
What it is and what it does
The mergepythonclient is a generated SDK that wraps the Merge platform's REST APIs, allowing Python developers to interact with multiple business software categories—ATS, HRIS, CRM, ticketing, accounting, and file storage—through a single, unified client. It handles authentication, request/response serialization via pydantic, HTTP transport via httpx, and provides both synchronous and asynchronous interfaces.
The library is designed for developers who need to integrate data from multiple platforms without writing separate API clients for each. It includes built-in features like automatic retries with exponential backoff for transient failures (408, 429, 5xx), configurable timeouts, pagination support, raw response access, and custom httpx client injection for proxy or transport customization.
Use it for:
- Build an HR dashboard that pulls employee data from multiple HRIS systems using a single client interface.
- Sync candidate and job data from different ATS platforms into a centralized recruitment analytics tool.
- Aggregate customer and deal information from multiple CRM systems for unified reporting.
- Download files from the File Storage API with built-in pagination and chunk handling.
- Implement retry logic and custom timeouts for production integrations with unreliable network conditions.
- Migrate from direct API calls to a managed SDK to reduce boilerplate and benefit from future API updates.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
A Python client library for accessing Merge APIs, which aggregate data from multiple HR, ATS, CRM, ticketing, accounting, and file storage platforms through a unified interface.
Yes, if you are actively using Merge APIs and need a Python client. The package is actively maintained, has low install friction, supports current Python versions, and provides a well-structured async-capable interface. However, verify the license terms before use, and confirm that the specific API categories you need are fully implemented in this version.
Install
mergepythonclient on PyPI
pip
pip install mergepythonclientuv
uv add mergepythonclientpoetry
poetry add mergepythonclientInstalling mergepythonclient
Before you install
Low install friction with a pure-Python wheel distribution. Active maintenance with a release 21 days old and recent commits. Supports Python 3.10 through 3.15.
License in practice
License status is unclear—no SPDX identifier or raw license text is available in the package metadata. Verify the actual license terms before use in proprietary or restricted contexts.
Quickstart
pip install MergePythonClient
from mergepythonclient import Merge
client = Merge(api_key="YOUR_API_KEY", account_token="YOUR_ACCOUNT_TOKEN")
result = client.ats.account_token.regenerate_create()
Requires a valid Merge API key and account token to authenticate and make requests.
Verify before relying
- Whether the package is open-source and under what license terms it is distributed.
- Rate limits, quota behavior, or cost implications of using the Merge APIs through this client.
- Whether all six API categories (ATS, HRIS, CRM, Ticketing, Accounting, File Storage) are fully implemented.
Package facts
| License | not declared (unclear) |
| Python support | supports the current Python release (<4.0,>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 4 — httpx, pydantic, pydantic-core, typing_extensions |
| Maintenance | actively maintained — 21 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 1,126,979/month — #4,325 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mergepythonclient-4.1.0-py3-none-any.whl
Tags
More Python Modules packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
PyYAMLPyYAML parses and emits YAML 1.1 data format,…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
annotated-typesProvides reusable metadata objects for use with…
permissive · top 100 on PyPI
typing-inspectionProvides runtime tools to inspect and…
permissive · top 100 on PyPI
komboType-safe Python SDK for the Kombo Unified API,…
unclear · top 15,000 on PyPI
python-intercomA Python client library for the Intercom API,…
unclear · top 15,000 on PyPI
Unified-python-sdkPython SDK client for the Unified.to API,…
unclear · top 15,000 on PyPI
groundxA Python client library for the GroundX API…
permissive · top 15,000 on PyPI
athenaintelProvides a Python client library for calling…
unclear · top 15,000 on PyPI
zenpyZenpy is a Python wrapper for the Zendesk,…
copyleft · top 5,000 on PyPI
reka-apiProvides a Python client library for accessing…
permissive · top 15,000 on PyPI
pipedreamProvides a Python client library for accessing…
unclear · top 15,000 on PyPI
auth0-pythonProvides Python bindings to Auth0's…
permissive · top 5,000 on PyPI
zammad_pyPython client library for the Zammad helpdesk…
permissive · top 15,000 on PyPI