Metadata-Version: 1.1
Name: pu
Version: 0.2.0
Summary: Python utils
Home-page: https://github.com/huyx/pu
Author: yuxin
Author-email: ycyuxin@gmail.com
License: GNU Library or Lesser General Public License (LGPL)
Description: Python Utilities
        ================
        
        Python 编程工具集，本着实用、简单的原则，尽量减少对其他模块的依赖。
        
        由于内容比较杂，所以并不过分追求兼容性。
        
        pu.aio
        ------
        
        asyncio 相关扩展和工具。
        
        pu.aio.timer
        ------------
        
        提供一个简单的 Timer。
        
        - class Timer
        
        pu.aio.client
        -------------
        
        简单的 Client 类和支持重连的 ReconnectingClient
        
        - class Client
        - class ReconnectingClient
        
        pu.aio.virtualprotocol
        ----------------------
        
        支持动态协议识别，根据收到的数据判断连接实际采用的协议。
        
        - class VirtualProtocol
        - class RealProtocol

        

        

        0.2.0(2014-10-25)
        -----------------
        
        - yamlfile -- add !include tag
        
        0.1.1(2014-10-25)
        -----------------
        
        - Add MANIFEST.in
        
        0.1.0(2014-10-25)
        -----------------
        
        - pu.aio.client
        - pu.aio.timer
        - pu.aio.virtualprotocol
        
        - pu.util.shorten
Keywords: python,util
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
