Metadata-Version: 2.1
Name: uptimes
Version: 1.0.0
Summary: A small python3 package for uptimes.
Home-page: https://github.com/Tim232/Uptimes
Author: Tim232
Author-email: endbot4023@gmail.com
License: MIT
Download-URL: https://github.com/Tim232/Uptimes
Description: 
        # Uptimes
        
        A small python3 package for uptimes.
        
        ## How to Install :
        
        Windows
        ```shell
        python -m pip install -U uptimes
        ```
        
        Linux
        ```shell
        python3 -m pip3 install -U uptimes
        ```
        
        ## Usage :
        ```py
        import uptimes
        import time
        
        time.sleep(10)
        print(uptimes.uptimes())
        print(uptimes.raw_uptimes())
        ```
        ## Output:
        ```
        **0** days **0** hours **0** minutes **10** seconds
        {"days":0,"hours":0,"minutes":0,"seconds":10}
        ```
        
Keywords: easyuptime,uptimes
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown
