Metadata-Version: 2.4
Name: trenchbroom-api
Version: 0.1.0
Summary: Typing and helpers for TrenchBroom embedded Python module.
Author: TrenchBroom community
License: GPL-3.0-or-later
Keywords: trenchbroom,scripting,typing
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Typing :: Typed
Requires-Python: >=3.10
Description-Content-Type: text/markdown

This package provides type definitions and small helpers for TrenchBroom's embedded Python module (imported as `tb`).

It is intended for authoring TrenchBroom scripts with IDE autocomplete and static type checking.
