Metadata-Version: 1.1
Name: asyncpool
Version: 1.0
Summary: Async coroutine worker pool
Home-page: http://github.com/calidog/asyncpool/
Author: Ryan Sears
Author-email: ryan@calidog.io
License: MIT
Description-Content-Type: UNKNOWN
Description: 
        AsyncPool is a asyncio-based coroutine worker pool, intended to process through large amounts of jobs
        efficiently and with explicit timeouts.
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Testing
Classifier: Environment :: Console
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
