Metadata-Version: 1.1
Name: optimix
Version: 1.2.20
Summary: Abstract function optimisation
Home-page: https://github.com/limix/optimix
Author: Danilo Horta
Author-email: horta@ebi.ac.uk
License: MIT
Description: 
        optimix
        =======
        
        |PyPI-Status| |Conda-Forge-Status| |Conda-Downloads|
        
        |Build-Status| |Codacy-Grade| |License-Badge| |Doc-Status|
        
        Abstract function optimisation.
        
        Install
        -------
        
        The recommended way of installing it is via conda_
        
        .. code:: bash
        
            conda install -c conda-forge optimix
        
        An alternative way would be via pip_
        
        .. code:: bash
        
            pip install optimix
        
        Running the tests
        -----------------
        
        After installation, you can test it
        
        .. code:: bash
        
            python -c "import optimix; optimix.test()"
        
        as long as you have pytest_.
        
        Authors
        -------
        
        * `Danilo Horta`_
        
        License
        -------
        
        This project is licensed under the MIT License - see the `License file`_ file
        for details.
        
        .. |Build-Status| image:: https://travis-ci.org/limix/optimix.svg?branch=master
            :target: https://travis-ci.org/limix/optimix
        
        .. |Codacy-Grade| image:: https://api.codacy.com/project/badge/Grade/259a10b874124d91bccf61e516522607
            :target: https://www.codacy.com/app/danilo.horta/optimix?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=limix/optimix&amp;utm_campaign=Badge_Grade
        
        .. |PyPI-Status| image:: https://img.shields.io/pypi/v/optimix.svg
            :target: https://pypi.python.org/pypi/optimix
        
        .. |PyPI-Versions| image:: https://img.shields.io/pypi/pyversions/optimix.svg
            :target: https://pypi.python.org/pypi/optimix
        
        .. |Conda-Forge-Status| image:: https://anaconda.org/conda-forge/optimix/badges/version.svg
            :target: https://anaconda.org/conda-forge/optimix
        
        .. |Conda-Downloads| image:: https://anaconda.org/conda-forge/optimix/badges/downloads.svg
            :target: https://anaconda.org/conda-forge/optimix
        
        .. |License-Badge| image:: https://img.shields.io/pypi/l/optimix.svg
            :target: https://raw.githubusercontent.com/limix/optimix/master/LICENSE.txt
        
        .. |Doc-Status| image:: https://readthedocs.org/projects/optimix/badge/?style=flat-square&version=stable
            :target: https://optimix.readthedocs.io/
        
        .. _License file: https://raw.githubusercontent.com/limix/optimix/master/LICENSE.txt
        
        .. _Danilo Horta: https://github.com/horta
        
        .. _conda: http://conda.pydata.org/docs/index.html
        
        .. _pip: https://pypi.python.org/pypi/pip
        
        .. _pytest: http://docs.pytest.org/en/latest/
        
Keywords: optimisation
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
