Metadata-Version: 2.1
Name: Reality-six-async
Version: 0.0.0
Summary: A simple package that tells you reality. Async. Unsupported
Home-page: https://github.com/Hillo232/Reality/tree/async
Author: pkg_uploaders
Author-email: example@example.com
License: UNKNOWN
Description: # RealitySix
        
        Get you platform:
        
        ```py
        import RealitySixAsync as RealitySix
        
        print(RealitySix.platform())
        ```
        
        See if a proccess is running:
        
        ```py
        import RealitySixAsync as r
        
        if r.running("terminal"):
          print("Terminal is running!")
        else:
          print("Terminal is not running.")
        ```
        
        Get timestamp:
        
        ```py
        import RealitySixAsync as r
        
        print(str(r.timestamp()))
        ```
        
        [Documentation](https://reality-six-docs.herokuapp.com/Docs/index.html)
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
