Metadata-Version: 1.2
Name: spyder.autopep8
Version: 0.0.1
Summary: This is a plugin to run the autopep8 python linter from within Spyder.
Home-page: https://github.com/spyder-ide/spyder.autopep8
Author: Joseph Martinot-Lagarde
Author-email: 
Maintainer: The Spyder Development Team
Maintainer-email: 
License: MIT
Description: spyder.autopep8
        ===============
        
        Description
        -----------
        
        This is a plugin to run the `autopep8 <https://pypi.python.org/pypi/autopep8>`_ python linter from within the python IDE `spyder <https://github.com/spyder-ide/spyder>`_.
        
        
        Important
        ---------
        **Spyder** plugin support will be released with version 3.0 (Still in Beta).
        
        If you want to try out this plugin you need to use the latest development version of **Spyder** (**master** branch).
        
        
        Requirements
        ------------
        ::
        
          spyder
          autopep8
        
        
        Install instructions
        --------------------
        
        See https://github.com/spyder-ide/spyder/wiki/User-plugins, but in short:
        
        ::
        
          pip install spyder.autopep8
        
        
        Usage
        -----
        
        Press Shift+F8 (default) to run autopep8 on the current file or go to ``Source > Run autopep8 code autoformatting``.
        
        If some text is selected, autopep8 will run on this text only.
        
        Informations about the execution will be displayed in the statusbar.
        
        Screenshot
        ----------
        Autopep8 preferences:
        
        .. image:: img_src/screenshot_preferences.png
        
Keywords: Qt PyQt4 PyQt5 PySide spyder plugins spyplugins autopep8 pep8
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: X11 Applications :: Qt
Classifier: Environment :: Win32 (MS Windows)
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development :: Widget Sets
