Metadata-Version: 2.4
Name: synthpanel
Version: 1.7.0
Summary: DEPRECATED — synthpanel was renamed to althing. This shim installs althing.
License-Expression: MIT
Project-URL: Homepage, https://althing.dev
Project-URL: Repository, https://github.com/DataViking-Tech/Althing
Classifier: Development Status :: 7 - Inactive
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: althing>=1.7.0

# synthpanel → althing

**synthpanel has been renamed to [althing](https://pypi.org/project/althing/).**

This package is a transitional shim: installing it simply installs
`althing`, which provides:

- the `althing` CLI (plus a deprecated `synthpanel` alias)
- `import althing` (plus deprecated `synthpanel` / `synth_panel` import shims)
- `ALTHING_*` environment variables (legacy `SYNTHPANEL_*` still honored)

Update your dependencies to `althing` directly:

```bash
pip install althing
```

Site: <https://althing.dev> · Repo: <https://github.com/DataViking-Tech/Althing>

This shim will stop receiving updates one major release after the rename.
