Metadata-Version: 1.2
Name: sadie
Version: 0.2.0
Summary: Sadie is an agent-based modelling environment for stochastic agents in discrete time in Euclidean space.
Home-page: https://github.com/chrisvoncsefalvay/sadie
Author: Chris von Csefalvay
Author-email: chris@chrisvoncsefalvay.com
License: MIT license
Description: =============================================================
        Sadie: Stochastic Agents in DIscrete time and Euclidean space
        =============================================================
        
        
        .. image:: https://img.shields.io/pypi/v/sadie.svg
                :target: https://pypi.python.org/pypi/sadie
        
        .. image:: https://zenodo.org/badge/291175788.svg
           :target: https://zenodo.org/badge/latestdoi/291175788
        
        .. image:: https://github.com/chrisvoncsefalvay/sadie/workflows/Run%20Tox/badge.svg
                :target: https://github.com/chrisvoncsefalvay/sadie/workflows/Run%20Tox/
                :alt: Tox check status
        
        .. image:: https://travis-ci.org/chrisvoncsefalvay/sadie.svg?branch=master
            :target: https://travis-ci.org/chrisvoncsefalvay/sadie
        
        .. image:: https://readthedocs.org/projects/sadie/badge/?version=latest
                :target: https://sadie.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
                
        .. image:: https://www.codefactor.io/repository/github/chrisvoncsefalvay/sadie/badge
               :target: https://www.codefactor.io/repository/github/chrisvoncsefalvay/sadie
               :alt: CodeFactor
        
        .. image:: https://img.shields.io/github/license/chrisvoncsefalvay/sadie   
                :alt: GitHub
        
        Sadie is an agent-based modelling environment for stochastic agents in discrete time in Euclidean space. It is intended
        to serve as a simple, convenient replacement for more complex agent-based modelling frameworks such as Repast and Mesa
        where customisation and adaptation to specific use cases is required. In particular, Sadie is designed for simulating
        random walks in various complex interactions, including Lévy walks, avoidant walks, homesick and other stochastic
        mobility models in Euclidean space.
        
        * Free software: MIT license
        * Documentation: https://sadie.readthedocs.io.
        
        
        Features
        --------
        
        * Spatial agents, including various random walk agents
        * Targetable objects, with target-following ability
        * Model objects with extensive ability to report and collate data
        * Easily extensible over a wide range of use cases in mobility, analytics, foraging, spatial statistics, epidemiology and many other areas
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        `Sadie` is named after Dickin medal winner Sadie_, an explosives detection dog who saved hundreds of lives when detecting a secondary explosive charge after a bombing outside UN Headquarters, Kabul, Afghanistan, in November 2005. 
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        .. _Sadie: https://en.wikipedia.org/wiki/Sadie_(dog)
        
        
        =======
        History
        =======
        
        0.1.0 (2020-08-28)
        ------------------
        
        * First release
        
Keywords: sadie
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
