File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ Official Python client for the RpcNode Public API.
44
55Production: ` https://api.rpcnode.dev ` · local: ` http://127.0.0.1:3004 `
66
7- Source: ` git@167.71.60.46:node/ sdk-python.git `
7+ Repo: [ github.com/rpcnode/api- sdk-python] ( https://github.com/rpcnode/api-sdk-python )
88
99## Install
1010
1111``` bash
12- pip install " rpcnode @ git+ssh ://git@167.71.60.46:node/ sdk-python.git"
13- # or clone :
14- git clone git@167.71.60.46:node/ sdk-python.git
15- cd sdk-python && pip install -e " .[dev]"
12+ pip install " rpcnode @ git+https ://github.com/rpcnode/api- sdk-python.git"
13+ # or:
14+ git clone git@github.com:rpcnode/api- sdk-python.git
15+ cd api- sdk-python && pip install -e " .[dev]"
1616```
1717
1818## Auth
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies = []
1313
1414[project .urls ]
1515Homepage = " https://api.rpcnode.dev"
16- Repository = " ssh ://git@167.71.60.46/node/ sdk-python.git "
16+ Repository = " https ://github.com/rpcnode/api- sdk-python"
1717
1818[project .optional-dependencies ]
1919dev = [" pytest>=8.0" ]
You can’t perform that action at this time.
0 commit comments