__init__.py 457 B

123456789101112131415
  1. # This file is part of h5py, a Python interface to the HDF5 library.
  2. #
  3. # http://www.h5py.org
  4. #
  5. # Copyright 2008-2013 Andrew Collette and contributors
  6. #
  7. # License: Standard 3-clause BSD; see "license.txt" for full license terms
  8. # and contributor agreement.
  9. """
  10. This subpackage implements the high-level interface for h5py.
  11. Don't manually import things from here; the public API lives directly
  12. in the top-level package namespace.
  13. """