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