farhaanaliii/qres ? reverse-engineered prompt
Reverse engineered prompt
Build me a fast Qt resource compiler for Python called qres.
I want a small C extension with a simple command line tool and a Python API that can take a .qrc file and turn it into a Python _rc.py module, like pyrcc5 or pyside6 rcc, but faster and without needing a Qt install to build it. It should work nicely with qtpy, PyQt5, PyQt6, PySide2, and PySide6, and if possible the generated file should try to import whatever Qt binding is available.
Please make it support compiling from a file path and also from an XML string, and have the CLI let me choose the output file and the Qt binding. Look up current docs online if you need to. Keep it practical and clean, with tests and a packaging setup so it can be installed with pip.
Are you gonna build this?
make sure you review the code using arcumet