NOTICE: This package has been removed from pkgsrc

./devel/py-tabular, Tabular data tools for Python

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.1, Package name: py27-tabular-0.1, Maintainer: dholland

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


Required to run:
[graphics/py-matplotlib] [devel/py-setuptools] [math/py-numpy]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 8e7b63599231363859df7054beee3b508ff49485
RMD160: 43302ec518a27e77910980eb9409cabcda269bae
Filesize: 1070.602 KB

Version history: (Expand)


CVS history: (Expand)


   2019-06-17 18:40:40 by Adam Ciarcinski | Files touched by this commit (5) | Package removed
Log message:
py-tabular: removed - no update since 2013; no use since matplotlib requires Python 3
   2019-04-26 16:12:50 by Maya Rashish | Files touched by this commit (205)
Log message:
fix some whitespace, mostly introduced in the previous
python 3.4 / 3.5 removal commit.
   2019-04-26 15:14:25 by Maya Rashish | Files touched by this commit (473)
Log message:
Omit mentions of python 34 and 35, after those were removed.

- Includes some whitespace changes, to be handled in a separate commit.
   2018-07-03 07:03:44 by Adam Ciarcinski | Files touched by this commit (495)
Log message:
extend PYTHON_VERSIONS_ for Python 3.7
   2018-01-30 10:09:06 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
Now DEPENDS on py-matplotlib rather than buildlinking
   2017-09-04 20:08:31 by Thomas Klausner | Files touched by this commit (163)
Log message:
Follow some redirects.
   2017-01-01 15:44:09 by Thomas Klausner | Files touched by this commit (577)
Log message:
Add python-3.6 to incompatible versions.
   2016-08-28 17:48:37 by Thomas Klausner | Files touched by this commit (112)
Log message:
Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided
by the infrastructure.

Mark a couple more packages as not ready for python-3.x.