@hynek thanks for svcs https://github.com/hynek/svcs/ I was writing a service registry for a pet project and it will save me some maintenance and reinventing the wheel time 😅
@humrochagf Statistically that means you’ve got 3 finished ones somewhere!
@hynek @humrochagf yup, I started sketching it in the same flow of providing a factory to the registry https://github.com/humrochagf/wheke/blob/main/src/wheke/service.py but the ergonomics of svcs already solves things I was starting to think about. One of them was to avoid delegating this type cast to who is implementing the service https://github.com/humrochagf/wheke-auth/blob/main/src/wheke_auth/service.py#L73