Metadata-Version: 2.1
Name: cromosim
Version: 1.1.0
Summary: cromosim
Requires-Dist: numpy (>=1.11.0)
Requires-Dist: scipy (>=0.19.1)
Requires-Dist: Pillow (>=1.1.7)
Requires-Dist: matplotlib (>=2.1.1)
Requires-Dist: numpydoc (>=0.7.0)
Requires-Dist: sphinx (>=1.6.3)
Requires-Dist: scikit-fmm (>=0.0.9)
Requires-Dist: cvxopt (>=1.2.3)

Home-page: http://www.cromosim.fr
Author: Sylvain Faure, Bertrand Maury
Author-email: sylvain.faure@math.u-psud.fr, bertrand.maury@math.u-psud.fr
License: GPL
Description: ========
        
        CROMOSIM is a Python Library for Crowd Motion Simulation.
        
        The aim of this open source project is to make it possible to users to run
        simulations based from several models (cellular automata, microscopic
        simulations or using compartments), to test new configurations, and even
        to investigate the possibility to program their own model in complex
        geometry: do-it yourself !
        
        This package proposes Python implementations of the numerical methods detailed
        in the book “Crowds in equations: an introduction to the microscopic modeling
        of crowds” by B. Maury (ENS Ulm & Univ. Paris-Sud) and S. Faure (CNRS), World
        Scientific 2018, Advanced textbooks in mathematics.
        
        
        Installation (Python 3)
        ========================
        
        With Pypi
        ---------
        
        .. code::
        
           pip install cromosim
        
        or
        
        .. code::
        
           pip install cromosim --user
        
        
        From source
        -----------
        
        You can also clone the project
        
        .. code::
        
           git clone https://github.com/sylvain-faure/cromosim/
        
        and then use the command
        
        .. code::
        
           python setup.py install
        
        
        Documentation
        =============
        
        `<http://www.cromosim.fr>`_
        
Keywords: Crowd Motion Simulator
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
