ivankorobkov / python-inject

Python dependency injection
Apache License 2.0
672 stars 77 forks source link

Add support for forward references #54

Closed ancostas closed 4 years ago

ancostas commented 4 years ago

So, I've taken a whack at it, let me know what you think!

I think the most interesting bit was making sure that the switch doesn't break user's ability to use string annotations to inject things like connection strings/ports/etc.

ivankorobkov commented 4 years ago

Hi!

Thanks for a pull request. I'll take a look tomorrow.

ivankorobkov commented 4 years ago

Hi!

I've merged your pull request. Thank you for your contributions.

I want to clean up some old code, remove python2 code, and then make a new release. I think it will be tomorrow.