Metadata-Version: 2.1
Name: simcx
Version: 1.0.0b22
Summary: Simulation Framework for Complex Systems
Home-page: https://github.com/tbaptista/simcx
Author: Tiago Baptista
Author-email: baptista@dei.uc.pt
License: Apache License 2.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Education
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Artificial Life
License-File: LICENSE.txt
Requires-Dist: pyglet
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: pyafai

SimCX -- Simulator for Complex Systems
======================================

.. image:: http://readthedocs.org/projects/simcx/badge/?version=latest
  :target: http://simcx.readthedocs.io/en/latest/?badge=latest
  :alt: Documentation Status

Simulator for Complex Systems. Developed for the course in Complex Systems from
the Department of Informatics Engineering of the University of Coimbra. This
software is still in beta stage. Tutorials and documentation are available, but
are still in development (check link above).

Note that due to its main purpose (education), most of the code is written with
a focus on readability, rather than performance.

| Copyright (c) 2015-2017 Tiago Baptista - baptista@dei.uc.pt
| Licensed under the Apache License, Version 2.0 (see LICENSE.txt)

Dependencies
------------
- Python 3 (http://www.python.org) (should also work on Python 2.7)
- pyglet (http://www.pyglet.org)
- matplotlib (http://www.matplotlib.org)
- numpy (http://www.numpy.org)
- pyafai (https://github.com/tbaptista/pyafai)
- numexpr (https://github.com/pydata/numexpr) (optional)

Main Authors
------------
| Tiago Baptista
| Ernesto Costa


