[PyQt] QrcPath: pathlib for Qt Resource System

Ilya Kulakov kulakov.ilya at gmail.com
Fri Apr 29 05:18:03 BST 2016


I'm proud to announce a package named qrc_pathlib which extends pathlib and implements pythonic interface to access Qt Resource System.
https://github.com/GreatFruitOmsk/qrc_pathlib <https://github.com/GreatFruitOmsk/qrc_pathlib>

	with QrcPath(':hello.txt').open('r') as f:
    		print(f.read())

It's especially helpful if you only use Qt for UI and would like to contain it within dedicated modules.


Best Regards,
Ilya Kulakov

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20160429/15546701/attachment-0001.html>


More information about the PyQt mailing list