Metadata-Version: 1.0
Name: FibraNet
Version: 3
Summary: A cooperative threading and event driven framework.
Home-page: UNKNOWN
Author: Simon Wittber
Author-email: simonwittber@gmail.com
License: BSD
Description: 
        FibraNet includes a global event dispatcher, and a concurrency
        simulator (using Python generator functions) / cooperative threading
        system with pause/resume, kill/end functions, and some facilities
        to handle CPU blocking operations.
        
        It is the successor to the EventNet package and the
        nanothreads module.
        
Platform: Any
