Metadata-Version: 1.1
Name: optimix
Version: 1.1.0
Summary: Abstract function optimisation.
Home-page: https://github.com/Horta/optimix
Author: Danilo Horta
Author-email: horta@ebi.ac.uk
License: MIT
Description: # optimix
        
        [![PyPIl](https://img.shields.io/pypi/l/optimix.svg?style=flat-square)](https://pypi.python.org/pypi/optimix/)
        [![PyPIv](https://img.shields.io/pypi/v/optimix.svg?style=flat-square)](https://pypi.python.org/pypi/optimix/)
        [![Anaconda-Server Badge](https://anaconda.org/conda-forge/optimix/badges/version.svg)](https://anaconda.org/conda-forge/optimix)
        [![Documentation Status](https://readthedocs.org/projects/optimix/badge/?style=flat-square&version=latest)](http://optimix.readthedocs.io/en/latest/?badge=latest)
        
        Abstract function optimisation.
        
        ## Install
        
        The recommended way of installing it is via
        [conda](http://conda.pydata.org/docs/index.html)
        ```bash
        conda install -c conda-forge optimix
        ```
        
        An alternative way would be via pip
        ```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](https://github.com/Horta)
        
        ## License
        
        This project is licensed under the MIT License - see the
        [LICENSE](LICENSE) file for details
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Operating System :: OS Independent
