Metadata-Version: 2.1
Name: clear_linux
Version: 1.0.4
Summary: Runs the linux clear command from python in one function
Project-URL: Homepage, https://airplaneboy14mc.github.io/pypi-clear/
Project-URL: Bug Tracker, https://github.com/airplaneboy14mc/pypi-clear/issues
Author-email: Airplaneboy14 <airplaneboy14mc@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# IMPORTANT:
 - The clear command is `clear_linux.clear()`
 - To import properly, add this line of code `from clear_linux import clear_linux`

# Clear Command for Linux
Will clear your terminal output for you with one function

# Requirements:
 - os (default)
 - time (default)
 - python 3.7+

# Latest Patch Notes:
 - Updated `README.md` again
 - **All previous patch notes are availible in version history**