Metadata-Version: 1.1
Name: pyabm
Version: 0.3
Summary: Agent-based modeling toolkit
Home-page: http://rohan.sdsu.edu/~zvoleff/pyabm.php
Author: Alex Zvoleff
Author-email: azvoleff@mail.sdsu.edu
License: GPL v3 or later
Description: 
        pyabm is an agent-based modeling toolkit written to simplify coding and 
        running agent-based models in the Python programming language. pyabm 
        includes basic classes for creation of agents, has tools to output model 
        results (as text files, plots or ESRI shapefiles), has a parameter handling 
        system to ease the process of model testing and validation, and has 
        utilities to assist in running multiple scenarios with varying model 
        parameters.
        
        Construction of pyabm is supported as part of an ongoing National Science 
        Foundation Partnerships for International Research and Education (NSF PIRE) 
        project `(grant OISE 0729709) <http://pire.psc.isr.umich.edu>`_
        Development of pyabm is ongoing, and the documentation is still a work in 
        progress.
        
        See the `pyabm website <http://rohan.sdsu.edu/~zvoleff/research/PyABM.php>`_ 
        for more information, past releases, publications, and recent presentations.
        
Keywords: agent-based modeling ABM simulation model
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Natural Language :: English
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Life
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
