Metadata-Version: 2.1
Name: aioqs
Version: 0.5.6
Summary: Async queue and scheduler with limit for number of simultaneous coroutines
Home-page: https://github.com/wWolfovich/aioqs
Author: Oleg Marin
Author-email: wWolfovich@gmail.com
License: UNKNOWN
Description: # aioqs
        Python 3.5+ library package providing yet another queue/schedule of asynchronous coroutines with limiting number of simultaneously running coroutines as simple to use async iterator. With no overhead on tracking worker coroutines state.
        
Keywords: AIO async queue schedule
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Provides-Extra: async_timeout
