Metadata-Version: 2.1
Name: MFAProblem
Version: 0.9.0
Summary: Material Flow Analysis Problem
Home-page: https://gitlab.com/su-model/mfa_problem
Author: AFM Filieres
Author-email: julien.alapetite@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/x-rst
Requires-Dist: openpyxl
Requires-Dist: pandas
Requires-Dist: sympy
Requires-Dist: cvxpy
Requires-Dist: argparse
Requires-Dist: pybind11
Requires-Dist: xmltodict
Requires-Dist: psutil
Requires-Dist: sqlalchemy
Requires-Dist: xlrd
Requires-Dist: parameterized
Requires-Dist: numpy

MFA Problem
***********

Installation
------------

* git clone https://gitlab.com/libeigen/eigen.git
* export EIGEN_INCLUDE="Eigen Path" ou set EIGEN_INCLUDE="Eigen Path"
* pip install MFAProblem

Test
----
* python -m unittest discover mfa_problem.tests.unit
* python -m unittest discover mfa_problem.tests.integration

Scripts
-------
Example (modify file path):

* run_mfa_problem_main_with_excel.py - -input_file D:\\AFMFilieres\\mfa_problem\\data\\input\\pommes_poires.xlsx

Notebooks
---------
* pip install jupyter
* pip install ipyfilechooser
* install_mfa_problem_notebook.py
* cd ~/mfa_problem_notebook
* jupyter notebook basic_workflow.ipynb

Project
-------
* https://gitlab.com/su-model/mfa_problem

