Metadata-Version: 1.1
Name: ComplexSystems
Version: 0.3.0.25
Summary: Toolbox for Complex Sytems including : Public Good Game, Human Based Mobility Models
Home-page: http://bitbucket.org/vgauthier/complex-systems/
Author: Vincent Gauthier
Author-email: vgauthier@luxbulb.org
License: MIT
Description: ===============
        Complex Systems
        ===============
        :Info: See `the site <http://www-public.it-sudparis.eu/~gauthier/>`_ for more information. See `bitbucket <http://bitbucket.org/vgauthier/complex-systems>`_  or `github <https://github.com/vgauthier/ComplexSystems>`_ for the latest source.
        :Author: Vincent Gauthier
        :Maintainer: Vincent Gauthier <vgauthier@luxbulb.org>
        
        About 
        =====
        
        Python package for complex systems simulations. See `bitbucket <http://bitbucket.org/vgauthier/complex-systems>`_  or `github <https://github.com/vgauthier/ComplexSystems>`_ for the latest source. 
        
        This Toolbox for Complex Sytems simulation include:
        
        - Human Based Mobility Models
        	- Truncated Levy Flight Model [Rhee08]_
        
        .. [Rhee08] Injong Rhee, Minsu Shin, Seongik Hong, Kyunghan Lee and Song Chong, "On the Levy-walk Nature of Human Mobility", INFOCOM, Arizona, USA, 2008
        
        Documentation
        =============
        You will need sphinx_ installed to generate the documentation. Documentation 
        can be generated by running **sphinx-build -b html . build/**. Generated 
        documentation can be found in the *doc/build/html/* directory. Or consult the `online documentation`_ .
        
        Testing
        =======
        
        The easiest way to run the tests is to install `nose
        <http://somethingaboutorange.com/mrl/projects/nose/>`_ (**easy_install
        nose**) and run **nosetests** or **python setup.py test** in the root
        of the distribution. Tests are located in the *tests/* directory.
        
        .. _sphinx: http://sphinx.pocoo.org/
        .. _`online documentation`: http://complex-systems.readthedocs.org/
        
            nn
Keywords: complex systems,Levy flight,human mobility
Platform: any
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Requires: numpy
Requires: pylab
