Metadata-Version: 2.2
Name: pyautd3_emulator
Version: 30.0.1
Summary: autd3-emulator library wrapper for python
Author-email: Shun Suzuki <suzuki@hapis.k.u-tokyo.ac.jp>
Project-URL: Repository, https://github.com/shinolab/pyautd3_emulator.git
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: ThirdPartyNotice.txt
Requires-Dist: numpy>=2
Requires-Dist: polars>=1.21.0
Requires-Dist: pyautd3==30.0.1

# pyautd3_emulator

![build](https://github.com/shinolab/pyautd3_emulator/workflows/build/badge.svg)
[![codecov](https://codecov.io/gh/shinolab/pyautd3_emulator/graph/badge.svg?precision=2)](https://codecov.io/gh/shinolab/pyautd3_emulator)
[![PyPI version](https://img.shields.io/pypi/v/pyautd3_emulator)](https://pypi.org/project/pyautd3_emulator/)

[autd3-emulator](https://github.com/shinolab/autd3-emulator) library for python3.11+

## Install

```
pip install pyautd3_emulator
```

## Example

see [example](./example)

## LICENSE

See [LICENSE](./LICENSE) and [ThirdPartyNotice](./ThirdPartyNotice.txt).

# Author

Shun Suzuki, 2025
