Metadata-Version: 1.1
Name: optimix
Version: 1.2.22
Summary: Abstract function optimisation
Home-page: https://github.com/limix/optimix
Author: Danilo Horta
Author-email: horta@ebi.ac.uk
License: MIT
Download-URL: https://github.com/limix/optimix
Description-Content-Type: text/markdown
Description: optimix
        =======
        
        |Travis| |AppVeyor| |Read the Docs (version)|
        
        Abstract function optimisation.
        
        Install
        -------
        
        Enter
        
        .. code:: bash
        
            pip install optimix
        
        from the command-line.
        
        Running the tests
        -----------------
        
        Enter
        
        .. code:: python
        
            python -c "import optimix; optimix.test()"
        
        Authors
        -------
        
        -  `Danilo Horta <https://github.com/horta>`__
        
        License
        -------
        
        This project is licensed under the `MIT
        License <https://raw.githubusercontent.com/limix/optimix/master/LICENSE.md>`__.
        
        .. |Travis| image:: https://img.shields.io/travis/limix/optimix.svg?style=flat-square&label=linux%20%2F%20macos%20build
           :target: https://travis-ci.org/limix/optimix
        .. |AppVeyor| image:: https://img.shields.io/appveyor/ci/Horta/optimix.svg?style=flat-square&label=windows%20build
           :target: https://ci.appveyor.com/project/Horta/optimix
        .. |Read the Docs (version)| image:: https://img.shields.io/readthedocs/optimix/stable.svg?style=flat-square
           :target: http://optimix.readthedocs.io/
        
Keywords: function,optimisation
Platform: Windows
Platform: MacOS
Platform: Linux
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
