Metadata-Version: 1.1
Name: ComplexSystems
Version: 0.2.4
Summary: Toolbox for Complex Sytems including : Human Based Mobility Models
Home-page: http://bitbucket.org/vgauthier/complex-systemes/
Author: Vincent Gauthier
Author-email: vgauthier@luxbulb.org
License: MIT
Description: ===============
        Complex Systems
        ===============
        :Info: See `the site <http://http://www-public.it-sudparis.eu/~gauthier/>`_ for more information. See `bitbucket <http://bitbucket.org/vgauthier/complex-systemes>`_ for the latest source.
        :Author: Vincent Gauthier
        :Maintainer: Vincent Gauthier <vgauthier@luxbulb.org>
        
        About 
        =====
        
        Python package for complex systems simulations  
        
        This package contain: 
        
        - Mobility Models
          - Truncated Levy Flight Model
          
        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:  scikits
Requires: pylab
