Ian Ward | 1 Dec 2011 20:05
Favicon
Gravatar

ANN: Urwid 1.0.1, Urwid 0.9.9.3 - Console UI Library

Announcing Urwid 1.0.1 and Urwid 0.9.9.3
----------------------------------------

Urwid home page:
  http://excess.org/urwid/

Manual:
  http://excess.org/urwid/wiki/UrwidManual

Tarballs:
  http://excess.org/urwid/urwid-1.0.1.tar.gz
  http://excess.org/urwid/urwid-0.9.9.3.tar.gz

About these releases:
=====================

These are bug-fix releases for Urwid 1.0.0 and Urwid 0.9.9.2.

Release 0.9.9.3 may be the last in the 0.9.9 series.  Users are strongly
encouraged to upgrade to the 1.0 series.

New in 1.0.1:
=============

  * Fix for Terminal widget in BSD/OSX

  * Fix for a Filler mouse_event() position bug

  * Fix support for mouse positions up to x=255, y=255

(Continue reading)

Oleg Broytman | 4 Dec 2011 18:24
X-Face
Favicon
Gravatar

SQLObject 1.2.1

Hello!

I'm pleased to announce version 1.2.1, the first stable release of branch
1.2 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
easy to use and quick to get started with.

SQLObject supports a number of backends: MySQL, PostgreSQL, SQLite,
Firebird, Sybase, MSSQL and MaxDB (also known as SAPDB).

Where is SQLObject
==================

Site:
http://sqlobject.org

Development:
http://sqlobject.org/devel/

Mailing list:
https://lists.sourceforge.net/mailman/listinfo/sqlobject-discuss

Archives:
http://news.gmane.org/gmane.comp.python.sqlobject

(Continue reading)

Robert Cimrman | 5 Dec 2011 12:09
Picon

ANN: SfePy 2011.4

I am pleased to announce release 2011.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 the new BSD license.

Home page: http://sfepy.org
Mailing lists, issue tracking: http://code.google.com/p/sfepy/
Git (source) repository: http://github.com/sfepy

Documentation: http://docs.sfepy.org/doc

Highlights of this release
--------------------------
- cython used instead of swig to interface C code
- many terms unified thanks to new optional material term argument type
- updated Lagrangian formulation for large deformations
- automatic generation of gallery of examples

For more information on this release, see
http://sfepy.googlecode.com/svn/web/releases/2011.4_RELEASE_NOTES.txt
(full release notes, rather long and technical).

Best regards,
Robert Cimrman and Contributors (*)

(*) Contributors to this release (alphabetical order):
(Continue reading)

Ralf Schmitt | 5 Dec 2011 22:44
Picon
Gravatar

[ANNOUNCE] pypiserver 0.5.0 - minimal pypi server

Hi,

I've just uploaded pypiserver 0.5.0 to the python package index.

pypiserver is a minimal PyPI compatible server. It can be used to serve
a set of packages and eggs to easy_install or pip.

pypiserver is easy to install (i.e. just easy_install pypiserver). It
doesn't have any external dependencies.

http://pypi.python.org/pypi/pypiserver/ should contain enough
information to easily get you started running your own PyPI server in a
few minutes.

The code is available on github: https://github.com/schmir/pypiserver

Changes in version 0.5.0
-------------------------
- make setup.py install without calling 2to3 by changing source code
  to be compatible with both python 2 and python 3. We now ship a
  slightly patched version of bottle. The upcoming bottle 0.11
  also contains these changes.
- make the single-file pypi-server-standalone.py work with python 3

-- 
Cheers,
Ralf
--

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

(Continue reading)

Dino Viehland | 7 Dec 2011 22:32
Picon
Favicon

ANN: Python Tools for Visual Studio 1.1 Beta 1

We're pleased to announce the release of Python Tools for Visual Studio 1.1 Beta (
http://pytools.codeplex.com/releases/view/76089 ). Python Tools for Visual Studio (PTVS) is an
open-source plug-in for Visual Studio which supports programming with the Python programming
language. This release includes new core IDE features, a couple of new sample libraries for interacting
with Kinect and Excel, and many bug fixes for issues reported since the release of 1.0.

Since the last alpha release we've fixed over 30 bugs and implemented several features around the project
system and references. For IronPython users you can now add references to .NET projects or .NET
assemblies and we'll automatically reload and re-analyze the references when they're rebuilt. For
CPython users you can now add a reference to a .pyd extension module and we'll analyze the extension module
and provide completions. We've also improved intellisense across multiple Python projects in the same
solution. Finally we've added support for using IPython mode w/o PyLab - this enables out-of-line graphs
and improves the startup time of the interactive window.

We've also added many new features which improve the basic editing experience which were also available
during 1.1 Alpha. This includes a feature for automatically adding imports after typing an identifier, a
command for cleaning up unused imports, support for recognizing isinstance() calls and using them for
providing improved completions, and using goto definition to go to members defined in the standard
library. We've also made improvements to the project system so it'll behave more like the C# including
proper support of linked files outside of the project directory. And we've made some improvements to our
IPython REPL support including support for inline graphs and proper support for IPython's numbered
prompts. Finally we've made several small improvements to the debugger including th
 e option to step into the Python standard library while debugging, the option to not break on SystemExit
exception with exit codes of zero as well as displaying the Python thread name in the threads
  window. Altogether this release includes over 130 features and bug fixes since 1.0 - a complete list of the
changes is available here: http://bit.ly/IpyTools11Beta1Fixes

Another major addition to 1.1 includes the addition of two additional sample libraries available as
separate downloads: PyKinect for working with the Kinect Beta SDK and Pyvot for working with Excel
spreadsheets. Once downloaded and installed these plug-in to Visual Studio and provide templates; and
(Continue reading)

Jimmy Retzlaff | 8 Dec 2011 10:57

mrjob v0.3.0 released

What is mrjob?
-----------------------
mrjob is a Python package that helps you write and run Hadoop Streaming
jobs.

mrjob fully supports Amazon's Elastic MapReduce (EMR) service, which allows
you to buy time on a Hadoop cluster on an hourly basis. It also works with
your own Hadoop cluster.

Some important features:

 * Run jobs on EMR, your own Hadoop cluster, or locally (for testing).
 * Write multi-step jobs (one map-reduce step feeds into the next)
 * Duplicate your production environment inside Hadoop
   * Upload your source tree and put it in your job's $PYTHONPATH
   * Run make and other setup scripts
   * Set environment variables (e.g. $TZ)
   * Easily install python packages from tarballs (EMR only)
   * Setup handled transparently by mrjob.conf config file
 * Automatically interpret error logs from EMR
 * SSH tunnel to hadoop job tracker on EMR
 * Minimal setup
   * To run on EMR, set $AWS_ACCESS_KEY_ID and $AWS_SECRET_ACCESS_KEY
   * To run on your Hadoop cluster, install simplejson and make sure
$HADOOP_HOME is set.

More info:

 * Install mrjob: pip install mrjob -OR- easy_install mrjob
 * Documentation: http://packages.python.org/mrjob/
(Continue reading)

Tarek Ziadé | 8 Dec 2011 13:48
Picon
Gravatar

Cornice 0.4 released

Hey,

We've released Cornice 0.4.

Cornice provides helpers to build & document REST-ish Web Services with Pyramid

This version has multiple new features like a request validation
system and a nice errors handling system. The later let your web
services return a JSON on all 400s with a structured list of info on
errors.

The main benefits are:
- automatic handling of some HTTP errors. (Ask yourself: is your app
handlind 405 or 406 errors?)
- automatic web service documentation via Sphinx
- simple way to validate and convert requests data, and return
structured 400 responses.

Check it out :
- Documentation : http://packages.python.org/cornice/
- Latest blog post :
http://ametaireau.github.com/notmyidea/introducing-cornice.html
- Latest release : http://pypi.python.org/pypi/cornice/
- Repository : https://github.com/mozilla-services/cornice

We'd love feedback or new contributors !

Cheers
Tarek

(Continue reading)

Robert Boehne | 8 Dec 2011 20:46

Sybase module 0.40pre2 released

  WHAT IS IT:
The Sybase module provides a Python interface to the Sybase relational
database system.  It supports all of the Python Database API, version
2.0 with extensions.  Please downolad, test and report any problems with 
the pre-release.

** This version is a pre-release not intended for production use **

The module is available here:

http://downloads.sourceforge.net/python-sybase/python-sybase-0.40pre2.tar.gz

The module home page is here:

http://python-sybase.sourceforge.net/

MAJOR CHANGES SINCE 0.40pre1:

Better support for building against Sybase 15 on Windows, UNIX/Linux and 
64-bit platforms.

MAJOR CHANGES SINCE 0.39:

Modify the DateTimeAsPython output conversion to return None when NULL 
is output
support for Python without threads
Ignore additional non-error codes from Sybase (1918 and 11932)
Use outputmap in bulkcopy mode (thanks to patch by Cyrille Froehlich)
Raise exception when opening a cursor on a closed connection
Added unit tests
(Continue reading)

Ian Ward | 9 Dec 2011 02:43
Favicon
Gravatar

ANN: Speedometer 2.4 - bandwidth and download monitor

Announcing Speedometer 2.8
--------------------------

Speedometer home page:
  http://excess.org/speedometer/

Download:
  http://excess.org/speedometer/speedometer-2.8.tar.gz

New in this release:
====================

 - Added a linear scale option: -l.  Best used in combination with
   -m (and possibly -n) to customize the range to be displayed.
   Thanks to jukie.net for sponsoring this feature.

 - Replace silly "curved" reading with a weighted moving average

 - New option to display all values in bits per second: -s

 - New options to set minimum (-n) and maximum (-m) values
   displayed on the graphs in bytes/s.
   Defaults are -n 32 and -m 2**32

 - Accept shortened versions of -rx and -tx: -r and -t
   My intent is to drop use of the original forms in 3.0 and add
   --long-versions of all options

 - Use IEC notation of sizes MiB, GiB etc.

(Continue reading)

c | 10 Dec 2011 19:39
Picon
Gravatar

ANN: cssutils 0.9.8

what is it
----------
A Python package to parse and build CSS Cascading Style Sheets.
(Not a renderer though!)

about this release
------------------
0.9.8 is the latest stable release.

main changes
------------
since last stable release 0.9.7
	- Python 3 support. Sadly Python 2.4 support is gone with this release as
	  it is too complex to have 3.x and <=2.4 support.
	- some API changes mainly for CSS values. Removed already DEPRECATED stuff.
	- validation can be disabled now
	- performance improvements
	- lots of minor bugfixes and improvements
	- moved source code from Google Code over to BitBucket
	
	see the CHANGELOG for a complete list of changes.

since last alpha release:
     - FEATURE: Feature Request (#4) to be able to disable validation of 
a stylesheet has been implemented. Add Parameter ``validate=False`` for 
parsing (only for parsing of stylesheets not single styledeclarations yet).

     + BUGFIX: Fixed #5 Unicode escaping inside strings. Thanks to Simon 
Sapin
     + BUGFIX: The integer is optional in counter-reset and 
(Continue reading)


Gmane