eGenix Team: M.-A. Lemburg | 2 Jul 2012 15:52
Favicon

ANN: eGenix PyRun - One file Python Runtime 1.0.0

________________________________________________________________________
ANNOUNCING

                 eGenix PyRun - One file Python Runtime

                             Version 1.0.0

          An easy-to-use single file relocatable Python run-time -
            available for Windows, Mac OS X and Unix platforms

This announcement is also available on our web-site for online reading:
http://www.egenix.com/company/news/eGenix-PyRun-1.0.0.html

________________________________________________________________________
INTRODUCTION

Our new eGenix PyRun combines a Python interpreter with an almost
complete Python standard library into a single easy-to-use
executable, that does not require a system wide installation and
is fully relocatable.

eGenix PyRun's executable only needs 12MB, but still supports
most Python application and scripts - and it can be further
compressed to 3-4MB using gzexe or upx.

Compared to a regular Python installation of typically 100MB on
disk, this makes eGenix PyRun ideal for applications and scripts
that need to be distributed to many target machines, client
installations or customers.

(Continue reading)

Jérôme Laheurte | 2 Jul 2012 22:49
Picon
Favicon

Re: [taskcoach] [ANN] Release 1.3.17 of Task Coach


Le 2 juil. 2012 à 21:39PM, Frank Niessink <frank <at> niessink.com> a écrit :

> Hi,
> 
> We're happy to announce release 1.3.17 of Task Coach. This is a bugfix
> release.

Users of the Launchpad PPA, please note that the 1.3.17 version of the PPAs is slightly different from the
actual release (technical burden; there was a failed release yesterday and Launchpad does not allow
overwriting a PPA of a given version). It does not include the calendar-related bug fixes.

Cheers
Jérôme

--

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

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

Demian Brecht | 5 Jul 2012 00:30
Picon
Gravatar

[RELEASE] py-sanction 0.1-alpha

py-sanction is an OAuth2 lean client library that can be used with a number of OAuth2 providers (currently
*lightly* tested with Facebook, Google and Foursquare).

Looking for feedback/bug reports before declaring beta/release.

Current version is also available on PyPI.

https://github.com/demianbrecht/py-sanction
--

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

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

Anthony Tuininga | 7 Jul 2012 05:30
Picon

cx_Oracle 5.1.2

What is cx_Oracle?

cx_Oracle is a Python extension module that allows access to Oracle and
conforms to the Python database API 2.0 specifications with a few
exceptions.

Where do I get it?

http://cx-oracle.sourceforge.net

What's new?

1) Added support for LONG_UNICODE which is a type used to handle long
unicode strings. These are not explicitly supported in Oracle but can
be used to bind to NCLOB, for example, without getting the error
"unimplemented or unreasonable conversion requested".

2) Set the row number in a cursor when executing PL/SQL blocks as
requested by Robert Ritchie.

3) Added support for setting the module, action and client_info
attributes during connection so that logon triggers will see the
supplied values, as requested by Rodney Barnett.

In addition, binaries are now being built for Python 3.3.
--

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

        Support the Python Software Foundation:
        http://www.python.org/psf/donations/
(Continue reading)

dmitrey | 7 Jul 2012 11:44
Picon

Stochastic programming and optimization addon for FuncDesigner

hi all,

you may be interested in stochastic programming and optimization with
free Python module FuncDesigner ( http://openopt.org/FuncDesigner ).

We have wrote Stochastic addon for FuncDesigner ( http://openopt.org/StochasticProgramming
), but (at least for several years) it will be commercional (currently
it's free for some small-scaled problems only and for noncommercial
research / educational purposes only). However, we will try to keep
our prices several times less than our competitors have. Also, we will
provide some discounts, including region-based ones, and first 15
customers will also got a discount.

For further information, documentation and some examples etc read more
at http://openopt.org/StochasticProgramming

----------------------------
Regards, D.
http://openopt.org/Dmitrey
--

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

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

Demian Brecht | 6 Jul 2012 19:48
Picon
Gravatar

[RELEASE] sanction 0.1.2 - dead easy OAuth2 client

sanction is a lightweight, dead simple client implementation of the OAuth2 protocol. The major goals of
the library are:

Support multiple providers
--------------------------
Most providers have varying levels of diversion from the official spec. The goal with this library is to
either handle these diversions natively, or expose a method to allow client code to deal with it
efficiently and effectively.

Support all server-side OAuth2 flows
------------------------------------
Three of the four OAuth2 flows should be supported by this library. Currently, only authorization code and
client credential flows have been tested due to lack of other (known) implementations.

sanction has been tested (lightly) with the following OAuth2 providers and provides sample code for each:

Facebook (include the test API)
Google
Foursquare
bitly
GitHub
StackExchange
Instagram

https://github.com/demianbrecht/sanction
--

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

        Support the Python Software Foundation:
        http://www.python.org/psf/donations/
(Continue reading)

Stefan Schwarzer | 8 Jul 2012 10:21

[ANN] ftputil 2.7 released

ftputil 2.7 is now available from
http://ftputil.sschwarzer.net/download .

Changes since version 2.6
-------------------------

- ftputil now explicitly tries to get hidden directory and file
  names (names starting with a dot) from the FTP server. [1]

  Before, ftputil used a `LIST` command to get directory listings, now
  it uses `LIST -a` if the server doesn't explicitly reject its usage
  upon login. Note that the server is free to ignore the `-a` option,
  so "hidden" directories and files may still not be visible. Please
  see [2] for details.

  If you have code that _relies_ on "hidden" directory or file names
  _not_ being visible, please update the code as necessary. If that's
  presumably not possible, please send feedback to the mailing list [3]
  or in private mail [4].

- A bug in the experimental synchronization code was fixed [5]. Thanks
  to Zhuo Qiang for his help. :-)

What is ftputil?
----------------

ftputil is a high-level FTP client library for the Python programming
language. ftputil implements a virtual file system for accessing FTP
servers, that is, it can generate file-like objects for remote files.
The library supports many functions similar to those in the os,
(Continue reading)

guillermooo | 8 Jul 2012 14:50
Picon

virtualenvwrapper-powershell 12.7.8 released

This is a port of virtualenvwrapper for Windows PowerShell.

CHANGES

* Added $VIRTUALENVWRAPPER_HOOK_DIR customization variable.
* Added $VIRTUALENVWRAPPER_ARGS customization variable.
* Added tests for the project extension.
* Added mkproject alias.
* Added setvirtualenvproject alias.
* Assorted fixes.
* Added new test framework.
* Added support for project templates.

Regards,
Guillermo
--

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

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

eGenix Team: M.-A. Lemburg | 9 Jul 2012 15:27
Favicon

ANN: Python Meeting Düsseldorf - 17.07.2012 (Erinnerung)

[This announcement is in German since it targets a local user group
 meeting in Düsseldorf, Germany]

Wir hatten vor ein paar Wochen schon die Ankündigung verschickt. Da
wir noch ein paar Plätze frei haben, wiederhole ich hier das Posting.

Sowohl Anmeldungen zu dem Meeting als auch für die Lightning Talks
sind noch in begrenzter Zahl möglich.

Beste Grüße,
Marc-Andre Lemburg

________________________________________________________________________
ANKÜNDIGUNG

                     Python Meeting Düsseldorf

                         http://pyddf.de/

       Ein Treffen von Python Enthusiasten und Interessierten
                    in ungezwungener Atmosphäre.

                  Dienstag, 17.07.2012, 18:00 Uhr
                        Clara Schumann Raum
                          DJH Düsseldorf

Diese Nachricht können Sie auch online lesen:
http://www.egenix.com/company/news/Python-Meeting-Duesseldorf-2012-07-17

________________________________________________________________________
(Continue reading)

Wingware | 10 Jul 2012 18:54
Favicon
Gravatar

Wing IDE 4.1.7 released

Hi,

Wingware has released version 4.1.7 of Wing IDE, our integrated development
environment designed specifically for the Python programming language.

Wing IDE provides a professional quality code editor with vi, emacs, and 
other
key bindings, auto-completion, call tips, refactoring, context-aware 
auto-editing,
a powerful graphical debugger, version control, unit testing, search, 
and many
other features.  For details see http://wingware.com/

This minor release includes:

     Support for Stackless Python 3.2
     Support for Maya 2013
     Support for Visual Studio 2010 builds of Python 2.6and 2.7
     Update Python 3.3support to the beta1 release
     Pretty Print option in Python Shell and Debug Probe
     How-To for using Wing IDE with Pyramid (thanks to Eric Ongerth)
     Implemented vi mode :delm to delete marks
     Added open-url-from-editor and open-clicked-url-from-editor commands
     Ability to set options sent to Python while debugging
     Toolbar icon for viewing and changing the Python configuration
     Improved tab key action in Eclipse key binding
     Preference to disable editor scrolling past the last line
     Several auto-editing improvements
     Improved experimental Turbo completion mode
     Improved heuristic for auto-indent after paste
(Continue reading)


Gmane