8000 GitHub - overcastcloud/ipaddress: Python 3.3's ipaddress for older Python versions
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

overcastcloud/ipaddress

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ipaddress

Python 3.3's ipaddress for Python 2.6 and 2.7.

Note that you must pass in unicode objects when constructing from a character representation!

Correct:

ipaddress.ip_address(u'1.2.3.4')

Wrong:

ipaddress.ip_address('1.2.3.4')
ipaddress.ip_address(b'1.2.3.4')

About

Python 3.3's ipaddress for older Python versions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0