Metadata-Version: 2.4
Name: haxaml-ui
Version: 0.6.7
Summary: Local read-only dashboard package for Haxaml.
Author: Hax
License-Expression: MIT
Project-URL: Homepage, https://github.com/haxsysgit/haxaml
Project-URL: Repository, https://github.com/haxsysgit/haxaml
Keywords: haxaml,dashboard,ui,developer-tools
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: haxaml<0.7.0,>=0.6.7
Requires-Dist: jinja2>=3.1
Requires-Dist: starlette>=0.37
Requires-Dist: uvicorn>=0.30

# haxaml-ui

Read-only local dashboard package for Haxaml.

This package is the dashboard distribution itself.

The human launcher remains:

```bash
haxaml dashboard
```

`haxaml[ui]` is only the convenience install selector for the core package.

Install directly:

```bash
pip install haxaml-ui
```

Or install through the core extra:

```bash
pip install "haxaml[ui]"
```

Direct package entrypoint is also available:

```bash
haxaml-dashboard
```
