chebee7i / pycelle

Python package for cellular automata.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pycelle is a Python package for cellular automata.

https://travis-ci.org/ComSciCtr/pycelle.png?branch=master https://coveralls.io/repos/ComSciCtr/pycelle/badge.png?branch=master http://i.imgur.com/KaCplKr.png

More information and demos: Coming soon!

pycelle requires numpy 1.8+. Cython is a recommended dependency.

To install:

pip install Cython
pip install pycelle

To help out with development, do the following instead:

git clone https://github.com/ComSciCtr/pycelle.git
cd pycelle
pip install Cython
pip install -e .

About

Python package for cellular automata.

License:Other


Languages

Language:Python 100.0%