tangled
alpha
login
or
join now
nauta.one
/
atproto_jetstream
2
fork
atom
Async Python Jetstream Client
pypi.org/project/atproto_jetstream/
atproto
jetstream
python
zstd
2
fork
atom
overview
issues
pulls
pipelines
bump version
Mario Nachbaur
1 month ago
fede1be8
fa71eb6c
+2
-2
2 changed files
expand all
collapse all
unified
split
pyproject.toml
uv.lock
+1
-1
pyproject.toml
···
1
1
[project]
2
2
name = "atproto_jetstream"
3
3
-
version = "0.2.0"
3
3
+
version = "0.3.0"
4
4
description = "Receive Jetstream events from the AT Protocol"
5
5
readme = "README.md"
6
6
license = "MIT"
+1
-1
uv.lock
···
76
76
77
77
[[package]]
78
78
name = "atproto-jetstream"
79
79
-
version = "0.2.0"
79
79
+
version = "0.3.0"
80
80
source = { editable = "." }
81
81
dependencies = [
82
82
{ name = "aiohttp" },