Metadata-Version: 1.1
Name: Mesa
Version: 0.6.2
Summary: Mesa: Agent-based modeling in Python 3+
Home-page: https://github.com/projectmesa/mesa
Author: Project Mesa Team
Author-email: projectmesa@googlegroups.com
License: Apache 2.0
Description: Mesa: Agent-based modeling in Python 3+
        =========================================
        
        .. image:: https://api.travis-ci.org/projectmesa/mesa.svg
                :target: https://travis-ci.org/projectmesa/mesa
        
        .. image:: https://coveralls.io/repos/projectmesa/mesa/badge.svg
            :target: https://coveralls.io/r/projectmesa/mesa
        
        `Mesa`_ is an Apache2 licensed agent-based modeling (or ABM) framework in Python.
        
        It allows users to quickly create agent-based models using built-in core components (such as spatial grids and agent schedulers) or customized implementations; visualize them using a browser-based interface; and analyze their results using Python's data analysis tools. It's goal is to be the Python 3-based alternative to NetLogo, Repast, or MASON.
        
        
        .. image:: https://cloud.githubusercontent.com/assets/166734/8611697/ce61ad08-268a-11e5-880b-4776dd738e0e.png
           :width: 100%
           :scale: 100%
           :alt: A screenshot of the Shelling Model in Mesa
        
        *Above: A Mesa implementation of the Schelling segregation model,
        being visualized in a browser window and analyzed in an IPython
        notebook.*
        
        .. _`Mesa` : https://github.com/projectmesa/mesa/
        
        
        Features
        ------------
        
        * Modular compoments
        * Browser-based visualization
        * Built-in tools for analysis
        
        Using Mesa
        ------------
        
        Getting started quickly:
        
        .. code-block:: bash
        
            $ pip install mesa
        
        For more help on using Mesa, checkout the following resources:
        
        * `Intro to Mesa Tutorial`_
        * `Docs`_
        * `Email list`_
        * `PyPI`_
        
        .. _`Intro to Mesa Tutorial` : http://mesa.readthedocs.org/en/latest/intro-tutorial.html
        .. _`Docs` : http://mesa.readthedocs.org/en/latest/
        .. _`Email list` : https://groups.google.com/d/forum/projectmesa
        .. _`PyPI` : https://pypi.python.org/pypi/Mesa/
        
        Contributing back to Mesa
        ----------------------------
        
        If you run into an issues, please file a `ticket`_ for us to discuss. If possible, follow up with a pull request.
        
        If you would like to add a feature, please reach out via `ticket`_ or the `email list`_ for discussion. A feature is most likely to be added if you build it!
        
        * `Contributors guide`_
        * `Github`_
        
        .. _`ticket` : https://github.com/projectmesa/mesa/issues
        .. _`email list` : https://groups.google.com/d/forum/projectmesa
        .. _`Contributors guide` : https://github.com/projectmesa/mesa/blob/master/CONTRIBUTING.rst
        .. _`Github` : https://github.com/projectmesa/mesa/
        
Keywords: agent based modeling model ABM simulation multi-agent
Platform: UNKNOWN
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Life
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Natural Language :: English
