Metadata-Version: 1.1
Name: dynpool
Version: 1.0.1
Summary: Python library that handles the growing and shrinking of a pool of resources depending on usage patterns.
Home-page: https://tabo.pe/projects/dynpool/
Author: Gustavo Picon
Author-email: tabo@tabo.pe
License: Apache License 2.0
Description: dynpool
        =======
        
        dynpool is a Python library that handles the growing and shrinking of
        a pool of resources depending on usage patterns.
        
        You can find the documentation in
        
            https://tabo.pe/projects/dynpool/docs/tip/
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries
