Metadata-Version: 2.4
Name: signifypy-did-webs
Version: 0.1.0
Summary: Blocking did:webs setup helpers for SignifyPy wallets
Project-URL: Repository, https://github.com/GLEIF-IT/w3c-crosswalk
Project-URL: Issues, https://github.com/GLEIF-IT/w3c-crosswalk/issues
Author-email: Kent Bull <kent@kentbull.com>
License: Apache-2.0
Requires-Python: <3.14,>=3.12.6
Requires-Dist: signifypy<0.5.0,>=0.4.2
Description-Content-Type: text/markdown

# signifypy-did-webs

Blocking did:webs setup helpers for SignifyPy wallets.

This package owns DID/webs state detection and setup orchestration. SignifyPy
stays a thin KERIA client; Python wallet apps call this package before W3C
issuance or presentation workflows that require published did:webs assets.

```python
from signifypy_did_webs import ensure_didwebs_setup

setup = ensure_didwebs_setup(client, "issuer")
```
