Metadata-Version: 1.1
Name: optimix
Version: 1.2.7
Summary: Abstract function optimisation.
Home-page: https://github.com/limix/optimix
Author: Danilo Horta
Author-email: horta@ebi.ac.uk
License: MIT
Description: optimix
        =======
        
        |PyPIl| |PyPIv| |Anaconda-Server Badge| |Documentation Status|
        
        Abstract function optimisation.
        
        Install
        -------
        
        The recommended way of installing it is via
        `conda <http://conda.pydata.org/docs/index.html>`__
        
        .. 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
        
        ::
        
            python -c "import optimix; optimix.test()"
        
        as long as you have `pytest <http://docs.pytest.org/en/latest/>`__.
        
        Authors
        -------
        
        -  **Danilo Horta** - https://github.com/Horta
        
        License
        -------
        
        This project is licensed under the MIT License - see the
        `LICENSE <LICENSE>`__ file for details
        
        .. |PyPIl| image:: https://img.shields.io/pypi/l/optimix.svg?style=flat-square
           :target: https://pypi.python.org/pypi/optimix/
        .. |PyPIv| image:: https://img.shields.io/pypi/v/optimix.svg?style=flat-square
           :target: https://pypi.python.org/pypi/optimix/
        .. |Anaconda-Server Badge| image:: https://anaconda.org/conda-forge/optimix/badges/version.svg
           :target: https://anaconda.org/conda-forge/optimix
        .. |Documentation Status| image:: https://readthedocs.org/projects/optimix/badge/?style=flat-square&version=latest
           :target: https://optimix.readthedocs.io/en/latest/
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
