Metadata-Version: 2.4
Name: nl2cad-brandschutz
Version: 0.2.1
Summary: Fire safety analysis (Brandschutz) for nl2cad ecosystem — ASR A2.3, DIN 4102
Project-URL: Homepage, https://github.com/achimdehnert/nl2cad
Project-URL: Repository, https://github.com/achimdehnert/nl2cad
Project-URL: Issues, https://github.com/achimdehnert/nl2cad/issues
Author-email: Achim Dehnert <achim@dehnert.com>
License: MIT
Keywords: asr-a23,bim,brandschutz,din4102,fire-safety,ifc
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: nl2cad-areas>=0.1.0
Requires-Dist: nl2cad-core>=0.4.0
Provides-Extra: dev
Requires-Dist: mypy>=1.10; extra == 'dev'
Requires-Dist: pytest-asyncio>=0.23; extra == 'dev'
Requires-Dist: pytest-cov>=5.0; extra == 'dev'
Requires-Dist: pytest>=8.0; extra == 'dev'
Requires-Dist: ruff>=0.4; extra == 'dev'
Description-Content-Type: text/markdown

# nl2cad-brandschutz

Fire safety analysis (Brandschutz) for the nl2cad ecosystem — ASR A2.3, DIN 4102, MBO.

## Installation

```bash
pip install nl2cad-brandschutz
```

## Packages

- `nl2cad.brandschutz.analyzer` — BrandschutzAnalyzer
- `nl2cad.brandschutz.gebaeudeklasse` — GebaeudeklasseHandler (MBO § 2 Abs. 3)
- `nl2cad.brandschutz.explosionsschutz` — ExplosionsschutzDokument, BeurteilungsStatus
- `nl2cad.brandschutz.report` — BrandschutzkonzeptReport
- `nl2cad.brandschutz.rules` — ASR A2.3, DIN 4102 validators
