Metadata-Version: 1.1
Name: ipregex
Version: 0.1.2
Summary: Provides regular expression for IPv4/IPv6 addresses.
Home-page: http://github.com/netmes/ipregex/
Author: Omer F. Ozarslan
Author-email: omer@utdallas.edu
License: Apache Software License (Apache 2.0)
Description: =======
        ipregex
        =======
        
        .. image:: https://badge.fury.io/py/ipregex.svg
            :target: https://badge.fury.io/py/ipregex
        
        .. image:: https://travis-ci.org/netmes/ipregex.svg?branch=master
            :target: https://travis-ci.org/netmes/ipregex
        
        **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
        ------------
        
        - Omer Ozarslan (`@ozars <https://github.com/ozars/>`_)
        
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: System :: Networking
