diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-12-19 11:41:34 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-12-19 11:41:34 +0800 |
commit | a2f6e9dfb90cd9b980aa95913062b15cb57f2ef5 (patch) | |
tree | a4d666293389cafa7fc79047625d5b08ca2da43c /devel/py-tables/pkg-descr | |
parent | 951546a7494f3d4f64749ad9c1f00bdd7ce129ee (diff) | |
download | freebsd-ports-gnome-a2f6e9dfb90cd9b980aa95913062b15cb57f2ef5.tar.gz freebsd-ports-gnome-a2f6e9dfb90cd9b980aa95913062b15cb57f2ef5.tar.zst freebsd-ports-gnome-a2f6e9dfb90cd9b980aa95913062b15cb57f2ef5.zip |
add pytables 0.7.2
A hierarchical database for Python
Diffstat (limited to 'devel/py-tables/pkg-descr')
-rw-r--r-- | devel/py-tables/pkg-descr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/py-tables/pkg-descr b/devel/py-tables/pkg-descr new file mode 100644 index 000000000000..0d208e3bb804 --- /dev/null +++ b/devel/py-tables/pkg-descr @@ -0,0 +1,5 @@ +The goal of PyTables is to enable the end user to manipulate easily scientific +data tables and Numerical Python objects in a persistent, disk-based +hierarchical structure. + +WWW: http://pytables.sourceforge.net/ |