eonu / feud

Build powerful CLIs with simple idiomatic Python, driven by type hints. Not all arguments are bad.
https://feud.readthedocs.io
MIT License
57 stars 2 forks source link

Investigate support for postponed type hint evaluation #144

Closed eonu closed 2 months ago

eonu commented 7 months ago

Does this suggestion already exist?

Feature description

Feud will currently break if from __future__ import annotations is used as the package relies on evaluated type hints.

Look into possible solutions to handle postponed type hint evaluation.

eonu commented 2 months ago

Fixed in #150.