Skip to content

ComSciCtr/pycelle

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages