bobthemighty / punq

An IoC container for Python 3.8+
MIT License
307 stars 14 forks source link

Typed file #177

Closed dineshbvadhia closed 1 year ago

dineshbvadhia commented 1 year ago

Is a Typed file available for punq?

bobthemighty commented 1 year ago

No, but I might take a look at this. The major blocker is that you can use any key to resolve any dependency. i think I might release a v2.0 that doesn't allow that flexibility, but can make type guarantees in exchange.

dineshbvadhia commented 1 year ago

Sounds good :) Typed libraries are becoming a de-facto requirement. Will close Issue.