Metadata-Version: 2.1
Name: moead-framework
Version: 0.0.3
Summary: MOEA/D Framework in Python 3
Home-page: https://github.com/geoffreyp/moead
Author: Geoffrey Pruvost
Author-email: geoffrey@pruvost.xyz
License: UNKNOWN
Description: # MOEA/D Framework
        
        ![Python application](https://github.com/geoffreyp/moead/workflows/Python%20application/badge.svg?branch=master)
        
        
        # 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)
        
        With virtualenv : 
        
            pip install moead-framework
            
        
        ## build : 
        
            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
