Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 258 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 258 Bytes

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