Add async python client for Delta Chat core JSON-RPC

This commit is contained in:
link2xt
2022-11-05 17:55:45 +00:00
parent f2c97bda66
commit 9b04a04568
14 changed files with 546 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
[build-system]
requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"]
build-backend = "setuptools.build_meta"
[project]
name = "deltachat-rpc-client"
description = "Python client for Delta Chat core JSON-RPC interface"
dependencies = [
"aiohttp",
"aiodns"
]
dynamic = [
"version"
]