Metadata-Version: 2.1
Name: tomorrow3
Version: 1.2.2
Summary: simplified tomorrow for python3
Home-page: https://github.com/dflupu/tomorrow3
Author: Daniel Lupu
Author-email: lupu.daniel.f@gmail.com
License: MIT License (See LICENSE)
Description: # tomorrow3
        
        This is an implementation of the [tomorrow](https://github.com/madisonmay/tomorrow) package that supports python >= 3.0
        
        Notable differences:
        - Calls made when when all of the threads are occupied result in the call blocking instead of returning immediately
        - Added a .wait() method on the decorated function that waits until all of the tasks complete
        - Exceptions are rethrown on the main thread on subsequent calls or on .wait()
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
