Metadata-Version: 2.1
Name: TACHY-Compiler
Version: 0.1.0
Summary: TACHY model compiler and platform conversion tools.
Author: Deeper-I
License: BSD-3-Clause
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: networkx
Requires-Dist: onnx
Requires-Dist: commentjson
Requires-Dist: ordered-set
Requires-Dist: easydict
Requires-Dist: DDesignerAPI
Provides-Extra: yolov9
Requires-Dist: torch; extra == "yolov9"

# TACHY-Compiler

Python package: `tachy_compiler`

## Package layout

- Core compiler: `tachy_compiler.compiler`
- Platform conversion: `tachy_compiler.platform_converter`

## Quick smoke checks

```bash
python -c "import tachy_compiler; import tachy_compiler.compiler; import tachy_compiler.platform_converter"
```

