ANN: SfePy 2010.4

2010-12-06 Thread Robert Cimrman
I am pleased to announce release 2010.4 of SfePy. Description --- SfePy (simple finite elements in Python) is a software for solving systems of coupled partial differential equations by the finite element method. The code is based on NumPy and SciPy packages. It is distributed under th

pytest-pep8 0.6: configurable PEP8 checking in py.test runs

2010-12-06 Thread holger krekel
just released an initial version 0.6 of the pytest-pep8 plugin, integrating the ``pep8`` module into py.test runs, allowing full per-project customization and configuration. See http://pypi.python.org/pypi/pytest-pep8 for installation and configuration instructions. best, holger Usage ---

SQLObject 0.15.0

2010-12-06 Thread Oleg Broytman
Hello! I'm pleased to announce version 0.15.0, the first stable release of branch 0.15 of SQLObject. What is SQLObject = SQLObject is an object-relational mapper. Your database tables are described as classes, and rows are instances of those classes. SQLObject is meant to be e