Metadata-Version: 1.1
Name: fluiddyn
Version: 0.0.6a
Summary: framework for studying fluid dynamics by experiments and simulations.
Home-page: https://bitbucket.org/paugier/fluiddyn
Author: Pierre Augier
Author-email: pierre.augier@legi.cnrs.fr
License: CeCILL
Description: FluidDyn is a framework for studying fluid dynamics by experiments and
        numerical simulations using Python.  The project is still in a testing
        stage so it is still pretty unstable and many of its planned features
        have not yet been implemented.
        
        It is the evolution of two other projects previously developed by
        `Pierre Augier
        <http://www.legi.grenoble-inp.fr/people/Pierre.Augier/>`_ (CNRS
        researcher at `LEGI <http://www.legi.grenoble-inp.fr>`_, Grenoble):
        Solveq2d (a numerical code to solve fluid equations in a periodic
        two-dimensional space with a pseudo-spectral method, developed at KTH,
        Stockholm) and FluidLab (a toolkit to do experiments, developed in
        the G. K. Batchelor Fluid Dynamics Laboratory at DAMTP, University of
        Cambridge).
        
        *Key words and ambitions*: fluid dynamics research with Python (2.7 or
        >= 3.3); modular, object-oriented, collaborative, tested and
        documented, free and open-source software.
        
        License
        -------
        
        FluidDyn is distributed under the CeCILL-B_ License, a GPL compatible
        french License enabling reuse with few restrictions.
        
        .. _CeCILL-B: http://www.cecill.info/index.en.html
        
        Installation
        ------------
        
        You can get the source code from `Bitbucket
        <https://bitbucket.org/paugier/fluiddyn>`__ or from `the Python
        Package Index <https://pypi.python.org/pypi/fluiddyn/>`__.
        
        The development mode is often useful. From the root directory::
        
          sudo python setup.py develop
        
        Tests
        -----
        
        From the root directory or from any of the "test" directories::
        
          python -m unittest discover
        
Keywords: Fluid dynamics,research
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Cython
Classifier: Programming Language :: C
