Skip to content

mguijarr/qtgevent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qtgevent

PyQt backend for gevent

Using it

In order to use qtgevent add the following lines at the beginning of your project, before importing anything from gevent:

import qtgevent
qtgevent.install()

Another way of doing this without modifying your code is by exporting environment variables before running your program:

export GEVENT_LOOP=qtgevent.loop.QtLoop

About

PyQt backend for gevent

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages