Metadata-Version: 2.1
Name: moead-framework
Version: 0.5.4
Summary: MOEA/D Framework in Python 3
Home-page: https://github.com/moead-framework/framework
Author: Geoffrey Pruvost
Author-email: geoffrey@pruvost.xyz
License: UNKNOWN
Description: # MOEA/D Framework
        
        ![Python application](https://github.com/moead-framework/framework/workflows/Python%20application/badge.svg?branch=master)
        
        # Documentation
        
        Available here : [https://moead-framework.github.io/documentation/](https://moead-framework.github.io/documentation/html/index.html)
        
        # Install
        
        Create a virtual environment with [conda](https://docs.conda.io/en/latest/miniconda.html) or [virtualenv](https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/#creating-a-virtual-environment)
        
        To install : 
        
            pip install moead-framework
            
        
        # For developers 
        
        ## build : 
        
        The package is build with a github action. If you want to create manually a new package : 
        
            python3 setup.py sdist bdist_wheel
         
            python3 -m twine upload dist/*
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
