Metadata-Version: 2.1
Name: clearing
Version: 1.0.0
Summary: Cross-Platform Terminal Clearing Module.
Home-page: https://github.com/c00lhawk607/Clearing
Author: Jordan Dixon
Author-email: jordandixon2004@outlook.com
License: GNU General Public License v3 (GPLv3)
Description: # Clear Module
        ## Made and Updated by: Jordan Dixon
        
        Find me on [repl.it](https://repl.it/@JordanDixon1)
        
        This module clears the terminal for any os. This module can be very helpful when making text-based games, console commands, etc. The syntax is as follows:
        ```python3
        import clearing
        clearing.clear()
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown
