WebElements - QT Inspired web development framework for python released

2013-03-01 Thread timothy . crosley
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 1.2.1 released

2013-09-06 Thread timothy . crosley
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 2.0.0

2013-10-08 Thread timothy . crosley
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 2.2.0

2013-10-20 Thread timothy . crosley
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 v 2.0.0 released - Run Python 3 code on python 2 Unchanged!

2013-11-15 Thread timothy . crosley
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 - the automatic Python import sorter - version 3.0.0 released

2014-01-03 Thread timothy . crosley
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

Frosted - The fast and simple Python code checker - V 1.0.0 released

2014-01-21 Thread timothy . crosley
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