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

https://github.com/hardmax71/pydantic-neo4j-dict

Pydantic ↔ Neomodel OGM ↔ Python Dict Converter
https://github.com/hardmax71/pydantic-neo4j-dict

hypothesis-testing neo4j neomodel pydantic

Last synced: over 1 year ago
JSON representation

Pydantic ↔ Neomodel OGM ↔ Python Dict Converter

Awesome Lists containing this project

README

          

# Pydantic ↔ Neomodel OGM ↔ Python Dict Converter

![Tests](https://github.com/HardMax71/pydantic-neo4j-dict/actions/workflows/python-tests.yml/badge.svg)
[![Ruff](https://github.com/HardMax71/pydantic-neo4j-dict/actions/workflows/python-tests.yml/badge.svg?branch=main&event=push&label=ruff)](https://github.com/HardMax71/pydantic-neo4j-dict/actions/workflows/python-tests.yml)
[![MyPy](https://github.com/HardMax71/pydantic-neo4j-dict/actions/workflows/python-tests.yml/badge.svg?branch=main&event=push&label=mypy)](https://github.com/HardMax71/pydantic-neo4j-dict/actions/workflows/python-tests.yml)
[![codecov](https://codecov.io/gh/HardMax71/pydantic-neo4j-dict/branch/main/graph/badge.svg)](https://codecov.io/gh/HardMax71/pydantic-neo4j-dict)

A bidirectional converter between Pydantic models and Neo4j OGM (Object Graph Mapper) models, supporting complex relationships, nested models, and custom type conversions.

> TODO: Readme