Metadata-Version: 2.1
Name: mac-afk
Version: 0.0.0
Summary: afk time in seconds
Home-page: https://github.com/looking-for-a-job/mac-afk.py
License: UNKNOWN
Description: [![](https://img.shields.io/badge/OS-MacOS-blue.svg?longCache=True)]()
        [![](https://img.shields.io/pypi/pyversions/mac-afk.svg?longCache=True)](https://pypi.org/pypi/mac-afk/)
        
        ### Install
        ```bash
        $ [sudo] pip install mac-afk
        ```
        
        ### Examples
        ```python
        >>> import mac_afk
        >>> import time
        >>> time.sleep(2); mac_afk.seconds()
        2
        ```
Keywords: afk
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: MacOS X
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development
Description-Content-Type: text/markdown
