Metadata-Version: 2.4
Name: serialx-compat
Version: 1.8.0
Summary: Compatibility package exposing pyserial-style imports backed by serialx
Author-email: puddly <puddly3@gmail.com>
License-Expression: Apache-2.0
Project-URL: Repository, https://github.com/puddly/serialx
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: serialx==1.8.0
Provides-Extra: esphome
Requires-Dist: serialx[esphome]; extra == "esphome"
Provides-Extra: dev
Requires-Dist: serialx[dev]; extra == "dev"

# serialx-compat
`serialx-compat` provides import-path compatibility for projects that expect:

- `serial`
- `serial_asyncio`
- `serial_asyncio_fast`

All functionality is delegated to [`serialx`](https://pypi.org/project/serialx/).

> [!IMPORTANT] 
> WARNING: This package intentionally overlaps Python import paths with
> `pyserial`, `pyserial-asyncio`, and `pyserial-asyncio-fast`. Uninstall those packages
> first.
