Hi Everyone,
I've been working on a web development framework that integrates several
popular QT features (such as a graphical template builder, signal / slots, ui's
built by objects) for the last few years, and I was hoping that some people
here might find it useful.
If you are interested t
isort automatically sorts and sections Python imports. It can turn even the
most messy import structure into nice clean sections without duplicates. isort
provides a command line utility, Python library, and Kate plugin for convenient
use.
New in this release:
- Added support for multiple lin
isort (the python import sorting library, command line tool, Vim plugin,
Sublime plugin, and Kate plugin) has released version 2.0.0:
- Adds support for automatically adding import statements across multiple
python files.
- Adds support for automatically removing imports across multiple python f
isort (the Python import sorting library, command line tool, Vim plugin,
Sublime plugin, and Kate plugin) has released version 2.2.0:
Improvements since 2.0.0 release:
- Improved module grouping detection method.
- Added two additional multi-line output modes (Vertical Grid & Vertical Grid
Grou
Pies is a Python2 & 3 Compatibility layer with the philosophy that all code
should be Python3 code. Starting from this viewpoint means that when running on
Python3 pies adds virtually no overhead.
Instead of providing a bunch of custom methods (leading to Python code that
looks out of place on
isort v 3.0.0 released with the following major features:
- Built-in support for editorconfig config files (http://editorconfig.org/)
- Support for consistent syntax when adding or removing imports
- Improved handling of files that a user doesn't have permission to read
- The ability to separate i
Pyflakes has been forked to create Frosted: a simple, fast, and well documented
Python code checker.
See more here:
https://github.com/timothycrosley/frosted
--
https://mail.python.org/mailman/listinfo/python-announce-list
Support the Python Software Foundation:
http://www.pyth