Metadata-Version: 1.1
Name: django-macaddress
Version: 1.2.0
Summary: MAC address model and form fields for Django apps.
Home-page: http://github.com/tubaman/django-macaddress
Author: Arun K. R.
Author-email: the1.arun@gmail.com
License: BSD
Description: django-macaddress
        ================
        
        .. image:: https://api.travis-ci.org/tubaman/django-macaddress.png?branch=master
           :alt: Build Status
           :target: https://travis-ci.org/tubaman/django-macaddress
        .. image:: https://pypip.in/v/django-macaddress/badge.png
           :target: https://crate.io/packages/django-macaddress
        .. image:: https://pypip.in/d/django-macaddress/badge.png
           :target: https://crate.io/packages/django-macaddress
        
        MAC Address model and form fields for Django
        
        We use netaddr to parse and validate the MAC address.  The tests aren't
        complete yet.
        
        Patches welcome: http://github.com/tubaman/django-macaddress
        
        
        Changing dialect for MAC Address representation
        -----------------------------------------------
        
        By default, our mac_linux representation for MAC Address is used.
        You can use some other available in python (or even create a new one) by setting
        it: ``MACAddressField.set_dialect(your_dialect_clazz)``.
        
        For more on python's representation of MAC Addresses, check:
        http://pythonhosted.org/netaddr/tutorial_02.html#formatting
        
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
