Metadata-Version: 1.1
Name: cellular-automata
Version: 0.1.dev1
Summary: A lightweight cellular automata framework
Home-page: http://www.jdhp.org/
Author: Jeremie DECOCK
Author-email: jd.jdhp@gmail.com
License: UNKNOWN
Download-URL: http://www.jdhp.org/
Description: =====================
        `Cellular Automaton`_
        =====================
        
        Copyright (c) 2016 Jeremie DECOCK (http://www.jdhp.org)
        
        
        A lightweight Cellular Automata Framework written in Python.
        
        
        Related links
        =============
        
        * http://www.conwaylife.com/wiki/
        * http://www.argentum.freeserve.co.uk/lex.htm
        * http://www.labri.fr/perso/nrougier/teaching/numpy/numpy.html#the-game-of-life
        
        License
        =======
        
        This project is provided under the terms and conditions of the
        `MIT License`_.
        
        
        .. _MIT License: http://opensource.org/licenses/MIT
        
        .. _Cellular Automaton: https://github.com/jeremiedecock/pyca
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Life
Classifier: Topic :: Software Development :: Libraries
