jeverling / spyder-autopep8

A plugin to run the autopep8 python linter from within the spyder editor.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spyder-autopep8

Project details

Join the chat at https://gitter.im/spyder-ide/public OpenCollective Backers OpenCollective Sponsors

Description

This is a plugin to run the autopep8 python linter from within the python IDE spyder.

Important Announcement: Spyder is unfunded!

Since mid November/2017, Anaconda, Inc has stopped funding Spyder development, after doing it for the past 18 months. Because of that, development will focus from now on maintaining Spyder 3 at a much slower pace than before.

If you want to contribute to maintain Spyder, please consider donating at

https://opencollective.com/spyder

We appreciate all the help you can provide us and can't thank you enough for supporting the work of Spyder devs and Spyder development.

If you want to know more about this, please read this page.

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:

img_src/screenshot_preferences.png

Contributing

Everyone is welcome to contribute!

Backers

Support us with a monthly donation and help us continue our activities.

Backers

Sponsors

Become a sponsor to get your logo on our README on Github.

Sponsors

About

A plugin to run the autopep8 python linter from within the spyder editor.

License:MIT License


Languages

Language:Python 100.0%