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

+11 -2
+9
CHANGELOG.md
··· 1 + # Changelog 2 + 3 + ## v0.1.1 4 + 5 + - Add `py.typed` file to expose type information. 6 + 7 + ## v0.1.0 8 + 9 + - First release
+1 -1
pyproject.toml
··· 1 1 [project] 2 2 name = "atproto_jetstream" 3 - version = "0.1.0" 3 + version = "0.1.1" 4 4 description = "Receive Jetstream events from the AT Protocol" 5 5 readme = "README.md" 6 6 license = "MIT"
+1 -1
uv.lock
··· 111 111 112 112 [[package]] 113 113 name = "atproto-jetstream" 114 - version = "0.1.0" 114 + version = "0.1.1" 115 115 source = { virtual = "." } 116 116 dependencies = [ 117 117 { name = "aiohttp" },