{
"info": {
"author": "",
"author_email": "",
"bugtrack_url": null,
"classifiers": [
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3"
],
"description": "#### Clear a Python Shell\n##### a simple function for clearing your interactive Python Interpreter Shell\n
\nUSAGE:\n
\nfrom clear_screen import clear
\nclear()
\n
\nWorks on Linux, Windows, Mac terminal/shell\n
\nCompatible with Python 2 and Python 3\n
\nDOES NOT WORK WITH THE IDLE INTERPRETER\n
\n