Metadata-Version: 1.0
Name: ns4600
Version: 1.0.0
Summary: Control the Promise SmartStor NS4600 NAS server
Home-page: https://github.com/rholder/ns4600
Author: Ray Holder
Author-email: UNKNOWN
License: UNKNOWN
Description: Minimal NS4600 module
        ================================
        
        The Promise SmartStor NS4600 is great.  But have you ever wanted to remotely
        start it up and shut it down without having to touch the web UI? Well, now you
        can do just that with this module.
        
        Usage
        -----
        
        Control your NS4600 with ease::
        
            import ns4600
        
            # wake up NAS (must enable Wake-On-LAN on device)
            ns4600.wake('00:01:02:03:04:05')
                ...
        
            # shut down NAS
            ns4600.shutdown('admin','password','http://my-ns4600.local')
        
        Installation
        ------------
        
        Installing the ns4600 module is simple::
        
            $ pip install ns4600
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
