Metadata-Version: 2.4
Name: pyadio
Version: 0.1.0
Summary: Add your description here
Author-email: takumi-nishimura <clp13218@nitech.jp>
License-Expression: MIT
License-File: LICENCE.txt
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: pydantic>=2.10.4
Requires-Dist: pyserial>=3.5
Description-Content-Type: text/markdown

# PyAdio

PyAdio is a Python library for ADio.

## Installation

```bash
pip install git+https://github.com/takumi-nishimura/PyAdio.git
```

## Usage
Please refer to the [tests/pyadio_adc.py](tests/pyadio_adc.py)  
```bash
python tests/pyadio_adc.py
```
> [!Tip]
> You can use [pgliveApp](https://github.com/takumi-nishimura/pgliveApp.git) to visualize the ADC waveform.
> ```bash
> pgliveapp --num 6 --col 2
> ```

## Contributing

Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENCE.txt) file for details.

* **pydantic** is licensed under the MIT License. [LICENCE](https://github.com/pydantic/pydantic/blob/main/LICENSE)
* **pyserial** is licensed under the BSD 3-Clause License. [LICENCE](https://github.com/pyserial/pyserial/blob/master/LICENSE.txt)
