Metadata-Version: 1.0
Name: kiddiepool
Version: 0.2.1
Summary: An extensible driver framework with pooling
Home-page: https://github.com/urbanairship/kiddiepool
Author: Michael Schurter
Author-email: schmichael@urbanairship.com
License: Apache
Description: Kiddie Pool - Python Pooling Driver Framework
        =============================================
        
        © 2012 Urban Airship
        
        https://github.com/urbanairship/kiddiepool
        
        
        .. image:: https://secure.travis-ci.org/urbanairship/kiddiepool.png?branch=master
           :target: http://travis-ci.org/urbanairship/kiddiepool/
        
        Goals
        -----
        
        * Create a reusable connection pool class that handles failover
        
        Creating a New Client
        ---------------------
        
        Subclass at least ``KiddieClient`` to create the public API for your client
        driver.  Should call ``KiddieClient._sendall(<str>)`` to send data.
        
        Using the Pool
        --------------
        
        1. Create a ``KiddiePool`` of connections (``KiddieConnections``)
        2. Pass the pool instance to your ``KiddieClient`` subclass for use
        3. Use your client's API and it will use the pool automatically
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
