A software package for using DEXi models in Python
Project description
DEXiPy
DEXiPy is a software package for using DEXi models in Python.
DEXi models are hierarchical qualitative multi-criteria decision models developed according to the method DEX (Decision EXpert), using the program DEXi or DEXiWin. See DEX Software for more details.
A typical workflow with DEXiPy consists of:
- Reading a
.dxi
file, previously created using the DEXi/DEXiWin software, - creating one or more lists containing input values of decision alternatives,
- evaluating those alternatives,
- analyzing alternatives,
- drawing charts.
DEXiPy is restricted to using models produced externally by the DEXi/DEXiWin software and does not provide functionality for creating and/or editing DEXi models directly in Python.
Installation
DEXiPy can be installed from the local .whl
file:
pip install dist/dexipy-<version>-py3-none-any.whl
Currently, DEXiPy is still under development. When it is fully developed, it will be installable from the PyPI repository:
pip install dexipy
Documentation
DEXiPy on dex.ijs.si
Usage
See Examples
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.