Async Microcosm API client wrapper written in python. Heavy wip.
1[build-system]
2requires = ["setuptools>=61.0", "wheel"]
3build-backend = "setuptools.build_meta"
4
5[project]
6name = "microcosm-client"
7version = "0.1.0"
8description = "Async Microcosm API client wrapper"
9readme = "README.md"
10requires-python = ">=3.11"
11license = {text = "MIT"}
12authors = [ {name = "kamo.moe"} ]
13dependencies = [
14 "httpx",
15 "atproto"
16]
17
18
19[tool.pytest.ini_options]
20addopts = "-v"