-
Support for annotations saved in string form (see also PEP-563).
Is some circumstances Python typing annotations are stored
as strings. E.g. this happens when people uses:from __future__ import annotations
Starting from v1.3.0,
bpack
is compatible with this way of storing
annotations.
Please note, anyway, thatbpack
still need to evaluate the annotations
at compile time so the "Postponed Evaluation of Annotations" described in
PEP-563 is not really supported.