Source: deap Section: python Priority: optional Maintainer: Miriam Ruiz Uploaders: Debian Python Modules Team Build-Depends: debhelper (>= 10), dh-python, python-all, python3-all, python-numpy, python3-numpy, python-sphinx, python-matplotlib, texlive-latex-extra, dvipng, rdfind, symlinks, pandoc Standards-Version: 4.0.0 Homepage: http://deap.gel.ulaval.ca/doc/default/ Vcs-Git: https://salsa.debian.org/python-team/modules/deap.git Vcs-Browser: https://salsa.debian.org/python-team/modules/deap Package: python-deap Architecture: all Depends: ${misc:Depends}, ${python:Depends} Recommends: deap-doc, python-matplotlib, python-numpy Suggests: python-scoop Description: Distributed Evolutionary Algorithms in Python DEAP is a novel evolutionary computation framework for rapid prototyping and testing of ideas. It seeks to make algorithms explicit and data structures transparent. It works in perfect harmony with parallelisation mechanism such as multiprocessing and SCOOP. . This package contains the modules for Python. Package: python3-deap Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Recommends: deap-doc, python3-matplotlib, python3-numpy Suggests: python3-scoop Description: Distributed Evolutionary Algorithms in Python3 DEAP is a novel evolutionary computation framework for rapid prototyping and testing of ideas. It seeks to make algorithms explicit and data structures transparent. It works in perfect harmony with parallelisation mechanism such as multiprocessing and SCOOP. . This package contains the modules for Python3. Package: deap-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${sphinxdoc:Depends} Recommends: python-deap, python3-deap Conflicts: python-deap-doc Replaces: python-deap-doc Description: Distributed Evolutionary Algorithms in Python (docs) DEAP is a novel evolutionary computation framework for rapid prototyping and testing of ideas. It seeks to make algorithms explicit and data structures transparent. It works in perfect harmony with parallelisation mechanism such as multiprocessing and SCOOP. . This package contains the documentation.