Metadata-Version: 2.4
Name: ifc-console-viewer
Version: 0.1.4
Summary: Optional browser assets for the ifc-console 3D viewer (three.js and web-ifc).
Project-URL: Homepage, https://github.com/nbharathik/ifc-console
Project-URL: Documentation, https://nbharathik.github.io/ifc-console/viewer/
Author: nbharathik
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: bim,ifc,three.js,viewer,web-ifc
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering
Requires-Python: <3.15,>=3.10
Description-Content-Type: text/markdown

# ifc-console viewer

Optional browser assets for the local 3D viewer and chat panel provided by
[`ifc-console`](https://pypi.org/project/ifc-console/).

Install both the core application and this matching asset bundle through the
public extra:

```bash
pip install "ifc-console[viewer]"
```

The package contains the viewer application, Three.js, and the web-ifc
JavaScript/WASM parser. It makes no network requests by itself and is not a
standalone application.

The package is Apache-2.0. Its `static/vendor` directory carries the upstream
license and provenance files for the vendored third-party components.
