README: package overview, KeeperOS relationship, usage examples #9

Closed
opened 2026-08-03 04:10:55 +00:00 by scheerenkevin · 1 comment
scheerenkevin commented 2026-08-03 04:10:55 +00:00 (Migrated from github.com)

Why

README currently a stub. Needs to explain what this package is, why it exists (no official Python SDK from Alchemy), how it relates to KeeperOS (evm_automation) as its executor-wallet dependency, and how to use it.

Scope

  • What the package does (Bundler API + Gas Manager API client)
  • Why it exists (Alchemy ships TS SDK only; this fills the Python gap)
  • Relationship to KeeperOS / evm_automation
  • Installation instructions (Hatch-based)
  • Usage examples: sending a UserOperation, requesting sponsorship, chain configuration
  • Env var setup (ALCHEMY_API_KEY)

Acceptance criteria

  • README covers all points above
  • Code examples are accurate against the actual implemented API surface at time of writing
## Why README currently a stub. Needs to explain what this package is, why it exists (no official Python SDK from Alchemy), how it relates to KeeperOS (evm_automation) as its executor-wallet dependency, and how to use it. ## Scope - What the package does (Bundler API + Gas Manager API client) - Why it exists (Alchemy ships TS SDK only; this fills the Python gap) - Relationship to KeeperOS / evm_automation - Installation instructions (Hatch-based) - Usage examples: sending a UserOperation, requesting sponsorship, chain configuration - Env var setup (`ALCHEMY_API_KEY`) ## Acceptance criteria - [ ] README covers all points above - [ ] Code examples are accurate against the actual implemented API surface at time of writing
scheerenkevin commented 2026-08-03 04:41:00 +00:00 (Migrated from github.com)

Merged into develop via #19.

Merged into develop via #19.
Sign in to join this conversation.
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
kevin/alchemy-wallet-client#9
No description provided.