py2exe for Python 3 released

2014-05-13 Thread Thomas Heller
Finally there is py2exe for Python3! `py2exe` is a distutils extension which allows to build standalone Windows executable programs (32-bit and 64-bit) from Python scripts; Python 3.3 and later are supported. It can build console executables, windows (GUI) executables, windows services, and

ANN: verynice 0.3 - a nice(1) like utility for throttling processes

2014-05-13 Thread garabik-news-2005-05
verynice is a nice(1)-like command line utility for unix systems to throttle long running processes beyond what can be achieved by nice(1), by repeatedly suspending and resuming the process. Author: Radovan GarabĂ­k URL: http://kassiopeia.juls.savba.sk/~garabik/software/verynice/ License: GPL

ANN: Cerridwen 1.0c4

2014-05-13 Thread Leslie P. Polzer
Dear Python friends, today I'm proud to be ANNOUNCING: The initial release of a new package, named Cerridwen (1.0c4). PyPI entry: https://pypi.python.org/pypi/cerridwen What gives? The author perceives a lack of modern open source software providing high quality

Spinne - python 3.x micro web framework

2014-05-13 Thread aTechs -
Spinne ( https://github.com/aTechs/Spinne), a new micro web framework which currently aims to make it simple, easy and fast to develop web apps and projects in python. -- https://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation:

ANN: Weave 0.15.0 release

2014-05-13 Thread Ralf Gommers
Hi, I'm pleased to announce the release of Weave 0.15.0. Weave provides tools for including C/C++ code within Python code. Inlining C/C++ code within Python generally results in speedups of 1.5x to 30x over algorithms written in pure Python. Weave is the stand-alone version of the deprecated