Metadata-Version: 2.1
Name: ThonnyFlake8
Version: 1.0.3
Summary: A plugin that adds flake8 to the Thonny python IDE.
Home-page: https://github.com/bigjango13/ThonnyFlake8
Author: Bigjango13
License: UNKNOWN
Description: # ThonnyFlake8
        A [Thonny](https://github.com/thonny/thonny) plugin to add [flake8](https://github.com/PyCQA/flake8) warnings.
        
        ## Installing
        To install from pip3 using a terminal (or Powershell for Windows users)
        ```bash
        pip3 install ThonnyFlake8
        # Or
        python3 -m pip install 
        ```
        
        To install directly from Thonny:
        1. Click "Tools" and then click "Manage Plug-ins..."
        2. Search for "ThonnyFlake8" in the input box.
        3. Click install.
        
        After installing you will need to restart Thonny.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Education
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
