Metadata-Version: 2.4
Name: nl2cad
Version: 0.2.0
Summary: NL2CAD — Natural Language to CAD. Redirect package for iil-nl2cadfw.
Project-URL: Homepage, https://github.com/achimdehnert/nl2cad
Project-URL: Repository, https://github.com/achimdehnert/nl2cad
Author-email: Achim Dehnert <achim@dehnert.com>
License: MIT
Keywords: ai,architecture,bim,brandschutz,building,cad,din277,dxf,gaeb,ifc,nl2cad,nlp
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.11
Requires-Dist: iil-nl2cadfw>=0.1.0
Description-Content-Type: text/markdown

# nl2cad

**Redirect package** — installs [`iil-nl2cadfw`](https://pypi.org/project/iil-nl2cadfw/), the NL2CAD umbrella framework.

## What is NL2CAD?

NL2CAD (Natural Language to CAD) provides:

- **IFC/DXF parsing** — domain models for BIM file formats
- **DIN 277 area calculation** — compliant area calculators
- **Brandschutz** — fire safety analysis (ASR A2.3, DIN 4102)
- **GAEB** — X81-X85 cost estimation generator
- **NLP** — natural language to CAD intent classification

## Installation

```bash
pip install nl2cad        # installs iil-nl2cadfw + all sub-packages
pip install iil-nl2cadfw  # canonical package name (same thing)
```

## Usage

```python
# Both work identically:
import nl2cad
import nl2cadfw
```

## Links

- **Repository**: https://github.com/achimdehnert/nl2cad
- **iil-nl2cadfw on PyPI**: https://pypi.org/project/iil-nl2cadfw/
