Metadata-Version: 2.4
Name: fmu_manipulation_toolbox
Version: 1.9
Summary: FMU Manipulation Toolbox is a python application for modifying Functional Mock-up Units (FMUs) without recompilation or bundling them into FMU Containers
Home-page: https://github.com/grouperenault/fmu_manipulation_toolbox/
Author: Nicolas.LAURENT@Renault.com
License: BSD-2-Clause
Requires-Python: >=3.8
License-File: LICENSE.txt
Requires-Dist: PySide6>=6.8.0
Requires-Dist: xmlschema>=3.3.1
Requires-Dist: elementpath>=4.4.0
Requires-Dist: colorama>=0.4.6
Dynamic: author
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

FMU Manipulation Toolbox is a python application for modifying Functional Mock-up Units (FMUs) 
without recompilation. It mainly modifies the `modelDescription.xml` file. It is highly customizable.

Manipulating the `modelDescription.xml` can be a dangerous thing! Communicating with the FMU-developer and adapting
the way the FMU is generated, is the preferable when possible.

FMU Manipulation Toolbox also allows to group FMU's inside FMU Containers.
    
