* Introduce the `SCOPED` injectable scope type along with child injectable scopes usable for separating groups of injectable instances * Introduce a new method for the IInjectableCatalog using which the added registrations can be retrieved
Requires: Python 3.10+ Also available on PyPI: https://pypi.org/project/kanata
0.1.0.0
First release of Kanata with the following features: * Injectable type discovery (registered by convenient decorators) * Multiple lifetime scopes: transient (per-request) and singleton (per-type)
Requires: Python 3.10+ Also available on PyPI: https://pypi.org/project/kanata