Metadata-Version: 2.4
Name: ecb
Version: 0.1.1
Summary: EcuBus-Pro Python Library - Python library for interacting with EcuBus-Pro
Home-page: https://github.com/ecubus/EcuBus
Author: EcuBus Team
Author-email: frankie.zengfu@gmail.com
Project-URL: Documentation, https://app.whyengineer.com
Project-URL: Source, https://github.com/ecubus/EcuBus
Project-URL: Tracker, https://github.com/ecubus/EcuBus/issues
Keywords: ecubus can lin uds automotive testing
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: pyee>=11.0.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

## EcuBus Pro Python

Python bindings for EcuBus Pro. Install directly from the repo root:

```bash
pip install .
```

### Documentation

Documentation is built with Sphinx under `python/docs`. To build locally:

```bash
python -m pip install -r python/docs/requirements.txt
sphinx-build -b html python/docs python/docs/_build/html
```

API reference pages are generated from the `ecb` package with autodoc and autosummary.
