Metadata-Version: 1.0
Name: zc.parse_addr
Version: 1.0.0
Summary: Parse network addresses of the form: HOST:PORT
Home-page: UNKNOWN
Author: Jim Fulton
Author-email: jim@zope.com
License: ZPL 2.1
Description: Parse network addresses of the form: HOST:PORT
        
            >>> import zc.parse_addr
            >>> zc.parse_addr.parse_addr('1.2.3.4:56')
            ('1.2.3.4', 56)
        
            It would be great if this little utility function was part
            of the socket module.
            
Platform: UNKNOWN
