PyMeta offers proc-macros to use Python as a metaprogramming language for Rust. Currently, only CPython via PyO3 is supported, so a Python interpreter needs to be installed for this crate to work. For ...