An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# anymerge

[![PyPI - Version](https://img.shields.io/pypi/v/anymerge.svg)](https://pypi.org/project/anymerge)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/anymerge.svg)](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.