Metadata-Version: 1.1
Name: get-mac
Version: 0.0.3
Summary: Cross-platform Pure-Python 2/3 tool to get a gosh-darn MAC address.
Home-page: https://github.com/GhostofGoes/get-mac
Author: Christopher Goes
Author-email: goesc@acm.org
License: MIT
Download-URL: https://pypi.python.org/pypi/get-mac
Description: 
        
        Pure-Python module to easily get a gosh darn MAC address on any platform under the sun.
        
        
        It enables you to get the MAC addresses of:
        * A local network interface
        * A remote host (Using IPv4 or IPv6 address)
        * Your neighbor
        * Your dog
        * Your mother
        
        It provides one function: get_mac_address()
        
        
        Implemented platforms
        =====================
        * Windows: 2000+
        * Linux
            
        
        Tested platforms
        ================
        
        Supported Python versions
        =========================
        * 2.7
        * 3.4
        * 3.5
        * 3.6
        
        If you're using something older than 2.7, I'm so sorry ;(
        
        I'll evaluate 2.6, 3.3, and pypy/pypy3 once its feature-complete.
        
        
        Not yet implemented platforms
        =============================
        (roughly in order of priority)
        * Darwin (Mac OS)
        * FreeBSD
        * OpenBSD
        * Android
        * Solaris
        * Windows pre-2000
        * HP-UX
        * Ardunio?
        * A mouse?
        * ???
        * make a issue with your requests
           
        
        License
        =======
        MIT. Have fun!
            
Keywords: get-mac mac-address mac address networking networks layer2 media access control ieee 802 mac-48 ethernet lol
Platform: any
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Information Technology
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: System :: Networking
Classifier: Topic :: Utilities
