https://github.com/jianyuan/anymerge
A Python library for merging dataclasses, TypedDicts, and Pydantic models seamlessly
https://github.com/jianyuan/anymerge
dataclasses pydantic python typeddict
Last synced: 11 months ago
JSON representation
A Python library for merging dataclasses, TypedDicts, and Pydantic models seamlessly
- Host: GitHub
- URL: https://github.com/jianyuan/anymerge
- Owner: jianyuan
- License: mit
- Created: 2024-12-25T22:29:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-02T00:27:27.000Z (over 1 year ago)
- Last Synced: 2025-04-30T06:45:22.774Z (about 1 year ago)
- Topics: dataclasses, pydantic, python, typeddict
- Language: Python
- Homepage: https://anymerge.jianyuan.io
- Size: 640 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# anymerge
[](https://pypi.org/project/anymerge)
[](https://pypi.org/project/anymerge)
---
A Python library for merging dataclasses, TypedDicts, and Pydantic models seamlessly.
## Installation
```console
pip install anymerge
```
## License
`anymerge` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.