Git Product home page Git Product logo

h5py's Introduction

https://travis-ci.org/h5py/h5py.png

HDF5 for Python

Websites

Prerequisites

You need, at a minimum:

  • HDF5 1.8.3 or later on Linux (On Windows, h5py ships with HDF5)
  • Python 2.6, 2.7, 3.2 or 3.3
  • Any modern version of NumPy

Optionally:

  • Cython 0.13 or later, to build from a git checkout
  • If using Python 2.6, unittest2 is needed to run the tests

Installing from release tarball

Run the following commands:

python setup.py build [--hdf5=/path/to/hdf5]
python setup.py test   # optional
[sudo] python setup.py install

Installing via easy_install

Run the following commands:

export HDF5_DIR=/path/to/hdf5   # optional
[sudo] easy_install h5py

Building from a Git checkout (UNIX)

We have switched development to GitHub. Here's how to build h5py from source:

  1. Clone the project:

    git clone https://github.com/h5py/h5py.git
    
  2. Build the project (this step also auto-compiles the .c files):

    python setup.py build [--hdf5=/path/to/hdf5]
    
  3. Run the unit tests (optional):

    python setup.py test
    

If you add new functions to api_functions.txt, remember to run the script api_gen.py to update the Cython interface. See the developer guide at http://www.h5py.org for more information.

Reporting bugs

  • Bug reports are always welcome at the GitHub tracker. Please don't be offended if it takes a while to respond to your report... we value user input and take all bugs seriously.
  • If you're not sure you have a bug, or want to ask any question at all about h5py or HDF5, post to the mailing list (h5py at Google Groups). This list is read by the main developers of h5py, as well as the user community. As a bonus, posting to the list means that other people with similar problems can find your question and the responses.
  • You're always free to email the author directly at [andrew dot collette at gmail dot com].

h5py's People

Contributors

andrewcollette avatar ddale avatar tacaswell avatar tecki avatar khinsen avatar kynan avatar mczwier avatar tovrstra avatar andy-slac avatar barrywardell avatar bfroehle avatar dmeliza avatar xmj avatar mrjbq7 avatar matthewturk avatar syhw avatar

Watchers

James Cloos avatar Stuart Mumford avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.