Metadata-Version: 2.1
Name: phyelds-vmas
Version: 7.1.0
Summary: VMAS integration for phyelds
Home-page: https://github.com/phyelds/phyelds
License: Apache-2.0
Author: Davide Domini
Author-email: davide.domini@unibo.it
Requires-Python: >=3.12,<3.14
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: numpy (>=1.26)
Requires-Dist: phyelds (>=7.0.0,<8.0.0)
Requires-Dist: torch (>=2.0)
Requires-Dist: vmas (==1.5.2)
Project-URL: Repository, https://github.com/phyelds/phyelds
Description-Content-Type: text/markdown

# phyelds-vmas

VMAS integration for [phyelds](https://pypi.org/project/phyelds/).

## Installation

```bash
pip install phyelds-vmas
```

`phyelds-vmas` installs a compatible `phyelds` release and VMAS.

## Usage

```python
from phyelds.simulator import Simulator
from phyelds.simulator.runner import schedule_program_for_all
from phyelds.vmas import VmasEnvironment, vmas_runner
```

The extension requires `phyelds >=7.0.0,<8.0.0`.

## Release

`phyelds-vmas` follows the same version as `phyelds`. The root semantic-release
workflow calculates the release version, writes it to both package manifests,
and publishes both distributions together.
