Metadata-Version: 1.2
Name: cellpylib
Version: 0.1.1
Summary: CellPyLib, A library for working with Cellular Automata, for Python.
Home-page: http://github.com/lantunes/cellpylib
Author: Luis M. Antunes
Author-email: lantunes@gmail.com
License: Apache License 2.0
Description-Content-Type: UNKNOWN
Description: CellPyLib is a library for working with Cellular Automata, for Python. Currently, only 1- and 2-dimensional k-color cellular automata with periodic boundary conditions are supported. The size of the neighbourhood can be adjusted. 
Keywords: cellular automata,complexity,complex systems,computation,non-linear dynamics
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >3.5.2
