Metadata-Version: 1.1
Name: pywake
Version: 0.1.3
Summary: Python Wake-On-LAN client
Home-page: https://github.com/beli-sk/pywake
Author: Michal Belica
Author-email: devel@beli.sk
License: UNKNOWN
Description: PyWake
        ======
        
        Python Wake-On-LAN client with advanced options and IPv6 capability.
        
        Features
        --------
        
        * No privileges required (sending UDP packets)
        * Advanced configuration options
           - source IP address
           - destination IP address
           - destination UDP port
           - target MAC address
        * IPv6 by default (who uses IPv4 these days anyway)
        * Contains re-usable module for use in other scripts
        
        Locations
        ---------
        
        PyWake packages are available from Cheese shop (PyPI)
        at https://pypi.python.org/pypi/pywake
        
        The `project page <https://github.com/beli-sk/pywake>`_ is hosted on Github.
        
        If you've never worked with *git* or contributed to a project on Github,
        there is a `quick start guide <https://help.github.com/articles/fork-a-repo>`_.
        
        License
        -------
        
        Copyright 2013 Michal Belica <devel@beli.sk>
        
        ::
        
            PyWake is free software: you can redistribute it and/or modify
            it under the terms of the GNU General Public License as published by
            the Free Software Foundation, either version 3 of the License, or
            (at your option) any later version.
            
            PyWake is distributed in the hope that it will be useful,
            but WITHOUT ANY WARRANTY; without even the implied warranty of
            MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
            GNU General Public License for more details.
            
            You should have received a copy of the GNU General Public License
            along with PyWake.  If not, see < http://www.gnu.org/licenses/ >.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
