| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.30 source code.tar.gz | 2026-03-31 | 237.2 kB | |
| 0.30 source code.zip | 2026-03-31 | 280.8 kB | |
| README.md | 2026-03-31 | 496 Bytes | |
| Totals: 3 Items | 518.5 kB | 0 | |
- The register_models() plugin hook now takes an optional
model_aliasesparameter listing all of the models, async models and aliases that have been registered so far by other plugins. A plugin with@hookimpl(trylast=True)can use this to take previously registered models into account. [#1389] - Added docstrings to public classes and methods and included those directly in the documentation.