---
name: model-values
description: >
  Taking the O out of ORM. Use when writing Python code that uses the model_values package.
license: Apache-2.0
compatibility: Requires Python >=3.11.
---

# model_values

Taking the O out of ORM.

## Installation

```bash
pip install model-values
```

## API overview

### Lookups

- `Lookup`
- `F`

### Query API

- `QuerySet`
- `Manager`

### Utilities

- `Case`
- `classproperty`
- `EnumField`

## Resources

- [Full documentation](https://coady.github.io/django-model-values/)
- [llms.txt](llms.txt) — Indexed API reference for LLMs
- [llms-full.txt](llms-full.txt) — Comprehensive documentation for LLMs
