Skip to content

Commit 2633fa9

Browse files
committed
Point Python package at PyPI release
1 parent 2f15b84 commit 2633fa9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Every implementation uses the same instruction vocabulary, value types, and refe
6262
| Language | Install | Proxy Style |
6363
|----------|---------|-------------|
6464
| [TypeScript](proxyables.ts/) | `npm install @stateforward/proxyables.ts` | `await proxy.method()` — native `Proxy` interception |
65-
| [Python](proxyables.py/) | `pip install proxyables` | `await proxy.method()``__getattr__` magic |
65+
| [Python](proxyables.py/) | `pip install stateforward.proxyables` | `await proxy.method()``__getattr__` magic |
6666
| [Go](proxyables.go/) | `go get github.com/stateforward/proxyables.go` | `proxy.Get("Method").Apply(args).Await(ctx)` — cursor chaining |
6767
| [Rust](proxyables.rs/) | `proxyables = { git = "..." }` | `proxy.method().await` — macro-generated type-safe proxies |
6868
| [Zig](proxyables.zig/) | git submodule | `cursor.Get("method").Apply(args)` — vtable dispatch |

proxyables.py

0 commit comments

Comments
 (0)