Metadata-Version: 2.0
Name: h5features
Version: 1.1.0
Summary: efficient storage of large features data
Home-page: https://github.com/bootphon/h5features
Author: Thomas Schatz, Mathieu Bernard, Roland Thiolliere
Author-email: mmathieubernardd@gmail.com
License: GPLv3
Keywords: HDF5 h5py features read write
Platform: UNKNOWN
Requires-Dist: h5py (>=2.3.0)
Requires-Dist: numpy (>=1.8.0)
Requires-Dist: scipy (>=0.13.0)

.. image:: https://readthedocs.org/projects/h5features/badge/?version=master
   :target: http://h5features.readthedocs.org
   :alt: Documentation Status

.. image:: https://travis-ci.org/bootphon/h5features.svg?branch=master
    :target: https://travis-ci.org/bootphon/h5features

==========
h5features
==========

.. highlight:: bash

The h5features **python package** provides easy to use and efficient
storage of **large features data** on the HDF5 binary file format.

Install it with::

  $ python setup.py build && python setup.py install

See the complete documentation `online
<http://h5features.readthedocs.org>`_ or build it with::

  $ cd docs && make html


