Metadata-Version: 2.0
Name: simcx
Version: 1.0.0b21
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
Platform: UNKNOWN
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
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pyafai
Requires-Dist: pyglet
Requires-Dist: scipy

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 currently in
preparation, and should be finished soon.

| Copyright (c) 2015-2016 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) (optional)

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







