Metadata-Version: 2.1
Name: mcda
Version: 0.3.1
Summary: Package for Multi Criteria Decision Analysis
Home-page: UNKNOWN
Author: Nicolas Duminy
Author-email: nicolas.duminy@imt-atlantique.fr
License: UNKNOWN
Project-URL: Source, https://gitlab.com/nduminy/pymcda
Project-URL: Documentation, https://py-mcda.readthedocs.io
Project-URL: Tracker, https://gitlab.com/nduminy/pymcda/issues
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

Package for Multi-Criteria Decision Analysis named `mcda` (**Alpha**).


# Package description

This package is used as a basis to represent MCDA problems as well as solve them.
It currently contains functionalities to accurately describe a MCDA problem.
It also contains relatively low-level plotting functions to visualize a MCDA problem and its solution.


# Documentation

Documentation on this package can be found [here](https://py-mcda.readthedocs.io/).


# Developers' corner

This package is [PEP8](https://www.python.org/dev/peps/pep-0008/) compliant with a maximum line length of **79**, and is statically typed using [type hints](https://docs.python.org/3/library/typing.html).


# Known issues

None


