this repo has no description
2
fork

Configure Feed

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

at main 20 lines 470 B view raw
1[project] 2name = "atkafka-consumer-python" 3version = "0.1.1" 4description = "A small wrapper for AIOKafka and ATKafka events" 5readme = "README.md" 6requires-python = ">=3.12" 7dependencies = [ 8 "aiokafka>=0.12.0", 9 "atproto>=0.0.65", 10 "pydantic>=2.12.5", 11 "pydantic-settings>=2.12.0", 12 "python-snappy>=0.7.3", 13] 14 15[build-system] 16requires = ["setuptools>=61.0", "wheel"] 17build-backend = "setuptools.build_meta" 18 19[tool.setuptools.packages.find] 20where = ["src"]