ipregex

Regular expression generator for IPv4/IPv6 addresses.


License
Apache-2.0
Install
pip install ipregex==0.1.3

Documentation

ipregex

https://travis-ci.org/netmes/ipregex.svg?branch=master

Disclaimer: This library is currently under development.

Python library to create regular expressions matching IPv4/IPv6 strings.

There are different regular expressions for matching IPv4/IPv6 addresses on the web. This project aims to provide a stable regular expression library for ease of use.

Contributors