Skip to content

what-studio/urwid-geventloop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

urwid-geventloop

Event loop based on gevent for urwid.

 main_loop = urwid.MainLoop(widget, event_loop=GeventLoop())
 gevent.spawn(background_loop)
 main_loop.run()

Install from PyPI:

 $ pip install urwid-geventloop

About

Event loop based on gevent for urwid.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages