Async Python Jetstream Client pypi.org/project/atproto_jetstream/
atproto jetstream python zstd
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

bump version

+8 -3
+5
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## v0.2.0 4 + 5 + - fix: make Identity.handle optional 6 + - ignore all non-text websocket messages 7 + 3 8 ## v0.1.1 4 9 5 10 - Add `py.typed` file to expose type information.
+1 -1
pyproject.toml
··· 1 1 [project] 2 2 name = "atproto_jetstream" 3 - version = "0.1.1" 3 + version = "0.2.0" 4 4 description = "Receive Jetstream events from the AT Protocol" 5 5 readme = "README.md" 6 6 license = "MIT"
+2 -2
uv.lock
··· 110 110 ] 111 111 112 112 [[package]] 113 - name = "atproto-jetstream" 114 - version = "0.1.1" 113 + name = "atproto_jetstream" 114 + version = "0.2.0" 115 115 source = { virtual = "." } 116 116 dependencies = [ 117 117 { name = "aiohttp" },