Metadata-Version: 2.4
Name: coresmith
Version: 0.0.1
Summary: AI-orchestrated ASIC design pipeline (placeholder; real release coming soon)
Author-email: Tim Balbekov <tim.balbekov@gmail.com>
License: MIT
Project-URL: Homepage, https://coresmith.ai
Project-URL: Source, https://github.com/facebookexperimental/socmate
Keywords: asic,eda,rtl,verilog,langgraph,chip-design
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Coresmith

AI-orchestrated ASIC design pipeline — prompt to GDS.

This is a placeholder release reserving the `coresmith` name on PyPI. The
real package will follow once the engine is ready for external installs.

- Website: https://coresmith.ai
- Source: https://github.com/facebookexperimental/socmate

## Install (placeholder)

```bash
pip install coresmith
```

```python
import coresmith
print(coresmith.__version__)  # 0.0.1
```

## License

MIT
