Metadata-Version: 1.1
Name: pyislands
Version: 0.1.3
Summary: PyIslands contains an implementation of islands genetic algorithms.
Home-page: https://github.com/sglumac/pyislands
Author: Slaven Glumac
Author-email: slaven.glumac@gmail.com
License: MIT
Description: ===============================
        PyIslands
        ===============================
        
        .. image:: https://badge.fury.io/py/pyislands.png
            :target: http://badge.fury.io/py/pyislands
        
        .. image:: https://travis-ci.org/sglumac/pyislands.png?branch=master
                :target: https://travis-ci.org/sglumac/pyislands
        
        .. image:: https://pypip.in/d/pyislands/badge.png
                :target: https://pypi.python.org/pypi/pyislands
        
        
        PyIslands contains an implementation of islands genetic algorithms.
        
        * Free software: MIT license
        * Documentation: https://pyislands.readthedocs.org.
        
        Features
        --------
        
        * TODO
        
        
        
        
        History
        =======
        
        0.1.0 (2014-08-16)
        ---------------------
        
        * First release on PyPI.
        
Keywords: pyislands
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: PyPy
