Metadata-Version: 2.4
Name: slint-dev
Version: 1.17.0b2
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: MacOS X
Classifier: Environment :: X11 Applications
Classifier: Environment :: Win32 (MS Windows)
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Rust
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: License :: Other/Proprietary License
Classifier: Topic :: Software Development
Summary: Development binary for the slint package, enabling system-testing and MCP support. Install alongside slint at the same version in development environments.
Home-Page: https://slint.dev
Author-email: Slint Team <info@slint.dev>
Requires-Python: >=3.12
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Documentation, https://slint.dev/docs
Project-URL: Homepage, https://slint.dev
Project-URL: Repository, https://github.com/slint-ui/slint

# slint-dev

Development binary for [`slint`](https://pypi.org/project/slint/).

Install this package alongside and at the same version as `slint` to enable the
additional `system-testing` and MCP capabilities. There is nothing to import
from this package: `slint` picks the development binary up automatically, but
only when those capabilities are actually requested via the `SLINT_TEST_SERVER`
(system testing) or `SLINT_MCP_PORT` (MCP server) environment variables. A plain
run keeps the lean release binary. The variable must be set before `slint` is
first imported.

```sh
pip install "slint[dev]"
# or, explicitly, pinned to the matching version:
pip install slint slint-dev
```

See the [`slint` documentation](https://slint.dev/docs) for details.

