Package h5py-py26-1.3.0-1
| System | Binary Distributions | CVS/rsync Source Distributions | |
|---|---|---|---|
10.6/x86_64 | |||
10.6/i386 | |||
10.5/i386 | |||
10.5/powerpc | |||
10.4/i386 | 1.3.0-1 | ||
10.4/powerpc | |||
| Description: | HDF5 data interface (1.3.0-1) | |
HDF5 for Python (h5py) is a general-purpose Python interface to the
Hierarchical Data Format library, version 5. HDF5 is a versatile,
mature scientific software library designed for the fast, flexible
storage of enormous amounts of data.
From a Python programmer's perspective, HDF5 provides a robust way to
store data, organized by name in a tree-like fashion. You can create
datasets (arrays on disk) hundreds of gigabytes in size, and perform
random-access I/O on desired sections. Datasets are organized in a
filesystem-like hierarchy using containers called "groups", and
accessed using the tradional POSIX /path/to/resource syntax. Why
should I use it?
H5py provides a simple, robust read/write interface to HDF5 data from
Python. Existing Python and Numpy concepts are used for the interface;
for example, datasets on disk are represented by a proxy class that
supports slicing, and has dtype and shape attributes. HDF5 groups are
presented using a dictionary metaphor, indexed by name.
A major design goal of h5py is interoperability; you can read your
existing data in HDF5 format, and create new files that any HDF5-
aware program can understand. No Python-specific extensions are used;
you're free to implement whatever file structure your application
desires.
Almost all HDF5 features are available from Python, including things
like compound datatypes (as used with Numpy recarray types), HDF5
attributes, hyperslab and point-based I/O, and more recent features in
HDF 1.8 like resizable datasets and recursive iteration over entire
files.
The foundation of h5py is a near-complete wrapping of the HDF5 C
API. HDF5 identifiers are first-class objects which participate in
Python reference counting, and expose the C API via methods. This
low-level interface is also made available to Python programmers, and
is exhaustively documented.
Features
* Runs on Linux, Mac OS-X and Windows
* High-level interface which supports Numpy slicing syntax,
including ranges, ellipsis objects, recarray indexing of
compound fields, and auto-conversion between Numpy and HDF5
datatypes
* Reads and writes standard HDF5 files (with no Python-specific
extensions) which will work with any other HDF5-aware program
* The complete low-level HDF5 C API is available to Python in an
intuitive, object-oriented fashion. For example, identifiers are
full-fledged objects which expose HDF5 API functions as methods,
and participate in reference counting. No more identifier leaks!
* Every function is documented, including the low-level API
* Error handling uses Python exceptions; the HDF5 library itself
raises exceptions from a complete and fine-grained exception
hierarchy. | ||
| Section: | sci | |
| Maintainer: | Kurt Schwehr <goatbarATusersDOTsourceforgeDOTnet> | |
| Website: | http://code.google.com/p/h5py/ | |
| License: | BSD | |
| Info-File: | dists/10.4/unstable/main/finkinfo/sci/h5py-py.info CVS log, Last Changed: Thu, 18 Mar 2010 16:44:26 (UTC) | |
Section list - Flat package list - Search packages
(*) = Unsupported distribution.