16 lines
457 B
Python
16 lines
457 B
Python
# This file is part of h5py, a Python interface to the HDF5 library.
|
|
#
|
|
# http://www.h5py.org
|
|
#
|
|
# Copyright 2008-2013 Andrew Collette and contributors
|
|
#
|
|
# License: Standard 3-clause BSD; see "license.txt" for full license terms
|
|
# and contributor agreement.
|
|
|
|
"""
|
|
This subpackage implements the high-level interface for h5py.
|
|
|
|
Don't manually import things from here; the public API lives directly
|
|
in the top-level package namespace.
|
|
"""
|