From c32d4a827feb2bfc0c7131a79abac01b45e74fe6 Mon Sep 17 00:00:00 2001 From: jiajames Date: Thu, 22 Feb 2024 10:19:37 -0500 Subject: [PATCH 1/2] Add third party clients --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b7639b5a..23b6fe72 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,12 @@ The dYdX Chain Client Typescript client is used for placing transactions and que ## v4-client-py Python client for dYdX Chain. -The library is currently tested against Python versions 3.9, and 3.11. \ No newline at end of file +The library is currently tested against Python versions 3.9, and 3.11. + +# Third-party Clients + +[C++ Client](https://github.com/asnefedovv/dydx-v4-client-cpp) + +[Python Client](https://github.com/kaloureyes3/v4-clients/tree/main/v4-client-py) + +By clicking the above links to third-party clients, you will leave the dYdX Trading Inc. (“dYdX”) GitHub repository and join repositories made available by third parties, which are independent from and unaffiliated with dYdX. dYdX is not responsible for any action taken or content on third-party repositories. \ No newline at end of file From a3eed52e185f681f8508d99271105febf9e6c766 Mon Sep 17 00:00:00 2001 From: jiajames Date: Thu, 22 Feb 2024 10:20:38 -0500 Subject: [PATCH 2/2] update Python README as well --- v4-client-py/README.md | 6 ++++++ v4-client-py/pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/v4-client-py/README.md b/v4-client-py/README.md index 5cd68ae6..b1ca89bf 100644 --- a/v4-client-py/README.md +++ b/v4-client-py/README.md @@ -15,6 +15,12 @@ Python client for dYdX (v4 API). The library is currently tested against Python versions 3.9, and 3.11. +# Third-party Client + +[Python Client](https://github.com/kaloureyes3/v4-clients/tree/main/v4-client-py) + +By clicking the above links to third-party clients, you will leave the dYdX Trading Inc. (“dYdX”) GitHub repository and join repositories made available by third parties, which are independent from and unaffiliated with dYdX. dYdX is not responsible for any action taken or content on third-party repositories. + ## Installation The `v4-client-py` package is available on [PyPI](https://pypi.org/project/v4-client-py). Install with `pip`: diff --git a/v4-client-py/pyproject.toml b/v4-client-py/pyproject.toml index e27c9dc0..b02940c0 100644 --- a/v4-client-py/pyproject.toml +++ b/v4-client-py/pyproject.toml @@ -5,7 +5,7 @@ package-dir = {"" = "v4_client_py"} [tool.poetry] name = "v4-client-py" -version = "1.0.1" +version = "1.0.2" description = "dYdX Chain Client" authors = ["John Huang "] license = "AGPL-3.0"