--- id: mergepythonclient version: "4.1.0" license: unclear license_treatment: unclear maintenance: active --- # mergepythonclient License: unclear · Maintenance: active · Downloads: 1.1M/mo ## 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 above — 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 pip install mergepythonclient uv add mergepythonclient 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_current - Install friction: low - Maintenance: active - Downloads: 1.1M/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags merge api python client, unified hr ats crm integration, multi-platform api aggregation, hris ats ticketing sdk, merge platform python sdk, api client for merge.dev, platform data integration library, api-client, integration-platform, multi-tenant-saas [View on SkillFed](https://skillfed.io/packages/mergepythonclient) · [View on PyPI](https://pypi.org/project/mergepythonclient/)