Metadata-Version: 2.4
Name: py-uds-address
Version: 1.0.0
Summary: Collection of UDS addresses for various ECUs.
Author-email: Maciej Dąbrowski <maciej.dabrowski@software-quality.pl>, UDS Package Development <uds-package-development@googlegroups.com>
Maintainer-email: Maciej Dąbrowski <maciej.dabrowski@software-quality.pl>, UDS Package Development <uds-package-development@googlegroups.com>
Project-URL: Homepage, https://github.com/mdabrowski1990/uds
Project-URL: User Documentation, https://uds.readthedocs.io
Project-URL: Repository, https://github.com/mdabrowski1990/uds-address
Project-URL: Issues Tracking System, https://github.com/mdabrowski1990/uds-address/issues
Project-URL: Releases and Changelogs, https://github.com/mdabrowski1990/uds-address/releases
Project-URL: PyPI, https://pypi.org/project/py-uds-address/
Project-URL: Code Download, https://github.com/mdabrowski1990/uds-address/archive/refs/heads/main.zip
Keywords: uds,unified-diagnostic-services,automotive,on-board-diagnostic,obd,obd2,vehicle-diagnostic,iso14229,iso-14229,iso15765,iso-15765,ECU,address
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Telecommunications Industry
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
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 :: Scientific/Engineering :: Interface Engine/Protocol Translator
Classifier: Topic :: Software Development :: Embedded Systems
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: System :: Networking
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: py-uds>=1.1.0
Provides-Extra: static-code-analysis
Requires-Dist: prospector==1.17.1; extra == "static-code-analysis"
Requires-Dist: mypy==1.16.0; extra == "static-code-analysis"
Requires-Dist: vulture==2.14; extra == "static-code-analysis"
Requires-Dist: bandit==1.8.3; extra == "static-code-analysis"
Requires-Dist: pyroma==4.2; extra == "static-code-analysis"
Provides-Extra: dependency-scan
Requires-Dist: pip-audit==2.9.0; extra == "dependency-scan"
Provides-Extra: sorting-imports
Requires-Dist: isort==5.13.2; extra == "sorting-imports"
Dynamic: license-file

*************
UDS - ADDRESS
*************

|LatestVersion| |PythonVersions| |PyPIStatus| |TotalDownloads| |MonthlyDownloads| |Licence|

This is extension to `py-uds`_ package with addresses of ECUs.


ECU address
-----------
If you look for an address of a certain ECU, either search by spare part number and bus type in
`ecu section <https://github.com/mdabrowski1990/uds-address/tree/main/uds_address/ecu>`_
or by OEM, carline and production year and bus, e.g.
`Hyundai i20 2021, CAN bus accessible via OBD-2
<https://github.com/mdabrowski1990/uds-address/blob/main/uds_address/hyundai/i20/year_2021/can_obd2.py>`_.


How to add ECU?
---------------
If you know an address of some ECU (or a group of ECUs), please create
`an issue <https://github.com/mdabrowski1990/uds-address/issues/new?template=01_add_ecu.md>`_
and provide all the required details, so we could use this information as part of this package.


Documentation
-------------
This package contains only addresses of ECUs. For full user documentation about UDS go to: https://uds.readthedocs.io/


Contact
-------
- e-mail: uds-package-development@googlegroups.com
- group: `UDS package development`_
- discord: https://discord.gg/y3waVmR5PZ

If you want to become a contributor, please read `CONTRIBUTING.md`_ file.


.. _CONTRIBUTING.md: https://github.com/mdabrowski1990/uds-address/blob/main/CONTRIBUTING.md

.. _UDS package development: https://groups.google.com/g/uds-package-development/about

.. _py-uds: https://github.com/mdabrowski1990/uds


.. |LatestVersion| image:: https://img.shields.io/pypi/v/py-uds-address.svg
   :target: https://pypi.python.org/pypi/py-uds-address
   :alt: The latest Version of UDS package

.. |PythonVersions| image:: https://img.shields.io/pypi/pyversions/py-uds-address.svg
   :target: https://pypi.python.org/pypi/py-uds-address/
   :alt: Supported Python versions

.. |PyPIStatus| image:: https://img.shields.io/pypi/status/py-uds-address.svg
   :target: https://pypi.python.org/pypi/py-uds-address/
   :alt: PyPI status

.. |TotalDownloads| image:: https://pepy.tech/badge/py-uds-address
   :target: https://pepy.tech/project/py-uds-address
   :alt: Total PyPI downloads

.. |MonthlyDownloads| image:: https://pepy.tech/badge/py-uds-address/month
   :target: https://pepy.tech/project/py-uds-address
   :alt: Monthly PyPI downloads

.. |Licence| image:: https://img.shields.io/badge/License-MIT-blue.svg
   :target: https://lbesson.mit-license.org/
   :alt: License Type
