Metadata-Version: 2.3
Name: ansys-scadeone-core
Version: 0.6.1
Summary: Python interface for Ansys Scade One
Author-email: "ANSYS, Inc." <pyansys.core@ansys.com>
Maintainer-email: "ANSYS, Inc." <pyansys.core@ansys.com>
Requires-Python: >=3.7,<4
Description-Content-Type: text/x-rst
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: attrs==24.2.0
Requires-Dist: cffi==1.17.1
Requires-Dist: clr-loader==0.2.6
Requires-Dist: jsonschema-specifications==2023.12.1
Requires-Dist: MarkupSafe==2.1.5
Requires-Dist: pycparser==2.22
Requires-Dist: referencing==0.35.1
Requires-Dist: rpds-py==0.20.0
Requires-Dist: Jinja2==3.1.4
Requires-Dist: jsonschema==4.23.0
Requires-Dist: platformdirs==4.3.2
Requires-Dist: pyparsing==3.1.4
Requires-Dist: pythonnet==3.0.4
Requires-Dist: typing_extensions==4.12.2
Requires-Dist: codespell==2.2.6 ; extra == "checks"
Requires-Dist: ruff==0.8.2 ; extra == "checks"
Requires-Dist: vale==3.9.1 ; extra == "checks"
Requires-Dist: pre-commit==4.0.1 ; extra == "checks"
Requires-Dist: ansys-sphinx-theme==1.2.4 ; extra == "doc"
Requires-Dist: pillow>=10.1 ; extra == "doc"
Requires-Dist: sphinx==8.1.3 ; extra == "doc"
Requires-Dist: sphinx-copybutton==0.5.2 ; extra == "doc"
Requires-Dist: sphinx-autobuild==2024.10.3 ; extra == "doc"
Requires-Dist: sphinx-autodoc-typehints==2.5.0 ; extra == "doc"
Requires-Dist: sphinx-design==0.6.1 ; extra == "doc"
Requires-Dist: pytest-sphinx==0.5.0 ; extra == "doc"
Requires-Dist: sphinx-jinja>=2.0.0 ; extra == "doc"
Requires-Dist: numpydoc==1.8.0 ; extra == "doc"
Requires-Dist: pytest>=7.1.0 ; extra == "tests"
Requires-Dist: pytest-cov>=3.0.0 ; extra == "tests"
Requires-Dist: click>=8.1.7 ; extra == "tests"
Requires-Dist: fmpy>=0.3.21 ; extra == "tests"
Project-URL: documentation, https://scadeone.docs.pyansys.com
Project-URL: issues, https://github.com/ansys/pyscadeone/issues
Project-URL: source, https://github.com/ansys/pyscadeone
Project-URL: tracker, https://github.com/ansys/pyscadeone/issues
Provides-Extra: checks
Provides-Extra: doc
Provides-Extra: tests

PyScadeOne
##########

|pyansys| |doc| |license| |ruff| |CI-CD|

.. |pyansys| image:: https://img.shields.io/badge/Py-Ansys-ffc107.svg?labelColor=black&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAABDklEQVQ4jWNgoDfg5mD8vE7q/3bpVyskbW0sMRUwofHD7Dh5OBkZGBgW7/3W2tZpa2tLQEOyOzeEsfumlK2tbVpaGj4N6jIs1lpsDAwMJ278sveMY2BgCA0NFRISwqkhyQ1q/Nyd3zg4OBgYGNjZ2ePi4rB5loGBhZnhxTLJ/9ulv26Q4uVk1NXV/f///////69du4Zdg78lx//t0v+3S88rFISInD59GqIH2esIJ8G9O2/XVwhjzpw5EAam1xkkBJn/bJX+v1365hxxuCAfH9+3b9/+////48cPuNehNsS7cDEzMTAwMMzb+Q2u4dOnT2vWrMHu9ZtzxP9vl/69RVpCkBlZ3N7enoDXBwEAAA+YYitOilMVAAAAAElFTkSuQmCC
   :target: https://docs.pyansys.com/
   :alt: PyAnsys

.. |doc| image:: https://img.shields.io/badge/docs-pyscadeone-green.svg?style=flat
   :target: https://scadeone.docs.pyansys.com/
   :alt: Doc

.. |license| image:: https://img.shields.io/badge/License-MIT-yellow.svg
   :target: https://opensource.org/licenses/MIT
   :alt: MIT License

.. |ruff| image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json
   :target: https://github.com/astral-sh/ruff
   :alt: Ruff

.. |CI-CD| image:: https://github.com/ansys/pyscadeone/actions/workflows/ci.yml/badge.svg
   :target: https://github.com/ansys/pyscadeone/actions/workflows/ci.yml
   :alt: CI-CD


About
=====

PyScadeOne is a Python library for the `Ansys Scade One`_ model-based
development environment.

This library allows:

- Data access

  - Reading projects and navigating in models
  - Reading and editing simulation data files
  - Reading test results
  - Reading information about the generated code

- Ecosystem integration

  - Importing `SCADE Test`_ tests procedures
  - Exporting `FMI 2.0`_ components

Prerequisites
=============

PyScadeOne requires `.NET runtime 8.0`_.

Installation
============

Refer to the `official installation guidelines`_.

Documentation
=============

The documentation of PyScadeOne contains the following chapters:

- `Getting started`_. This section provides a brief overview and instructions
  on how to get started with the project. It typically includes information on
  how to install the project, set up any necessary dependencies, and run a
  basic example or test to ensure everything is functioning correctly.
 
- `User guide`_. The user guide section offers detailed documentation and
  instructions on how to use the project. It provides comprehensive
  explanations of the project's features, functionalities, and configuration
  options. The user guide aims to help users understand the project's concepts,
  best practices, and recommended workflows.
 
- `API reference`_. The API reference section provides detailed documentation
  for the project's application programming interface (API). It includes
  information about classes, functions, methods, and their parameters, return
  values, and usage examples. This reference helps developers understand the
  available API endpoints, their functionalities, and how to interact with them
  programmatically.
 
- `Examples`_. The examples section showcases practical code examples that
  demonstrate how to use the project in real-world scenarios. It provides
  sample code snippets or complete scripts that illustrate different use cases
  or demonstrate specific features of the project. Examples serve as practical
  references for developers, helping them understand how to apply the project
  to their own applications.

License
=======

The license of the PyScadeOne project is MIT. Read the full text of the license
in the `LICENSE`_ file.


.. References and links

.. _ansys scade one: https://www.ansys.com/products/embedded-software/ansys-scade-one

.. _SCADE Test: https://www.ansys.com/products/embedded-software/ansys-scade-test
.. _FMI 2.0: https://fmi-standard.org/

.. _.Net runtime 8.0: https://dotnet.microsoft.com/en-us/download/dotnet/8.0
.. _official installation guidelines: https://scadeone.docs.pyansys.com/version/dev/getting_started/index.html

.. _getting started: https://scadeone.docs.pyansys.com/version/dev/getting_started/index.html
.. _user guide: https://scadeone.docs.pyansys.com/version/dev/user_guide/index.html
.. _api reference: https://scadeone.docs.pyansys.com/version/dev/api/index.html
.. _examples: https://scadeone.docs.pyansys.com/version/dev/examples/index.html

