Metadata-Version: 2.3
Name: occtre
Version: 0.10.0
Summary: A tool for producing, collecting and analyzing test coverage on assembler level
License: MPL-2.0
Keywords: Target,Coverage,Coverage Tracer,Category A
Author: Christoph Weiss
Author-email: christoph.weiss@gtd-gmbh.de
Maintainer: Christoph Weiss
Maintainer-email: christoph.weiss@gtd-gmbh.de
Requires-Python: >=3.10
Classifier: License :: OSI Approved
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: dataclass_binder (>=0.3.4,<0.4.0)
Requires-Dist: tabulate (>=0.9.0,<0.10.0)
Requires-Dist: tomlkit (>=0.12.3,<0.13.0)
Project-URL: Homepage, https://gtd-gmbh.de/
Description-Content-Type: text/markdown

# OCCTRE (*Object code Coverage Trace Enlighter*)

This repo contains *OCCTRE*, (**Object Code Coverage Trace Enlighter**) a tool
for producing and collecting test coverage on assembler level.

The *OCCTRE* source code implemented by GTD GmbH is subject to the Mozilla
Public License 2.0 as indicated by the headers of the corresponding source code
files.

[!WARNING]
> **WARNING**:
>
> **This tool is currently under development and in beta state It's not intended
> to be complete and using is on your own risk.**

## Documentation

Due to the lack of a full documentation, all previous information can be found
in separate *Markdown* files in the *doc* folder:

1. [Installation](doc/1_Installation.md)
2. [Qemu Example](doc/2_Example_Qemu.md)
3. [Development](doc/3_Development.md)

