Metadata-Version: 2.1
Name: AsyncGear
Version: 1.12
Summary: Think about such scene, some object has different state or periods, well we call periods.Among these periods, there can't be any two that could be both the present period. The object could be in only one period. For example, a human can only be one period of baby, youth, adult, old man and dead.
Home-page: https://github.com/monk-after-90s/AsyncGear.git
Author: Antas
Author-email: 
License: UNKNOWN
Description: # AsyncGear
        Think about such scene, some object has different state or periods, well we call periods.Among these periods, there 
        can't be any two that could be both the present period. The object could be in only one period. For example, a human can 
        only be one period of baby, youth, adult, old man and dead.
        
        So now not only can you get the exact period, but also await inside the period, await outside the period, await time when 
        the object enters the period and await time when the object exits the period.
        
        Remember to distribute different periods for one object.          
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
