Metadata-Version: 2.0
Name: sunfluidhbox
Version: 0.2.0
Summary: Python3 package to interface sunfluidh with external control program in Python.
Home-page: https://perso.limsi.fr/pointal/dev:sunfluidhbox
Author: Laurent Pointal
Author-email: laurent.pointal@limsi.fr
License: CEA CNRS Inria Logiciel Libre License, version 2.1 (CeCILL-2.1)
Download-URL: https://sourcesup.renater.fr/projects/sunfluidhbox/
Keywords: communication,sunfluidh,control
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: CEA CNRS Inria Logiciel Libre License, version 2.1 (CeCILL-2.1)
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Software Development :: Libraries :: Python Modules

SunFluidh Box
=============

:author: Laurent Pointal <laurent.pointal@limsi.fr>
:organization: CNRS - LIMSI
:copyright: CNRS - 2017-2018
:license: CeCILL-2.1
:version: 0.2.0


- Module documentation directly in the sources.
- `Subversion repository & bug tracking <https://sourcesup.renater.fr/projects/sunfluidhbox/>`_
  (on french academic SourceSup site).
- `Developer page <https://perso.limsi.fr/pointal/dev:sunfluidhbox>`_



What is it?
-----------

A communication package to make `sunfluidh <https://sunfluidh.limsi.fr/>`_ computing program 
(from LIMSI) receive feedback control from an external Python program.



Installation
------------

Use ``pip`` to install the package:

    pip install sunfluidhbox




