From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan BISSON Subject: A python module for orgmode files Date: Tue, 14 Dec 2010 00:31:47 +0100 Message-ID: <4D06ACE3.2010007@gmail.com> References: <4d06530d.883edc0a.0ab2.fffff5f6SMTPIN_ADDED@mx.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=56370 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PSHfG-0007W2-LV for emacs-orgmode@gnu.org; Mon, 13 Dec 2010 18:18:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PSHfF-0001jA-CO for emacs-orgmode@gnu.org; Mon, 13 Dec 2010 18:18:42 -0500 Received: from mail-ww0-f49.google.com ([74.125.82.49]:42846) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PSHfF-0001iq-7R for emacs-orgmode@gnu.org; Mon, 13 Dec 2010 18:18:41 -0500 Received: by wwb17 with SMTP id 17so3371wwb.30 for ; Mon, 13 Dec 2010 15:18:40 -0800 (PST) In-Reply-To: <4d06530d.883edc0a.0ab2.fffff5f6SMTPIN_ADDED@mx.google.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi all, A new project : A python module for orgmode files https://github.com/bjonnh/PyOrgMode Hope someone would find this useful/helpful. You can also contribute as much as you wish/can ;) The code is not really clean (I'm working on docstrings and cleaning-up) but should be usable. Please send the diff between your test file and the output (the included file test.org gives identical results, but it's not always the case) using the test.py test script. This module works with Python 3.1 and 2.7. Cheers