Metadata-Version: 2.1
Name: countach
Version: 1.0.0
Summary: A library for extracting data from EV2274A A2L files.
Home-page: https://github.com/HWRacing/countach
Author: Hamish Knox
Author-email: hrjkknox@gmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/HWRacing/countach/issues
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
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: License :: OSI Approved :: MIT License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: testing
License-File: LICENSE

# countach

![Tests](https://github.com/HWRacing/countach/actions/workflows/tests.yml/badge.svg)

A library for extracting data from A2L files generated by Ecocoder for the EV2274A. Information on usage is located [here](docs/usage.md), and other documentation is linked below:

- [Characteristics](docs/characteristic.md)
- [Measurements](docs/measurement.md)
- [Types](docs/types.md)
- [Fixed-Point Types](docs/fixed.md)
