Metadata-Version: 2.4
Name: onec-hbk-bsl
Version: 0.8.49
Summary: Complete 1C Enterprise BSL toolkit with CLI, formatter, diagnostics, LSP, and MCP
License-Expression: MIT
Project-URL: Homepage, https://github.com/mussolene/1c_hbk_bsl
Project-URL: Documentation, https://mussolene.github.io/1c_hbk_bsl/
Project-URL: Repository, https://github.com/mussolene/1c_hbk_bsl
Project-URL: Issues, https://github.com/mussolene/1c_hbk_bsl/issues
Project-URL: Changelog, https://github.com/mussolene/1c_hbk_bsl/blob/main/CHANGELOG.md
Keywords: 1c,bsl,linter,formatter,lsp,mcp,vscode
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Text Editors :: Integrated Development Environments (IDE)
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: onec-hbk-bsl-core[mcp]==0.8.49
Provides-Extra: all
Requires-Dist: onec-hbk-bsl-core[all]==0.8.49; extra == "all"

# onec-hbk-bsl

Full meta package for the `onec-hbk-bsl` toolkit.

Install this package for the default backwards-compatible user-facing surface:
CLI, formatter, diagnostics, LSP, Python API, and MCP.

```bash
pip install onec-hbk-bsl
```

Python 3.12 or newer is required.

The published wheel pins `onec-hbk-bsl-core` to the same release version, so
installing `onec-hbk-bsl==X.Y.Z` also installs `onec-hbk-bsl-core==X.Y.Z`.

The implementation lives in `onec-hbk-bsl-core`. Install that package directly
when you need the slim formatter/diagnostics/Python API surface without MCP
dependencies.

```bash
pip install onec-hbk-bsl-core
```

Install MCP support for a direct core installation with:

```bash
pip install "onec-hbk-bsl-core[mcp]"
```
