hdubey / h5features

h5features files handling functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation Status https://travis-ci.org/bootphon/h5features.svg?branch=master

h5features

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

Installation

The package depends on numpy, scipy and h5py (automatically installed by the setup script). Install it with:

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

Or you can install it with pip:

$ pip install h5features

Documentation

  • See the complete documentation online

  • Or build it with:

    $ pip install Sphinx
    $ cd docs && make html

    The home page of the compiled documentation is docs/_build/html/index.html.

Test

The package comes with a unit-tests suit. To run it, first install pytest on your Python environment:

$ pip install pytest

Then run the tests with:

$ pytest

About

h5features files handling functions

License:GNU General Public License v3.0


Languages

Language:Python 100.0%