Async Python Jetstream Client
1[project]
2name = "atproto_jetstream"
3version = "0.2.0"
4description = "Receive Jetstream events from the AT Protocol"
5readme = "README.md"
6license = "MIT"
7license-files = ["LICENSE"]
8requires-python = ">=3.12"
9dependencies = [
10 "aiohttp>=3.13.0",
11]
12
13[project.urls]
14Repository = "https://tangled.org/@nauta.one/atproto_jetstream"
15Issues = "https://tangled.org/@nauta.one/atproto_jetstream/issues"