Metadata-Version: 1.1
Name: pysugarscape
Version: 0.1.0
Summary: A simple agent-based implementation of Epstein & Axtell's sugarscape model.
Home-page: https://github.com/ggstuart/pysugarscape.git
Author: Graeme Stuart
Author-email: ggstuart@gmail.com
License: LICENSE.txt
Description: ===========
        pysugarscape
        ===========
        
        A simple agent-based implementation of Epstein & Axtell's sugarscape model.
        
        Installation
        ------
        
            pip install pysugarscape
        
        Usage:
        ------
        
        To run the programme just open a console and type either
        
            pysugarscape_console  
        
        to run the simple command line version.
        
        or
        
            pysugarscape_gui  
        
        to run a GTK+ version (requires pyGTK).
        
Keywords: agent based Sugarscape
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python :: 2.7
Classifier: Environment :: X11 Applications :: GTK
