Metadata-Version: 2.4
Name: odoo-orm
Version: 3.0.0
Summary: A kind of Python ORM for Odoo XML-RPC API inspired by Django ORM.
Author: mistiru
Author-email: mistiru <dev@mistiru.me>
License-Expression: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
Project-URL: source, https://github.com/mistiru/odoo-orm
Description-Content-Type: text/markdown

# Odoo ORM: ORM-like wrapper for Odoo web API

A kind of Python ORM for Odoo XML-RPC API inspired by Django ORM.

[![Last version](https://img.shields.io/pypi/v/odoo-orm)](https://pypi.org/project/odoo-orm/)
[![Python versions](https://img.shields.io/pypi/pyversions/odoo-orm?color=orange)](https://pypi.org/project/odoo-orm/)
[![Tests status](https://github.com/mistiru/odoo-orm/actions/workflows/test.yml/badge.svg?branch=main&event=push)](https://github.com/mistiru/odoo-orm/actions?query=workflow%3ATests+branch%3Amain+event%3Apush)
[![Coverage status](https://codecov.io/gh/mistiru/odoo-orm/branch/main/graph/badge.svg?token=BQQHAZANS6)](https://codecov.io/gh/mistiru/odoo-orm/branch/main)
[![Licence](https://img.shields.io/pypi/l/odoo-orm)](https://pypi.org/project/odoo-orm/)
