37 lines
1.6 KiB
Text
Executable file
37 lines
1.6 KiB
Text
Executable file
Metadata-Version: 1.1
|
|
Name: h5py
|
|
Version: 1.3.0
|
|
Summary: Read and write HDF5 files from Python
|
|
Home-page: http://h5py.alfven.org
|
|
Author: Andrew Collette
|
|
Author-email: "h5py" at the domain "alfven.org"
|
|
License: UNKNOWN
|
|
Download-URL: http://code.google.com/p/h5py/downloads/list
|
|
Description:
|
|
The h5py package provides both a high- and low-level interface to the HDF5
|
|
library from Python. The low-level interface is intended to be a complete
|
|
wrapping of the HDF5 API, while the high-level component supports access to
|
|
HDF5 files, datasets and groups using established Python and NumPy concepts.
|
|
|
|
A strong emphasis on automatic conversion between Python (Numpy) datatypes and
|
|
data structures and their HDF5 equivalents vastly simplifies the process of
|
|
reading and writing data from Python.
|
|
|
|
Supports HDF5 versions 1.6.5 through 1.8.4. On Windows, HDF5 is included in
|
|
the installer.
|
|
|
|
Platform: UNKNOWN
|
|
Classifier: Development Status :: 5 - Production/Stable
|
|
Classifier: Intended Audience :: Developers
|
|
Classifier: Intended Audience :: Information Technology
|
|
Classifier: Intended Audience :: Science/Research
|
|
Classifier: License :: OSI Approved :: BSD License
|
|
Classifier: Programming Language :: Python
|
|
Classifier: Topic :: Scientific/Engineering
|
|
Classifier: Topic :: Database
|
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
Classifier: Operating System :: Unix
|
|
Classifier: Operating System :: POSIX :: Linux
|
|
Classifier: Operating System :: MacOS :: MacOS X
|
|
Classifier: Operating System :: Microsoft :: Windows
|
|
Requires: numpy (>=1.0.1)
|