Metadata-Version: 1.1
Name: pyabm
Version: 0.3.3
Summary: Agent-based modeling toolkit
Home-page: http://rohan.sdsu.edu/~zvoleff/research/pyabm
Author: Alex Zvoleff
Author-email: azvoleff@mail.sdsu.edu
License: GPL v3 or later
Description: Description
        _______________________________________________________________________________
        
        'pyabm' is an agent-based modeling toolkit written to simplify coding and 
        running agent-based models in the Python programming language. pyabm includes 
        tools to output model results (as text files, plots or ESRI shapefiles), and 
        has a parameter handling system to ease the process of model testing and 
        validation, and of running multiple scenarios with varying model parameters.
        
        The toolkit was constructed by Alex Zvoleff as part of his dissertation 
        research at San Diego State University (SDSU) in the Department of Geography.  
        Contact Alex Zvoleff or Prof. Li An at SDSU with any questions.
        
        pyabm is still a work in progress - while the toolkit is functional in its 
        present form, changes that will be made in the near future may not be backward 
        compatible with existing code. Contact Alex Zvoleff or see the `pyabm website 
        <http://rohan.sdsu.edu/~zvoleff/research/pyabm>`_ for more details. A Python 3 
        compatible version of pyabm is in the works, and should be released by summer 
        2013.
        
        See the `pyabm website <http://rohan.sdsu.edu/~zvoleff/research/pyabm>`_ for 
        more information, past releases, publications, and recent presentations.
        
        Getting the Code
        _______________________________________________________________________________
        
        Stable releases of pyabm are available from the `Python Package Index 
        (PyPI) <http://pypi.python.org/pypi/pyabm>`_.
        
        The latest version of the code (unstable) is available as a `zipped snapshot 
        from Github <https://github.com/azvoleff/pyabm/zipball/master>`_.
        
        You can also `browse the source at GitHub 
        <https://github.com/azvoleff/pyabm>`_.
        
        The source can also be downloaded via git from::
        
            git://github.com/azvoleff/pyabm.git
        
        Author Contact Information
        _______________________________________________________________________________
        
        | Alex Zvoleff
        | SDSU/UCSB Joint Doctoral Candidate
        | Department of Geography
        | San Diego State University
        | 5500 Campanile Dr.
        | San Diego, CA 92182-4493
        | Email: azvoleff@mail.sdsu.edu
        
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
