Metadata-Version: 1.1
Name: sleepless
Version: 1.0.3
Summary: Keep macOS (OSX) awake by setting power assertions
Home-page: https://github.com/sabnzbd/sabbuild
Author: SABnzbd
Author-email: team@sabnzbd.org
License: LGPLv3
Description: 
        sleepless
        ------------
        
        Python wrapper around the macOS (OSX) assertion for preventing standby "due to lack of user action".
        
        Usage:
        ------------
        
        .. code:: python
        
            import sleepless
        
            # Tell OS to keep awake
            sleepless.keep_awake("MyApp - why I don't sleep")
        
            # Do stuff
            do_lengthy_action()
        
            # Calling again is harmless
            sleepless.keep_awake("MyApp - why I don't sleep")
        
            # When done
            sleepless.allow_sleep()
        
        
        2012 The SABnzbd Team <team@sabnzbd.org>
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: C
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: MacOS
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Plugins
Classifier: Environment :: MacOS X
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Power (UPS)
