skillfed

mergepythonclient

mergepythonclient v4.1.0 1.1M downloads/30d#4,325 on PyPI15
License unclear Active released

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 mergepythonclient

uv

uv add mergepythonclient

poetry

poetry add mergepythonclient

Installing 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

Intended Audience :: DevelopersOperating System :: MacOSOperating System :: Microsoft :: WindowsOperating System :: OS IndependentOperating System :: POSIXOperating System :: POSIX :: LinuxProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.15Topic :: Software Development :: Libraries :: Python ModulesTyping :: Typed

Tags

merge api python clientunified hr ats crm integrationmulti-platform api aggregationhris ats ticketing sdkmerge platform python sdkapi client for merge.devplatform data integration library
api-clientintegration-platformmulti-tenant-saas

More Python Modules packages