Metadata-Version: 2.1
Name: stayawake
Version: 0.1.0
Summary: A tool for keeping your computer awake
Home-page: https://github.com/kwierman/stayawake
Author: Kevin Wierman
Author-email: kwierman@gmail.com
License: MIT license
Description: # stayawake
        
        A tool for keeping your computer awake.
        
        ## Installation
        
        Install using pip:
        
        ~~~ bash
        pip install stayawake
        ~~~
        
        ## Using from the command line:
        
        ~~~ bash
        stayawake
        ~~~
        
        Or specify the interval at which to move the cursor
        
        ~~~ bash
        stayawake -i 5
        ~~~
        
        ## Updating Pypi
        
        ~~~ bash
        pip install twine
        python setup.py sdist bdist_wheel
        ~~~
Keywords: stayawake
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
