Metadata-Version: 1.1
Name: django-macaddress-ng
Version: 1.1.1
Summary: MAC address model and form fields for Django apps.
Home-page: http://github.com/kra3/django-macaddress
Author: Arun K. R.
Author-email: the1.arun@gmail.com
License: BSD
Description: django-macaddress
        ================
        
        PS: This repository is merged back to original repository http://github.com/tubman/django-macaddress . I'm the new maintainer for that repository.
        Please use and/or submit patches in there.
        
        .. image:: https://api.travis-ci.org/kra3/django-macaddress-ng.png?branch=master
           :alt: Build Status
           :target: https://travis-ci.org/kra3/django-macaddress-ng
        .. image:: https://pypip.in/v/django-macaddress-ng/badge.png
           :target: https://crate.io/packages/django-macaddress-ng
        .. image:: https://pypip.in/d/django-macaddress-ng/badge.png
           :target: https://crate.io/packages/django-macaddress-ng
        
        MAC Address model and form fields for Django
        
        We use netaddr to parse and validate the MAC address.  The tests aren't
        complete yet.
        
        Added support for Admin search. More features are in queue. 
        
        Forked from `@tubaman <https://github.com/tubaman>`_
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
