[PyQt] QrcPath: pathlib for Qt Resource System

Ilya Kulakov kulakov.ilya at gmail.com
Fri Apr 29 21:51:51 BST 2016


Package is now hosted on PyPI: https://pypi.io/project/qrc-pathlib/ <https://pypi.io/project/qrc-pathlib/>

> On 29 Apr 2016, at 00:18, Ilya Kulakov <kulakov.ilya at gmail.com> wrote:
> 
> 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/fe1b70d1/attachment-0001.html>


More information about the PyQt mailing list