Python bindings for alpm-srcinfo
During development of the alpm-srcinfo library and CLI it became clear, that replacing the use of the legacy python-srcinfo library in the aurweb application with a memory-safe alternative would be a high-value target. The aurweb application is used by thousands of users via Arch Linux's dedicated platform for the distribution of package build scripts, hosted at https://aur.archlinux.org.
In this milestone we will create Python bindings for the alpm-srcinfo crate. Further, we will assist in migrating the aurweb application from the legacy python-srcinfo library to our new, Rust based library.