Metadata-Version: 2.4
Name: tilefoundry
Version: 0.0.1
Summary: A tile-based, agentic platform for automatic high-performance program generation across hardware.
Author: tile-ai
License-Expression: MIT
Project-URL: Homepage, https://github.com/tile-ai/TileFoundry
Project-URL: Repository, https://github.com/tile-ai/TileFoundry
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: isl-python>=0.1.10
Requires-Dist: jinja2>=3.0
Requires-Dist: apache-tvm-ffi
Requires-Dist: torch>=2.7
Requires-Dist: graphviz>=0.20
Requires-Dist: transformers>=5.13
Requires-Dist: ortools>=9.15
Provides-Extra: test
Requires-Dist: pytest>=8; extra == "test"
Requires-Dist: pytest-xdist>=3; extra == "test"
Provides-Extra: dev
Requires-Dist: pre-commit>=3; extra == "dev"
Dynamic: license-file

# TileFoundry

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) ![Status](https://img.shields.io/badge/status-early%20development-orange)

**TileFoundry** is a tile-based, agentic platform for automatic high-performance program generation across hardware.

> [!NOTE]
> TileFoundry is in an early design and development stage. APIs and architecture are still evolving, and the project is not yet ready for use.

## License

This project is licensed under the [MIT License](LICENSE).
