LICENSE
MANIFEST.in
README
README.rst
pkgconfig.py
setup.py
build_tools/ConanConfig.py
build_tools/__init__.py
build_tools/build_configuration.py
build_tools/build_configuration_builder.py
build_tools/cpp_extension_factory.py
doc/sphinx/Makefile
doc/sphinx/api_guide.rst
doc/sphinx/array.pdf
doc/sphinx/array.png
doc/sphinx/array.svg
doc/sphinx/array_grow.pdf
doc/sphinx/array_grow.png
doc/sphinx/array_grow.svg
doc/sphinx/conf.py
doc/sphinx/external_link.pdf
doc/sphinx/external_link.svg
doc/sphinx/h5cpp_attributes.rst
doc/sphinx/h5cpp_dataset.rst
doc/sphinx/h5cpp_dataspace.rst
doc/sphinx/h5cpp_datatypes.rst
doc/sphinx/h5cpp_files.rst
doc/sphinx/h5cpp_groups.rst
doc/sphinx/index.rst
doc/sphinx/installation.rst
doc/sphinx/link.pdf
doc/sphinx/link.svg
doc/sphinx/make.bat
doc/sphinx/nexus_attributes.rst
doc/sphinx/nexus_fields.rst
doc/sphinx/nexus_files.rst
doc/sphinx/nexus_groups.rst
doc/sphinx/nexus_links.rst
doc/sphinx/nexus_path.rst
doc/sphinx/nexus_xml.rst
doc/sphinx/users_guide.rst
doc/sphinx/using_h5cpp.rst
doc/sphinx/using_nexus.rst
doc/sphinx/_static/hdf5_basic_tree.svg
doc/sphinx/_templates/versions.html
src/cpp/h5cpp/_h5cpp.cpp
src/cpp/h5cpp/boost_filesystem_path_conversion.cpp
src/cpp/h5cpp/dimensions_conversion.cpp
src/cpp/h5cpp/errors.cpp
src/cpp/h5cpp/attribute/attribute.cpp
src/cpp/h5cpp/common/converters.cpp
src/cpp/h5cpp/dataspace/dataspace.cpp
src/cpp/h5cpp/dataspace/selections.cpp
src/cpp/h5cpp/datatype/datatype.cpp
src/cpp/h5cpp/file/file.cpp
src/cpp/h5cpp/filter/filter.cpp
src/cpp/h5cpp/node/dataset.cpp
src/cpp/h5cpp/node/functions.cpp
src/cpp/h5cpp/node/nodes.cpp
src/cpp/h5cpp/numpy/array_adapter.cpp
src/cpp/h5cpp/numpy/array_factory.cpp
src/cpp/h5cpp/numpy/dimensions.cpp
src/cpp/h5cpp/property/chunk_cache_parameters.cpp
src/cpp/h5cpp/property/class_wrappers.cpp
src/cpp/h5cpp/property/copy_flag_wrapper.cpp
src/cpp/h5cpp/property/creation_order.cpp
src/cpp/h5cpp/property/enumeration_wrappers.cpp
src/cpp/h5cpp/property/property.cpp
src/cpp/nexus/element_dict_converter.cpp
src/cpp/nexus/factories.cpp
src/cpp/nexus/list_converters.cpp
src/cpp/nexus/nexus.cpp
src/cpp/nexus/path.cpp
src/cpp/nexus/predicates.cpp
src/cpp/h5cpp/_h5cpp.cpp
src/cpp/h5cpp/boost_filesystem_path_conversion.cpp
src/cpp/h5cpp/boost_filesystem_path_conversion.hpp
src/cpp/h5cpp/dimensions_conversion.cpp
src/cpp/h5cpp/dimensions_conversion.hpp
src/cpp/h5cpp/errors.cpp
src/cpp/h5cpp/errors.hpp
src/cpp/h5cpp/iterator_wrapper.hpp
src/cpp/h5cpp/attribute/attribute.cpp
src/cpp/h5cpp/common/converters.cpp
src/cpp/h5cpp/common/converters.hpp
src/cpp/h5cpp/common/io.hpp
src/cpp/h5cpp/dataspace/dataspace.cpp
src/cpp/h5cpp/dataspace/selections.cpp
src/cpp/h5cpp/dataspace/wrappers.hpp
src/cpp/h5cpp/datatype/datatype.cpp
src/cpp/h5cpp/file/file.cpp
src/cpp/h5cpp/filter/filter.cpp
src/cpp/h5cpp/node/dataset.cpp
src/cpp/h5cpp/node/functions.cpp
src/cpp/h5cpp/node/nodes.cpp
src/cpp/h5cpp/node/wrappers.hpp
src/cpp/h5cpp/numpy/array_adapter.cpp
src/cpp/h5cpp/numpy/array_adapter.hpp
src/cpp/h5cpp/numpy/array_factory.cpp
src/cpp/h5cpp/numpy/array_factory.hpp
src/cpp/h5cpp/numpy/dimensions.cpp
src/cpp/h5cpp/numpy/dimensions.hpp
src/cpp/h5cpp/numpy/hdf5_fixed_strings_support.hpp
src/cpp/h5cpp/numpy/hdf5_support.hpp
src/cpp/h5cpp/numpy/hdf5_variable_strings_support.hpp
src/cpp/h5cpp/numpy/numpy.hpp
src/cpp/h5cpp/property/chunk_cache_parameters.cpp
src/cpp/h5cpp/property/class_wrappers.cpp
src/cpp/h5cpp/property/copy_flag_wrapper.cpp
src/cpp/h5cpp/property/creation_order.cpp
src/cpp/h5cpp/property/enumeration_wrappers.cpp
src/cpp/h5cpp/property/property.cpp
src/cpp/h5cpp/property/wrapper_generators.hpp
src/cpp/nexus/element_dict_converter.cpp
src/cpp/nexus/element_dict_converter.hpp
src/cpp/nexus/factories.cpp
src/cpp/nexus/list_converters.cpp
src/cpp/nexus/list_converters.hpp
src/cpp/nexus/nexus.cpp
src/cpp/nexus/path.cpp
src/cpp/nexus/predicates.cpp
src/cpp/nexus/wrappers.hpp
src/pninexus/__init__.py
src/pninexus.egg-info/PKG-INFO
src/pninexus.egg-info/SOURCES.txt
src/pninexus.egg-info/dependency_links.txt
src/pninexus.egg-info/requires.txt
src/pninexus.egg-info/top_level.txt
src/pninexus/h5cpp/__init__.py
src/pninexus/h5cpp/attribute/__init__.py
src/pninexus/h5cpp/dataspace/__init__.py
src/pninexus/h5cpp/datatype/__init__.py
src/pninexus/h5cpp/file/__init__.py
src/pninexus/h5cpp/filter/__init__.py
src/pninexus/h5cpp/node/__init__.py
src/pninexus/h5cpp/property/__init__.py
src/pninexus/nexus/__init__.py
test/__init__.py
test/data_generator.py
test/io_test_utils.py
test/mem_log_view.py
test/memory_check.py
test/debug/attributes_all.py
test/debug/is_root_element_ttest.py
test/debug/read.py
test/debug/scalar.py
test/debug/scalar_string_setget.py
test/debug/test.py
test/debug/test2.py
test/debug/test3.py
test/debug/ttest_attributes.py
test/debug/ttest_fields.py
test/h5cpp_tests/__init__.py
test/h5cpp_tests/file_creation_test.py
test/h5cpp_tests/file_image_test.py
test/h5cpp_tests/file_open_test.py
test/h5cpp_tests/path_test.py
test/h5cpp_tests/attribute_tests/__init__.py
test/h5cpp_tests/attribute_tests/attribute_creation_test.py
test/h5cpp_tests/attribute_tests/attribute_io_test.py
test/h5cpp_tests/dataspace_tests/__init__.py
test/h5cpp_tests/dataspace_tests/scalar_dataspace_test.py
test/h5cpp_tests/dataspace_tests/simple_dataspace_test.py
test/h5cpp_tests/datatype_tests/__init__.py
test/h5cpp_tests/datatype_tests/predefined_type_test.py
test/h5cpp_tests/filter_tests/__init__.py
test/h5cpp_tests/filter_tests/creation_test.py
test/h5cpp_tests/group_tests/__init__.py
test/h5cpp_tests/group_tests/group_construction_test.py
test/h5cpp_tests/node_tests/__init__.py
test/h5cpp_tests/node_tests/copy_test.py
test/h5cpp_tests/node_tests/dataset_direct_chunk_test.py
test/h5cpp_tests/node_tests/dataset_extent_test.py
test/h5cpp_tests/node_tests/dataset_io_test.py
test/h5cpp_tests/node_tests/dataset_partial_io_test.py
test/h5cpp_tests/node_tests/group_creation_test.py
test/h5cpp_tests/node_tests/h5py_compat_test.py
test/h5cpp_tests/node_tests/link_iteration_test.py
test/h5cpp_tests/node_tests/node_iterator_test.py
test/h5cpp_tests/node_tests/virtual_dataset_test.py
test/h5cpp_tests/property_tests/__init__.py
test/h5cpp_tests/property_tests/chunk_cache_parameters_test.py
test/h5cpp_tests/property_tests/copy_flags_test.py
test/h5cpp_tests/property_tests/creation_order_test.py
test/h5cpp_tests/property_tests/object_copy_list_test.py
test/nexus_tests/NexusPathTests.xml
test/nexus_tests/__init__.py
test/nexus_tests/detector.xml
test/nexus_tests/factory_test.py
test/nexus_tests/file_test.py
test/nexus_tests/path_test.py
test/nexus_tests/xml_test.py
test/regression_tests/__init__.py
test/regression_tests/issue_18_test.py
test/regression_tests/issue_23_test.py
test/regression_tests/issue_5_test.py