comp.lang.python.announce
  Home FAQ Contact Sign in
comp.lang.python.announce only
 
Advanced search
April 2008
motuwethfrsasuw
 123456 14
78910111213 15
14151617181920 16
21222324252627 17
282930     18
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
comp.lang.python.announce Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  Ikaroo Tools CSV files         


Author: Salvatore DI DI0
Date: Apr 20, 2008 09:26

Hello

Is there a way e to use joker characters in queries ?

Regards

Salvatore
no comments
  IMDbPY 3.5 released         


Author: Davide Alberani
Date: Apr 19, 2008 08:59

IMDbPY 3.5 is available (tgz, deb, rpm, exe) from:
http://imdbpy.sourceforge.net/

IMDbPY is a Python package useful to retrieve and manage the data of
the IMDb movie database about movies, people and characters.

With this release: changes to work on Symbian phones, many bugs fixed
and some minor new features introduced.

Platform-independent and written in pure Python (and few C lines), it
can retrieve data from both the IMDb's web server and a local copy of
the whole database.

IMDbPY package can be very easily used by programmers and developers
to provide access to the IMDb's data to their programs.
Some simple example scripts are included in the package; other
IMDbPY-based programs are available from the home page.

--
Davide Alberani [PGP KeyID: 0x465BFD47]
http://erlug.linux.it/~da/
no comments
  ANNOUNCE: SCons 0.98.1 (candidate for 1.0) is now available         


Author: Steven Knight
Date: Apr 18, 2008 21:29

SCons is a software construction tool (build tool, or make tool) written
in Python. It is based on the design which won the Software Carpentry
build tool competition in August 2000.

Version 0.98.1 of SCons has been released and is now available at the
SCons download page:

http://www.scons.org/download.php

RPM and Debian packages and a Win32 installer are all available, in
addition to the traditional .tar.gz and .zip files.

This release is considered a candidate for the (long-awaited) official
1.0 SCons release. We welcome and encourage widespread testing and use
of this release to try to identify any problems. Please report your bugs
following the guidelines at:

http://scons.tigris.org/bug-submission.html

WHAT'S NEW IN THIS RELEASE?

This release contains a huge number of new features, fix, performance
improvements, and other changes since the last widely-publicized release
(0.97, last year). For a description of important changes that affect
upgrading and backwards compatibility, please see our release notes:

http://scons.tigris.org/RELEASE.txt
Show full article (2.39Kb)
no comments
  ANN: PyEnchant 1.4.0         


Author: Ryan Kelly
Date: Apr 18, 2008 18:30

_______________________________________________
pyenchant-users mailing list
pyenchant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pyenchant-users

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

Hi All,

I'm pleased to announce the release of PyEnchant version 1.4.0. This
version brings compatibility with the latest release of the underlying
enchant library, including some new features.

Cheers,

Ryan

ChangeLog for 1.4.0:
--------------------
Show full article (2.52Kb)
no comments
  Announce : TimeDuration 0.1a released         


Author: Andrew Lee
Date: Apr 18, 2008 00:06

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:
Show full article (0.79Kb)
no comments
  ANN: pyspread 0.0.1         


Author: Martin Manns
Date: Apr 17, 2008 19:46

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
no comments
  DoIt 0.1.0 Released         


Author: Eduardo Schettino
Date: Apr 17, 2008 10:30

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: schettino72@gmail.com

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).
Show full article (1.13Kb)
no comments
  ikaaro 0.20.5 released         


Author: J. David Ibáñez
Date: Apr 17, 2008 01:31

This is a Content Management System built on Python & itools, among
other features ikaaro provides:

- content and document management (index&search, metadata, etc.)
- multilingual user interfaces and content
- high level modules: wiki, forum, tracker, etc.

The layout of the user interface (back-office) has been optimized for
1024 pixels wide windows, while still being functional for 800 pixels
wide windows.

Many issues have been addressed, including #256, #260, #268, #270,
#271, #274, #276, #277, #282 and #287.

Resources
---------

Download
http://download.ikaaro.org/ikaaro/ikaaro-0.20.5.tar.gz

Home
http://www.ikaaro.org/ikaaro

Mailing list
http://mail.ikaaro.org/mailman/listinfo/itools
Show full article (0.91Kb)
no comments
  EuroPython 2008: Call for Participation         


Author: Paul Boddie
Date: Apr 16, 2008 14:22

Book Monday 7th July to Wednesday 9th July 2008 in your calendar! EuroPython
2008, the European conference for the communities around Python, including
the Zope and Plone communities, will be held in Vilnius, Lithuania. Last
year's conference was a great success, featuring a variety of talks,
entertaining lightning talks and inspiring keynotes. With your participation,
we want to make EuroPython 2008, the seventh EuroPython, even more successful
than the previous six.

Talks and Themes
----------------

Do you have something you wish to present at EuroPython? Perhaps you have a
new application, framework or package to show off. Or perhaps you want to
show people how to solve a particular kind of problem, or to describe your
experiences working with different Python-oriented solutions. Previous
conferences have featured a wide range of talks covering all of this, from
the unveiling of software projects to coverage of relevant techniques for
developing software in Python.
Show full article (5.31Kb)
no comments
  Global Python Sprint Weekends: May 10th-11th and June 21st-22nd.         


Author: Trent Nelson
Date: Apr 16, 2008 10:51

Following on from the success of previous sprint/bugfix weekends and
sprinting efforts at PyCon 2008, I'd like to propose the next two
Global Python Sprint Weekends take place on the following dates:

* May 10th-11th (four days after 2.6a3 and 3.0a5 are released)
* June 21st-22nd (~week before 2.6b2 and 3.0b2 are released)

It seems there are a few of the Python User Groups keen on meeting
up in person and sprinting collaboratively, akin to PyCon, which I
highly recommend. I'd like to nominate Saturday across the board
as the day for PUGs to meet up in person, with Sunday geared more
towards an online collaboration day via IRC, where we can take care
of all the little things that got in our way of coding on Saturday
(like finalising/preparing/reviewing patches, updating tracker and
documentation, writing tests ;-).

For User Groups that are planning on meeting up to collaborate,
please reply to this thread on python-dev@python.org and let every-
one know your intentions!
Show full article (2.25Kb)
no comments
1 2