Metadata-Version: 2.1
Name: mac-afk
Version: 2020.7.1
Summary: get macOS afk time
Home-page: https://github.com/andrewp-as-is/mac-afk.py
License: Unlicense
Description: <!--
        https://readme42.com
        -->
        
        
        
        [![](https://img.shields.io/badge/OS-Unix-blue.svg?longCache=True)]()
        [![](https://img.shields.io/pypi/v/mac-afk.svg?maxAge=3600)](https://pypi.org/project/mac-afk/)
        [![](https://img.shields.io/badge/License-Unlicense-blue.svg?longCache=True)](https://unlicense.org/)
        
        ### Installation
        ```bash
        $ [sudo] pip install mac-afk
        ```
        
        ```bash
        $ [sudo] npm i -g mac-afk
        ```
        
        #### Examples
        ```python
        >>> import mac_afk
        >>> import time
        >>> time.sleep(2); mac_afk.seconds()
        2
        ```
        
        ```bash
        $ sleep 3 && afk
        3
        ```
        
        <p align="center">
            <a href="https://readme42.com/">readme42.com</a>
        </p>
Keywords: afk
Platform: UNKNOWN
Classifier: License :: Public Domain
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Unix Shell
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
