Metadata-Version: 2.4
Name: exonware-xwmodels
Version: 0.6.0.5
Summary: Collections and Groups with provider support for auth and storage
Project-URL: Homepage, https://exonware.com
Project-URL: Documentation, https://github.com/exonware/xwmodels#readme
Project-URL: Repository, https://github.com/exonware/xwmodels
Author-email: eXonware Backend Team <connect@exonware.com>
License: MIT
License-File: LICENSE
Keywords: collections,exonware,groups,models,organization
Requires-Python: >=3.12
Requires-Dist: exonware-xwaction
Requires-Dist: exonware-xwdata
Requires-Dist: exonware-xwentity
Requires-Dist: exonware-xwlazy
Requires-Dist: exonware-xwnode
Requires-Dist: exonware-xwschema
Requires-Dist: exonware-xwsystem
Provides-Extra: dev
Requires-Dist: black>=23.0.0; extra == 'dev'
Requires-Dist: exonware-xwentity[dev]; extra == 'dev'
Requires-Dist: isort>=5.12.0; extra == 'dev'
Requires-Dist: mypy>=1.0.0; extra == 'dev'
Requires-Dist: pytest-asyncio>=0.21.0; extra == 'dev'
Requires-Dist: pytest-cov>=4.0.0; extra == 'dev'
Requires-Dist: pytest>=7.0.0; extra == 'dev'
Provides-Extra: full
Requires-Dist: brotli; extra == 'full'
Requires-Dist: cachebox; extra == 'full'
Requires-Dist: exonware-xwentity[full]; extra == 'full'
Provides-Extra: lazy
Requires-Dist: exonware-xwentity[lazy]; extra == 'lazy'
Description-Content-Type: text/markdown

# xwmodels

**Collections and groups of entities.** Build robust entity models and relationships on top of xwentity; used across the eXonware stack. Per project docs.

**Company:** eXonware.com · **Author:** eXonware Backend Team · **Email:** connect@exonware.com  
**Version:** (see pyproject) · **Updated:** See [version.py](src/exonware/xwmodels/version.py) (`__date__`)

[![Status](https://img.shields.io/badge/status-alpha-orange.svg)](https://exonware.com)
[![Python](https://img.shields.io/badge/python-3.12%2B-blue.svg)](https://www.python.org)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)

---

## Install

```bash
pip install exonware-xwmodels
```

---

## Quick start

```python
from exonware.xwmodels import *
# Or: import xwmodels
# Your xwmodels code here — collections/groups of entities
```

See [docs/](docs/) for REF_* and examples when present.

---

## What you get

| Area | What's in it |
|------|----------------|
| **Models** | Entity collections and groups built on xwentity. |
| **Integration** | Tighter ecosystem integration with xwentity, xwstorage, xwaction. |
| **Production** | Tools and utilities for scalable solutions. |

---

## Docs and tests

- **Start:** [docs/INDEX.md](docs/INDEX.md) or [docs/](docs/).
- **Tests:** Run from project root (e.g. `python tests/runner.py`) per project layout.

---

## License and links

MIT — see [LICENSE](LICENSE). **Homepage:** https://exonware.com · **Repository:** https://github.com/exonware/xwmodels  

Contributing → CONTRIBUTING.md · Security → SECURITY.md (when present).

*Built with ❤️ by eXonware.com - Revolutionizing Python Development Since 2025*
