This commit is contained in:
2024-03-18 03:41:54 +03:00
parent 7aaa8f7573
commit ab33ba3763
18 changed files with 449 additions and 23 deletions

13
pyproject.toml Normal file
View File

@@ -0,0 +1,13 @@
[project]
name = "jsonrpc"
version = "0.3.2"
authors = [
{ name="RemiZOffAlex", email="remizoffalex@gmail.com" },
]
maintainers = [
{ name="RemiZOffAlex", email="remizoffalex@gmail.com" },
]
description = ""
readme = "README.md"
requires-python = ">=3.10"
keywords = ["api", "json", "json-rpc", "rpc"]