Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 749 Bytes

File metadata and controls

17 lines (10 loc) · 749 Bytes

AttrMagic

Hatch project uv Ruff

Inspired by Django's query structure.

foo = bar.filter(obj__name__in=["john", "smith"])

returns all objects in bar that have an object obj in them with an attribute name in the list.

Testing

Generate HTML Report

pytest --cov=attrmagic --cov-report html tests/