Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 8578870D43 for ; Sun, 2 Jun 2013 01:47:58 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E100C14A212; Sun, 2 Jun 2013 01:47:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7FD0F14A1C8 for ; Sun, 2 Jun 2013 01:47:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Rg4tV7EhRLmu for ; Sun, 2 Jun 2013 01:47:54 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id B5B4D14A1C1 for ; Sun, 2 Jun 2013 01:47:54 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 7378496; Sun, 2 Jun 2013 01:47:54 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 2 Jun 2013 01:47:54 +0000 From: "David A. Holland" Subject: CVS commit: pkgsrc/devel/py-tabular To: pkgsrc-changes@NetBSD.org Reply-To: dholland@netbsd.org X-Mailer: log_accum Message-Id: <20130602014754.7378496@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: dholland Date: Sun Jun 2 01:47:54 UTC 2013 Added Files: pkgsrc/devel/py-tabular: DESCR Makefile PLIST distinfo pkgsrc/devel/py-tabular/patches: patch-setup.py Log Message: Import Python module "tabular" version 0.1 as py-tabular. Tabular data can be easily represented in Python using the language's native objects. These representations typically do not support important tabular data manipulations, like efficient column selection, matrix mathematics, or spreadsheet-style operations. Tabular is a package of Python modules for working with tabular data. Its main object is the tabarray class, a data structure for holding and manipulating tabular data. By putting data into a tabarray object, you'll get a representation of the data that is more flexible and powerful than a native Python representation. Tabarray provides: . ultra-fast filtering, selection, and numerical analysis methods, using convenient Matlab-style matrix operation syntax . spreadsheet-style operations, including row & column operations, 'sort', 'replace', 'aggregate', 'pivot', and 'join' . flexible load and save methods for a variety of file formats, including delimited text (CSV), binary, and HTML . sophisticated inference algorithms for determining formatting parameters and data types of input files To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-tabular/DESCR \ pkgsrc/devel/py-tabular/Makefile pkgsrc/devel/py-tabular/PLIST \ pkgsrc/devel/py-tabular/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-tabular/patches/patch-setup.py Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.