Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #88183

SQLObject 3.0.0a1

Path csiph.com!usenet.pasdenom.info!news.redatomik.org!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <phd@phdru.name>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.001
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; 'url:sourceforge': 0.03; '-----------': 0.05; 'classes,': 0.05; '(python': 0.07; 'mysql,': 0.07; 'classes.': 0.09; 'postgresql,': 0.09; 'rows': 0.09; 'sphinx': 0.09; '--------': 0.10; 'python': 0.11; '2.7': 0.14; '(also': 0.16; 'adapter': 0.16; 'contributors': 0.16; 'development:': 0.16; 'email addr:phdru.name': 0.16; 'email name:phd': 0.16; 'header:X-Face:1': 0.16; 'sybase,': 0.16; 'to:addr:python-announce-list': 0.16; 'url:gmane': 0.16; 'alpha': 0.16; 'skip:= 10': 0.16; '3.0': 0.19; 'meant': 0.20; 'header:User- Agent:1': 0.23; 'source': 0.25; 'tables': 0.26; 'required.': 0.27; 'to:2**1': 0.27; 'external': 0.29; 'list:': 0.30; "i'm": 0.30; 'url:mailman': 0.30; 'code': 0.31; 'changes:': 0.31; 'download:': 0.31; 'minor': 0.31; 'skip:= 20': 0.31; 'url:python': 0.33; 'announce': 0.33; 'programmers': 0.33; 'version': 0.36; 'described': 0.36; 'format.': 0.36; 'instances': 0.36; 'url:listinfo': 0.36; 'charset:us-ascii': 0.36; 'url:org': 0.36; 'branch': 0.38; 'to:addr:python-list': 0.38; 'list,': 0.38; 'skip:- 10': 0.38; 'to:addr:python.org': 0.39; 'mailing': 0.39; 'release': 0.40; 'easy': 0.60; 'ian': 0.60; 'new': 0.61; 'url:3': 0.61; 'first': 0.61; 'content-disposition:inline': 0.62; 'complete': 0.62; 'more': 0.64; 'news': 0.67; 'url:0': 0.67; 'header:Reply-To:1': 0.67; 'published': 0.71; 'site:': 0.83; '3.4': 0.84
Date Fri, 27 Mar 2015 21:26:18 +0100
From Oleg Broytman <phd@phdru.name>
To Python Announce Mailing List <python-announce-list@python.org>, Python Mailing List <python-list@python.org>
Subject SQLObject 3.0.0a1
Reply-To Oleg Broytman <phd@phdru.name>
MIME-Version 1.0
Content-Type text/plain; charset=us-ascii
Content-Disposition inline
X-Attribution phd
X-Face "4chVP^f8; 3Bi>x"ic0%DuP(ZLyn:; kzQ1njs]5,GRZG<{<\~`|Shxi7|)d|8uO~HFRfyym {[xs@OYG]2Q]0#}0sjJp`1^1+B6]A2+{9fW=S<O7^"hul]^|AGtiI7SkYF-2VD?UH*h_!zuCIf+^F7 c0x8?W,UfhCAx^YY#1ALhvG\2yG}LW:)zw#1;Yajq"hK~S
X-Operating-System Debian GNU/Linux
X-Url http://phdru.name/
Mail-Followup-To Oleg Broytman <phd@phdru.name>, Python Mailing List <python-list@python.org>
User-Agent Mutt/1.5.21 (2010-09-15)
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.19
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.277.1427489271.10327.python-list@python.org> (permalink)
Lines 78
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1427489271 news.xs4all.nl 2913 [2001:888:2000:d::a6]:48600
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:88183

Show key headers only | View raw


Hello!

I'm pleased to announce version 3.0.0a1, the first alpha of the upcoming
release of branch 3.0 of SQLObject.


What's new in SQLObject
=======================

Features
--------

* Support for Python 2 and Python 3 with one codebase!
  (Python version >= 3.4 currently required.)

Minor features
--------------

* Use fdb adapter for Firebird.

* PyDispatcher (>=2.0.4) was made an external dependency.

Development
-----------

* Source code was made flake8-clean.

Documentation
-------------

* Documentation is published at http://sqlobject.readthedocs.org/ in
  Sphinx format.

Contributors for this release are Ian Cordasco, Neil Muller,
Lukasz Dobrzanski, Gregor Horvath.

For a more complete list, please see the news:
http://sqlobject.org/News.html


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).

Python 2.6, 2.7 or 3.4+ is required.


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

Download:
https://pypi.python.org/pypi/SQLObject/3.0.0a1dev-20150327

News and changes:
http://sqlobject.org/News.html

Oleg.
-- 
     Oleg Broytman            http://phdru.name/            phd@phdru.name
           Programmers don't die, they just GOSUB without RETURN.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

SQLObject 3.0.0a1 Oleg Broytman <phd@phdru.name> - 2015-03-27 21:26 +0100

csiph-web