Metadata-Version: 2.1
Name: gemseo-scilab
Version: 2.0.2
Summary: GEMSEO plugin to create disciplines from scilab source code.
Author-email: François Gallard <contact@gemseo.org>
License: GNU Lesser General Public License v3
Project-URL: Homepage, https://gitlab.com/gemseo
Project-URL: Source, https://gitlab.com/gemseo/dev/gemseo-scilab
Project-URL: Tracker, https://gitlab.com/gemseo/dev/gemseo-scilab/-/issues
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: <3.12,>=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt
License-File: CREDITS.md
Requires-Dist: gemseo[all] >=5
Requires-Dist: numpy <1.24
Requires-Dist: scilab2py ==0.6.2
Provides-Extra: test
Requires-Dist: covdefaults ; extra == 'test'
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: pytest-xdist ; extra == 'test'

<!--
 Copyright 2021 IRT Saint Exupéry, https://www.irt-saintexupery.com

 This work is licensed under the Creative Commons Attribution-ShareAlike 4.0
 International License. To view a copy of this license, visit
 http://creativecommons.org/licenses/by-sa/4.0/ or send a letter to Creative
 Commons, PO Box 1866, Mountain View, CA 94042, USA.
-->

GEMSEO-Scilab is a GEMSEO plugin for interfacing scilab functions to
GEMSEO. It creates GEMSEO MDODisciplines from any scilab source code.

# Bugs/Questions

Please use the gitlab issue tracker at
<https://gitlab.com/gemseo/dev/gemseo-scilab/-/issues> to submit bugs or
questions.

# License

The GEMSEO-SCILAB source code is distributed under the GNU LGPL v3.0
license. A copy of it can be found in the LICENSE.txt file. The GNU LGPL
v3.0 license is an exception to the GNU GPL v3.0 license. A copy of the
GNU GPL v3.0 license can be found in the LICENSES folder.

The GEMSEO-SCILAB examples are distributed under the BSD 0-Clause, a
permissive license that allows to copy paste the code of examples
without preserving the copyright mentions.

The GEMSEO-SCILAB documentation is distributed under the CC BY-SA 4.0
license.

The GEMSEO-SCILAB product depends on other software which have various
licenses. The list of dependencies with their licenses is given in the
CREDITS.rst file.

# Contributors

- François Gallard
- Antoine Dechaume
- Gilberto Ruiz Jiménez
