Metadata-Version: 2.1
Name: uptimes
Version: 0.1.0
Summary: A small python3 package for uptimes.
Home-page: https://github.com/Tim232/uptimes
Author: Tim232
Author-email: endbot4023@gmail.com
License: UNKNOWN
Description: # Uptimes
        
        A small python3 package for uptimes.
        
        How to Install :
        
        ```
        pip install uptimes==0.1.0
        ```
        
        Usage :
        
        ```
        import uptimes.uptimes
        import time
        
        time.sleep(10)
        print(uptimes.uptimes.uptimes())
        ```
        
        Output:
        
        ```
        **0** days **0** hours **0** minutes **10** seconds
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
