Metadata-Version: 2.4
Name: pyautd3
Version: 37.0.0a3
Summary: AUTD3 library wrapper for python
Author-email: Shun Suzuki <suzuki@hapis.k.u-tokyo.ac.jp>
Project-URL: Repository, https://github.com/shinolab/pyautd3.git
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=2
Dynamic: license-file

# pyautd3

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

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

## Install

```
pip install pyautd3
```

## Example

see [example](./example)

## LICENSE

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

# Author

Shun Suzuki, 2022-2025
