DoIt 0.1.0 Released

2008-04-18 Thread Eduardo Schettino
DoIt - A task execution tool (build-tool)
=

This is the first public release of DoIt

Website: http://python-doit.sourceforge.net/
Release: DoIt 0.1.0
License: MIT
Maintainer: [EMAIL PROTECTED]

About
-

DoIt is a build tool that focus not only on making/building things but on
executing any kind of tasks in an efficient way. Designed to be easy to use
and "get out of your way".

DoIt like most build tools is used to execute tasks defined in a
configuration file. Configuration files are python modules. The tasks can be
python functions (or any callable) or an external shell script. DoIt
automatically keeps track of declared dependencies executing only tasks that
needs to be update (based on which dependencies have changed).

In DoIt, unlike most(all?) build-tools, a task doesn't need to define a target
file to use the execute only if not up-to-date feature. This make DoIt
specially suitable for running test suites.

DoIt can be used to perform any task or build anything, though it doesn't
support automatic dependency discovery for any language.


Cheers,
  Eduardo
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations.html


ANN: pyspread 0.0.1

2008-04-18 Thread Martin Manns
pyspread 0.0.1 is now available at:
http://pyspread.sourceforge.net

pyspread is a spreadsheet that accepts a pure python expression in
each cell.

Highlights:
+ No non-python syntax add-ons
+ Access to python modules from cells
+ 3D grid
+ Numpy object array for representation of string entry into grid cell
+ Numpy object array for representation of eval function array
+ Cell access via slicing of numpy function array
+ X, Y, and Z yield current cell location for relative reference

Requires: Python 2.5, Numpy 1.0.4, and wxPython 2.8.7.1.
License: GPL

Best Regards
Martin Manns
--
mmanns  gmx.net
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations.html


Announce : TimeDuration 0.1a released

2008-04-18 Thread Andrew Lee
This is a pure python module for parsing time interval strings,
normalizing, comparing and ordering time intervals.

This module is still in alpha phase.

It handles string like :

"1 hour, 15 minutes and 23.2 seconds"
"01:15:23.2"
"1h 15min 23.2sec"

Output from *nix uptime or time commands :

"15 days, 23:04"
"0m2.496s"

It handles comparisons and sorting of TimeDuration objects.

It normalizes time interval strings, e.g. :

"5 d, 27 h, 75 m 120 s"

will normalize to

"6 D 04:17:0.00"

TODO:

* Catch garbled input strings that might confuse the parser.
* Create an iterable class to handle slices, min, max, sums, average,
mean and stddev
* More testing



Homepage:

http://statz.com/libs-TimeDuration/


Author :

Andrew Lee (fiacre.patrick  - at - gmail.com)
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations.html