Pylint is a lint-like tool for Python code. It performs almost all the
verifications that pychecker does, and additionally can perform some
stylistic verification and coding standard enforcements. The checked
code is assigned a mark based on the number and the severity of the
encountered problems. The previous mark of a given piece of code is
cached so that you can see if the code quality has improved since the
last check.
From Andreas Bihlmaier <andreas.bihlmaier@gmx.de>
With help and one okey from bernd@ and steven@
This package contains several modules providing low level
functionalities shared among some python projects developed by
logilab.
From Andreas Bihlmaier <andreas.bihlmaier@gmx.de>
With help and one okey from bernd@ and steven@
The aim of this module is to provide a common base representation of
python source code for projects such as pychecker, pyreverse, pylint.
From Andreas Bihlmaier <andreas.bihlmaier@gmx.de>
With help and one okey from bernd@ and steven@
monotone is a free distributed version control system. It provides a
simple, single-file transactional version store, with fully disconnected
operation and an efficient peer-to-peer synchronization protocol.
ok kili@, niallo
PWLib is a moderately large class library that has its genesis many
years ago as a method to product applications to run on both Microsoft
Windows and Unix X-Window systems.
Since then the system has grown to include many classes that assist in
writing complete multi-platform applications. Classes for I/O
portability, multi-threading portability, aid in producing unix daemons
and NT services portably and all sorts of internet protocols were added
over the years. The library now also supports the open H323 project.
ok jasper@