Skip to content

Commit a8b037d

Browse files
committed
chore: rename package to dpdpstack-python-sdk in documentation
1 parent 74c5e16 commit a8b037d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ enterprise tools "cost more than a month's revenue."
2020

2121
## Install
2222
```bash
23-
pip install dpdpstack # core, no dependencies
24-
pip install "dpdpstack[django]" # + Django adapter
25-
pip install "dpdpstack[crypto]" # + RS256-signed certificates (PyJWT + cryptography)
23+
pip install dpdpstack-python-sdk # core, no dependencies
24+
pip install "dpdpstack-python-sdk[django]" # + Django adapter
25+
pip install "dpdpstack-python-sdk[crypto]" # + RS256-signed certificates (PyJWT + cryptography)
2626
```
2727

2828
## Quickstart (framework-agnostic)
@@ -109,7 +109,7 @@ dpdpstack verify cert.jwt --public-key ./keys/cert_public.pem
109109
| `audit` | hash-chained, tamper-evident log; pluggable store (in-memory, JSONL, Django) |
110110
| `erasure` | `ErasureEngine` - legal-hold-aware resolve + your `executor` |
111111
| `certificate` | `issue_certificate()` → verifiable Certificate of Erasure |
112-
| `signing` *(extra)* | RS256-sign/verify a certificate - `pip install dpdpstack[crypto]` |
112+
| `signing` *(extra)* | RS256-sign/verify a certificate - `pip install dpdpstack-python-sdk[crypto]` |
113113
| `contrib.django` | model-backed audit store + `erase_instance()` + `@pii(...)` |
114114

115115
## Status & scope

0 commit comments

Comments
 (0)