GraphQL-core-next 1.0.0 released

2018-09-07 Thread Christoph Zwerschke

Hi all,

I'm glad to announce that the first public release 1.0.0 of
Graphql-core-next is now available on PyPI.

Graphql-core-next is a port of GraphQL.js, the reference implementation
for the GraphQL query language written in JavaScript, to modern Python.
GraphQL-core-next 1.0.0 is up to date with GraphQL.js 14.0.0.
This library may become a successor to the existing GraphQL-core
library by Syrus Akbary which still supports legacy Python versions.

Please have a look and give me some feedback.

Source: https://github.com/graphql-python/graphql-core-next/
Docs: https://graphql-core-next.readthedocs.io/
PyPI: https://pypi.org/project/GraphQL-core-next/

Christoph Zwerschke
https://github.com/Cito
--
https://mail.python.org/mailman/listinfo/python-announce-list

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


ANN: Webware for Python 1.1.1 released

2013-01-18 Thread Christoph Zwerschke
Version 1.1.1 of Webware for Python can now be downloaded at 
http://downloads.sourceforge.net/webware/Webware-1.1.1.tar.gz.


This is a bugfix release with some fixes and small improvements.

Webware for Python is a mature and stable web framework that has been 
around since more than a decade.


Version 1.1.1 runs on Python 2.4 to 2.7.

You can find more info on the Webware for Python homepage at
http://www.webwareforpython.org/

Support is available via the Webware for Python mailing lists at
https://sourceforge.net/mail/?group_id=4866

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

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


ANN: DBUtils 1.1 released

2011-08-14 Thread Christoph Zwerschke

DBUtils 1.1 has been released.

DBUtils is a suite of tools providing solid, persistent and pooled
connections to a database that can be used in all kinds of
multi-threaded environments such as Webware for Python or other web
application servers. The suite supports DB-API 2 compliant database
interfaces and the classic PyGreSQL interface.

The new version is available for download at:

* http://www.python.org/pypi/DBUtils/ and
* http://www.w4py.org/downloads/DBUtils/

Changes:

* http://www.w4py.org/DBUtils/Docs/RelNotes-1.1.html

User's Guide available at:

* http://www.w4py.org/DBUtils/Docs/UsersGuide.html

-- Christoph Zwerschke


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

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


ANN: Webware for Python 1.1 released

2011-08-04 Thread Christoph Zwerschke

A new version 1.1 of the venerable Webware for Python web framework
is now available for download at
http://downloads.sourceforge.net/webware/Webware-1.1.tar.gz.

This release offers some major new features, e.g. a WSGI adapter,
sessions based on shelve or Memcached, MiddleKit supporting SQLite.

Webware requires Python 2.4 now. The code base has been cleaned up and
modernized very much; all the old cruft that was only there to support
older Python versions has been removed. The older Python versions are
still supported via the latest bugfix version 1.0.3 of the 1.0 branch
which has been released along with the current version 1.1.

You can find more info on the Webware for Python homepage at
http://www.webwareforpython.org/

Support is available via the Webware for Python mailing lists at
https://sourceforge.net/mail/?group_id=4866

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

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


ANN: Webware for Python 1.0.2 released

2009-06-07 Thread Christoph Zwerschke

Webware for Python 1.0.2 has been released.

This is the second bugfix release for Webware for Python release 1.0,
mainly fixing some problems and shortcomings of the PSP plug-in.
See the WebKit and PSP release notes for details.

Webware for Python is a suite of Python packages and tools for
developing object-oriented, web-based applications. The suite uses well
known design patterns and includes a fast Application Server, Servlets,
Python Server Pages (PSP), Object-Relational Mapping, Task Scheduling,
Session Management, and many other features. Webware is very modular and
easily extended.

Webware for Python is well proven and platform-independent. It is
compatible with multiple web servers, database servers and operating
systems.

Check out the Webware for Python home page at http://www.w4py.org

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

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


ANN: Webware for Python 1.0.1 released

2009-02-06 Thread Christoph Zwerschke

Webware for Python 1.0.1 has been released.

This is the first bugfix release for Webware for Python release 1.0, 
mainly fixing a problem that could appear when communicating with the 
threaded application server over a network connection. See the WebKit 
release notes for details.


Webware for Python is a suite of Python packages and tools for
developing object-oriented, web-based applications. The suite uses well
known design patterns and includes a fast Application Server, Servlets,
Python Server Pages (PSP), Object-Relational Mapping, Task Scheduling,
Session Management, and many other features. Webware is very modular and
easily extended.

Webware for Python is well proven and platform-independent. It is
compatible with multiple web servers, database servers and operating
systems.

Check out the Webware for Python home page at http://www.w4py.org
--
http://mail.python.org/mailman/listinfo/python-announce-list

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


ANN: Webware and DBUtils 0.9.4 released

2007-07-08 Thread Christoph Zwerschke
Webware 0.9.4 and DBUtils 0.9.4 have been released.

The new release of Webware for Python contains some fixes and
improvements of WebKit, and it adds some more configuration settings
that have been requested by users. The details can be found in the
WebKit release notes.

The new DBUtils release fixes a problem in the destructor code and
has been supplemented with a German user's guide.

Webware for Python is a suite of Python packages and tools for
developing object-oriented, web-based applications. The suite uses
well known design patterns and includes a fast Application Server,
Servlets, Python Server Pages (PSP), Object-Relational Mapping,
Task Scheduling, Session Management, and many other features.
Webware is very modular and easily extended.

Webware for Python is well proven and platform-independent.
It is compatible with multiple web servers, database servers
and operating systems.

DBUtils is a suite of tools providing solid, persistent and pooled
connections to a database that can be used in all kinds of
multi-threaded environments such as Webware for Python or other web
application servers. The suite supports DB-API 2 compliant database
interfaces and the classic PyGreSQL interface.

Check out the Webware for Python home page at http://www.w4py.org
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

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


ANN: Webware 0.9.3 released

2007-04-27 Thread Christoph Zwerschke
Webware 0.9.3 has been released.

This release of Webware for Python includes a couple of fixes and
improvements of WebKit and some cleanup of the overall Webware codebase.
Please have a look at the WebKit release notes for details.

Webware for Python is a suite of Python packages and tools for
developing object-oriented, web-based applications. The suite uses
well known design patterns and includes a fast Application Server,
Servlets, Python Server Pages (PSP), Object-Relational Mapping,
Task Scheduling, Session Management, and many other features.
Webware is very modular and easily extended.

Webware for Python is well proven and platform-independent.
It is compatible with multiple web servers, database servers
and operating systems.

Check out the Webware for Python home page at http://www.w4py.org
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

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


ANN: DBUtils 0.9.2 has been released

2006-09-22 Thread Christoph Zwerschke
DBUtils 0.9.2 has been released.

DBUtils is a suite of tools providing solid, persistent and pooled 
connections to a database that can be used in all kinds of 
multi-threaded environments such as Webware for Python or other web 
application servers. The suite supports DB-API 2 compliant database 
interfaces and the classic PyGreSQL interface.

The new version is available for download at:

   * http://www.python.org/pypi/DBUtils/ and
   * http://www.w4py.org/downloads/DBUtils/

Changes:

   * http://www.w4py.org/DBUtils/Docs/RelNotes-0.9.2.html

User's Guide available at:

   * http://www.w4py.org/DBUtils/Docs/UsersGuide.html

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

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


ANN: Webware 0.9.2 released

2006-09-18 Thread Christoph Zwerschke
Webware 0.9.2 has been released.

This release of Webware for Python includes a couple of fixes
and improvements of WebKit, MiddleKit, MiscUtils and WebUtils
(see the respective release notes).

Webware for Python is a suite of Python packages and tools for
developing object-oriented, web-based applications. The suite uses
well known design patterns and includes a fast Application Server,
Servlets, Python Server Pages (PSP), Object-Relational Mapping,
Task Scheduling, Session Management, and many other features.
Webware is very modular and easily extended.

Webware for Python is well proven and platform-independent.
It is compatible with multiple web servers, database servers
and operating systems.

Check out the Webware for Python home page at http://www.w4py.org
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

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


ANN: DBUtils 0.9.1 has been released

2006-05-09 Thread Christoph Zwerschke
DBUtils 0.9.1 has been released.

DBUtils is a suite of tools providing solid, persistent and pooled 
connections to a database that can be used in all kinds of 
multi-threaded environments such as Webware for Python or other web 
application servers. The suite supports DB-API 2 compliant database 
interfaces and the classic PyGreSQL interface.

The current version is available for download at

   * http://www.python.org/pypi/DBUtils/ and
   * http://www.w4py.org/downloads/DBUtils/

A user's guide is now available at

   * http://www.w4py.org/DBUtils/Docs/UsersGuide.html

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

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


ANN: Webware 0.9.1 released

2006-04-23 Thread Christoph Zwerschke
Webware 0.9.1 has been released.

This release of Webware for Python includes a few fixes and improvements 
of the WebKit, MiddleKit and KidKit components.

Webware for Python is a suite of Python packages and tools for 
developing object-oriented, web-based applications. The suite uses well 
known design patterns and includes a fast Application Server, Servlets, 
Python Server Pages (PSP), Object-Relational Mapping, Task Scheduling, 
Session Management, and many other features. Webware is very modular and 
easily extended.

Webware for Python is well proven and platform-independent. It is 
compatible with multiple web servers, database servers and operating 
systems.

Check out the Webware for Python home page at http://www.w4py.org
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

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


A Byte of Python - Kraut Version

2006-03-11 Thread Christoph Zwerschke
The German translation of Swaroop's Python beginner tutorial
A Byte of Python (current version 1.20) has been finished.

The German version is available at: http://abop-german.berlios.de

Original (English) version at: http://www.byteofpython.info

Other translations: http://www.byteofpython.info/translations/

'A Byte of Python' is a book on programming using the Python language. 
It serves as a tutorial or guide to the Python language for a beginner 
audience. If all you know about computers is how to save text files, 
then this is the book for you.
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

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


Webware for Python 0.9 released

2005-11-14 Thread Christoph Zwerschke
Webware 0.9 has been released.

Webware for Python is a suite of Python packages and tools for 
developing object-oriented, web-based applications. The suite uses well 
known design patterns and includes a fast Application Server, Servlets, 
Python Server Pages (PSP), Object-Relational Mapping, Task Scheduling, 
Session Management, and many other features. Webware is very modular and 
easily extended.

Webware for Python is well proven and platform-independent. It is 
compatible with multiple web servers, database servers and operating 
systems.

The new release includes numerous enhancements, additions and bug fixes 
over the previous release. We can list only a few of them here:
* easier installation
* improved documentation
* improved examples
* bug fixes
* a built-in HTTP server for immediate playing,
* a debug app server compatible with WingIDE and other debuggers
* support for the Kid templating language
* support for PostgreSQL
* better support for recent versions of Python including properties,
   the object type and the datetime module

Check out the Webware for Python home page at http://w4py.org
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

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