Metadata-Version: 1.1
Name: pyphs
Version: 0.1.9.2
Summary: Development Status :: 3 - Alpha
Home-page: https://github.com/aFalaize/pyphs
Author: Antoine Falaize
Author-email: antoine.falaize@ircam.fr
License: CEA CNRS Inria Logiciel Libre License, version 2.1 (CeCILL-2.1)
Description: PyPHS
        ======
        A python software dedicated to the simulation of multiphysical systems in the Port-Hamiltonian Systems (PHS) formalism. 
        
        It is developped in the `project/team S3 <http://s3.ircam.fr/?lang=en>`__ (Sound Signals and Systems) at `STMS Research Lab <http://www.ircam.fr/recherche/lunite-mixte-de-recherche-stms/>`__ (CNRS UMR 9912), hosted by `IRCAM <http://www.ircam.fr/>`__. 
        
        It was initially developed between 2012 and 2016 as a part of the PhD project of `Antoine Falaize <https://afalaize.github.io/>`__, under the direction of `Thomas Hélie <http://recherche.ircam.fr/anasyn/helie/>`__, through a funding from French doctoral school `EDITE <http://edite-de-paris.fr/spip/>`__ (UPMC ED-130), and in connection with the French National Research Agency project `HaMecMoPSys <https://hamecmopsys.ens2m.fr/>`__.
        
        .. image:: https://landscape.io/github/afalaize/pyphs/master/landscape.svg?style=flat
           :target: https://landscape.io/github/afalaize/pyphs/master
           :alt: Code Health
           
        .. image:: https://www.quantifiedcode.com/api/v1/project/0c1fbf5b44e94b4085a24c18a1895947/badge.svg
          :target: https://www.quantifiedcode.com/app/project/0c1fbf5b44e94b4085a24c18a1895947
          :alt: Code issues   
          
        Licence
        --------------
        `PyPHS <https://github.com/afalaize/pyphs/>`__ is distributed under the french `CeCILL-B <http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html>`__ licence.
        
        Installation
        --------------
        
        * Using `pip <https://pypi.python.org/pypi/pip/>`__ (recommended):
        
        	.. code:: 
        		
        		pip install -U pyphs
        	
        	
        * For `Anaconda <https://www.continuum.io/>`__ (**on Mac OSX only**):
        
        	.. code:: 
        		
        		conda install -c afalaize pyphs
        
        
        Documentation
        -------------
        
        * See the `website <https://afalaize.github.io/pyphs/>`__. 
        
Keywords: dynamical systems,numerical analysis,passive systems,port-hamiltonian systems
Platform: UNKNOWN
Classifier: Natural Language :: English
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: CEA CNRS Inria Logiciel Libre License, version 2.1 (CeCILL-2.1)
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Physics
