harvimt / quamash

Implementation of the PEP 3156 event-loop (asyncio) api using the Qt Event-Loop
BSD 2-Clause "Simplified" License
265 stars 46 forks source link

Initial support for PySide2 #97

Closed gmarull closed 5 years ago

gmarull commented 6 years ago

I'm starting to use PySide2 for production applications now that they have officially released it and they also provide wheels on PyPI. I've added support for PySide2 to quamash (it seems that all tests are passing and the README example runs well).

om26er commented 5 years ago

Looks like the project isn't in active development anymore ? We need to use autobahn in a PySide2 app so this feature is needed. @harvimt What are your plans for the project going forwards ?

gmarull commented 5 years ago

I have created a fork (https://github.com/gmarull/asyncqt) as I also needed PySide2 for a production app but got no response from this project. The fork also adds some utilities and examples.