Metadata-Version: 1.1
Name: dlipower
Version: 0.2.32
Summary: Control digital loggers web power switch
Home-page: http://pypi.python.org/pypi/dlipower/
Author: Dwight Hubbard
Author-email: dwight@dwighthubbard.com
License: LICENSE.txt
Description: DESCRIPTION
        This is a python module and a script to mange the 
        Digital Loggers Web Power switch.
                      
        The module provides a python class named
        powerswitch that allows managing the web power
        switch from python programs.
        When run as a script this acts as a command
        line utility to manage the DLI Power switch.
        
        SUPPORTED DEVICES
        This module has been tested against the following 
        Digital Loggers Power network power switches:
          WebPowerSwitch II
          WebPowerSwitch III
          WebPowerSwitch IV
          WebPowerSwitch V
          Ethernet Power Controller III
        
        COMMAND LINE USAGE
        Usage: dlipower.py [options] [status|on|off|cycle|get_outlet_name|set_outlet_name] [range] [newname]
        
        Options:
          -h, --help            show this help message and exit
          --hostname=HOSTNAME   hostname/ip of the power switch (default none)
          --timeout=TIMEOUT     Timeout for value for power switch communication
                                (default none)
          --cycletime=CYCLETIME
                                Delay betwween off/on states for power cycle
                                operations (default none)
          --user=USER           userid to connect with (default none)
          --password=PASSWORD   password (default none)
          --save_settings       Save the settings to the configuration file
          --quiet               Suppress error output
        
        Arguments:
          range - One or more ports seperated by commas
            Example: 
              1,3,5-9 (Refers to outlets 1,3,5,6,7,8,9)
          newname - The name to rename the outlet to
        
Platform: UNKNOWN
Requires: BeautifulSoup
