Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

27 stars

Watchers

5 watching

Forks

Releases

Packages

Used by

Contributors

Languages