Return-Path: Delivered-To: apmail-incubator-couchdb-dev-archive@locus.apache.org Received: (qmail 34339 invoked from network); 26 Nov 2008 07:37:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Nov 2008 07:37:25 -0000 Received: (qmail 25762 invoked by uid 500); 26 Nov 2008 07:37:26 -0000 Delivered-To: apmail-incubator-couchdb-dev-archive@incubator.apache.org Received: (qmail 25673 invoked by uid 500); 26 Nov 2008 07:37:26 -0000 Mailing-List: contact couchdb-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-dev@incubator.apache.org Delivered-To: mailing list couchdb-dev@incubator.apache.org Received: (qmail 25644 invoked by uid 99); 26 Nov 2008 07:37:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Nov 2008 23:37:25 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bchesneau@gmail.com designates 66.249.92.175 as permitted sender) Received: from [66.249.92.175] (HELO ug-out-1314.google.com) (66.249.92.175) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Nov 2008 07:35:59 +0000 Received: by ug-out-1314.google.com with SMTP id 36so1465218uga.17 for ; Tue, 25 Nov 2008 23:36:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=HgK/KPsdCzijqY87/R3j5LE4oBdUTKz7GnyZiKlxfdI=; b=mqYTcrZ7iuj0Utl4yTH5NjKWUfnn8WcQWh6k93GEf+/LsYyXGNtEWmr96IpjPULLgX IcJXowwKRv9SqIE/AGvsKP23iOiYpopBs3gEMSJnokElT0ZV25T5B2if6n2sEp8ezutb Ku7vC94kQtPpIhL5mD8TQzUYHeuOmMaW/xGOA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=Hp2BOh7XCWbAioPVY9SyLVxhvROZNKanhGmyVcgxJ0uyG58dqw22zZ5zrzAoG3AoBG zbNPqaT57d4oMxylXdm+j1l7KG7Cu3TpPQBIhwQn2nyWcqDBdA6klSj8Ik9FHaizXVut UrB6H5bSZy1anZ9W4fjnJJnw2PCnNSRTH21Rs= Received: by 10.66.251.6 with SMTP id y6mr3355806ugh.13.1227684993743; Tue, 25 Nov 2008 23:36:33 -0800 (PST) Received: by 10.66.249.10 with HTTP; Tue, 25 Nov 2008 23:36:33 -0800 (PST) Message-ID: Date: Wed, 26 Nov 2008 08:36:33 +0100 From: "Benoit Chesneau" To: couchdb-dev@incubator.apache.org Subject: new python lib in the cloud MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hi all, Just a quick mail to let you know, I've published a new couchdb python library we use internally here : http://code.google.com/p/couchdb-python/ full doc here : http://py-simplecouchdb.e-engura.org/ One o the main feature of this lib is to allow you to maintain schema free document in python. Any feedback is appreciated. - beno=EEt