Parse network addresses of the form: HOST:PORT
Project 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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
zc.parse_addr-1.0.0.tar.gz
(1.8 kB
view hashes)