hausfold-holt — renamed to hausfold-scruff
This package is deprecated. 0.5.1 is its last release, and it is identical
in behaviour to 0.5.0 — only this notice changed.
holt was renamed to scruff at 1.0.0. Nothing about the design changed; the
name did.
pip uninstall hausfold-holt
pip install hausfold-scruff
from scruff import ScruffClient # was: from holt import HoltClient
Why you should not stay here
This is not only a spelling change. The scruff binary at 1.0.0 and later
emits a --json envelope this SDK cannot read. The envelope's required key
was renamed and its schema went from 1 to 2 — which is precisely what
schema exists to announce:
// scruff >= 1.0.0 // holt <= 0.5.0
{ "scruff": "1.0.0", { "holt": "0.5.0",
"schema": 2, ... } "schema": 1, ... }
So hausfold-holt works only against a holt binary at 0.5.x or earlier.
Pair it with a scruff binary and it fails at parse time. There is no
compatibility shim and there will not be one — the version bump is the
signal.
What is not going away
Nothing published under the old name is being withdrawn. Every hausfold-holt
release stays on PyPI forever, installable at the exact version you pinned;
yanking would break builds that are working today, and a rename is not a
defect. This release exists to point, not to punish.
The project lives at https://github.com/hausfold/scruff.
Release files for hausfold-holt 0.5.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| hausfold_holt-0.5.1.tar.gz | 12.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| hausfold_holt-0.5.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 26.9 kB
Release files / hausfold_holt-0.5.1.tar.gz
| Download URL | hausfold_holt-0.5.1.tar.gz |
|---|---|
| Size | 12.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8cf62dec7d5d6fe8d4f2b60a7d3ec110b080696b5ac3852cd56174b3a7d6b700
|
|
BLAKE2b-256 checksum How to use checksums |
7984cf4f6f2640bfcec32555ee0676a0e83df6a5e9a404dffbed4ce204c71c81
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|
Release files / hausfold_holt-0.5.1-py3-none-any.whl
| Download URL | hausfold_holt-0.5.1-py3-none-any.whl |
|---|---|
| Size | 14.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
edbf59a7f8d84fcdd938b6361926cd8ed0aaf4b08f8cd2aa186209c67fc0603e
|
|
BLAKE2b-256 checksum How to use checksums |
5c849231cad065695338b0c4cf0f3f3eed3b76b746490234e33f1cb8260c41a7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|