virtualenvwrapper for Windows (Powershell)

2010-05-11 Thread guillermooo
Hi, If you've ever missed it on Windows and you can use Powershell, you might want to take a look at this port of virtualenvwrapper: http://bitbucket.org/guillermooo/virtualenvwrapper/wiki/Home It's a work in progress, but is should be fairly functional already. It requires Powershell v2. Rega

IMAPClient 0.6 released

2010-05-11 Thread Menno Smits
Introduction IMAPClient aims to be a easy-to-use, Pythonic and complete IMAP client library with no dependencies outside the Python standard library. Features: * Arguments and return values are natural Python types. * IMAP server responses are fully parsed and readily usable.

[ANN] pylint 0.21 / astng 0.20.1

2010-05-11 Thread Sylvain Thénault
Hi there! I'm pleased to announce a new pylint / astng release. It provides several bug fixes, as well as command line enhancements: all options for messages / reports control have been merged into two generic --enable / --disable option. Also, pylint --help is much more concise, and longer versi

Version 0.3.9 of the Python config module has been released.

2010-05-11 Thread Vinay Sajip
Version 0.3.9 of the Python config module has been released. What Does It Do? The config module allows you to implement a hierarchical configuration scheme with support for mappings and sequences, cross-references between one part of the configuration and another, the ability to f