Description

This project aims at providing tools (functions, classes, bindings, etc…) to manipulate MADNEX files.

MADNEX provide a data model on top of the HDF5 file format, which can handle:

Contributing

Contributions to this project are welcomed. More details about to contribute are detailed on this page.

Installation guidelines

The installation process is detailed here.

Licence

This project is released on the LGPLv3 licence. See the LGPL-3.0.txt file distributed with the sources of this project.

Dependencies

The project requires a C++-11 compliant compiler.

The project requires the official C++ bindings of the HDF5 library.

Python bindings requires the Boost/Python library.

Documentation is written using Doxygen.