Lucretiel / autocommand

Autocommand turns a python function into a CLI program
GNU Lesser General Public License v3.0
53 stars 9 forks source link

Integrate with eval_type_backport #36

Open bswck opened 2 months ago

bswck commented 2 months ago

For the conveniences of 3.10, let's integrate autocommand with https://github.com/alexmojaki/eval_type_backport. It was adopted by pydantic, thus allowing to emulate PEP 585 and PEP 604 support on Python 3.8 and Python 3.9.

bswck commented 2 months ago

Related to https://github.com/Lucretiel/autocommand/issues/30.