Metadata-Version: 1.1
Name: pyschelling
Version: 0.1.0
Summary: An agent-based implementation of Schelling's segregation model
Home-page: https://github.com/ggstuart/pyschelling.git
Author: Graeme Stuart
Author-email: ggstuart@gmail.com
License: LICENSE.txt
Description: ===========
        pyschelling
        ===========
        
        A simple agent-based implementation of Schelling's segregation.
        
        Usage:
        ------
        
        To run the programme just open a console and type either
        
            pyschelling_console  
        
        to run the simple command line version.
        
        or
        
            pyschelling_gui  
        
        to run a GTK+ version (requires pyGTK).
        
Keywords: agent based Schelling segregation
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Games/Entertainment :: Arcade
Classifier: Environment :: X11 Applications :: GTK
