Metadata-Version: 2.1
Name: pyautd3
Version: 15.1.2
Summary: AUTD3 library wrapper for python
Home-page: https://github.com/shinolab/autd3
Author: Shun Suzuki
Author-email: suzuki@hapis.k.u-tokyo.ac.jp
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Microsoft :: Windows
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt
License-File: ThirdPartyNotice.txt
Requires-Dist: numpy

# pyautd3

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

version: 15.1.2

## Install

```
pip install pyautd3
```

or from this repository

```
pip install git+https://github.com/shinolab/autd3.git#subdirectory=python
```

## Example

see [example](./example)

## For macOS and Linux users

`pyautd3.link.SOEM` uses `libpcap` which requires root permission.
If you want to use `pyautd3.link.SOEM`, please add permission as follows.

### macOS

```
sudo chmod +r /dev/bpf*
```

### linux

```
sudo setcap cap_net_raw,cap_net_admin=eip <your python path>
```

## LICENSE

MIT

# Author

Shun Suzuki, 2022-2023
