Skip to main content

No project description provided

Project description

Rysk Client

Installation

The application is availale on pypi and can be installed as so;

```bash
pip install rysk-client
```

Dev & Contributing

Dependencies are managed with poetry.

For dev build.

!pip install -U .
Processing /home/tom/Desktop/Fun/rysk_explorations
  Installing build dependencies ... [?25ldone
[?25h  Getting requirements to build wheel ... [?25ldone
[?25h  Preparing metadata (pyproject.toml) ... [?25ldone
[?25hRequirement already satisfied: rich-click<2.0.0,>=1.6.1 in /home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages (from rysk-client==0.1.9) (1.6.1)
Requirement already satisfied: ccxt<4.0.0,>=3.1.15 in /home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages (from rysk-client==0.1.9) (3.1.17)
Requirement already satisfied: web3==6.4.0 in /home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages (from rysk-client==0.1.9) (6.4.0)
Requirement already satisfied: eth-typing>=3.0.0 in /home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages (from web3==6.4.0->rysk-client==0.1.9) (3.4.0)
Requirement already satisfied: websockets>=10.0.0 in /home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages (from web3==6.4.0->rysk-client==0.1.9) (11.0.3)
Requirement already satisfied: eth-utils>=2.1.0 in /home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages (from web3==6.4.0->rysk-client==0.1.9) (2.1.1)
Requirement already satisfied: requests>=2.16.0 in /home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages (from web3==6.4.0->rysk-client==0.1.9) (2.28.1)
Requirement already satisfied: protobuf>=4.21.6 in /home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages (from web3==6.4.0->rysk-client==0.1.9) (4.23.3)
Requirement already satisfied: jsonschema>=4.0.0 in /home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages (from web3==6.4.0->rysk-client==0.1.9) (4.17.3)
Requirement already satisfied: lru-dict>=1.1.6 in /home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages (from web3==6.4.0->rysk-client==0.1.9) (1.1.8)
Requirement already satisfied: eth-account>=0.8.0 in /home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages (from web3==6.4.0->rysk-client==0.1.9) (0.9.0)
Requirement already satisfied: eth-abi>=4.0.0 in /home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages (from web3==6.4.0->rysk-client==0.1.9) (4.1.0)
Requirement already satisfied: eth-hash[pycryptodome]>=0.5.1 in /home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages (from web3==6.4.0->rysk-client==0.1.9) (0.5.2)
Requirement already satisfied: aiohttp>=3.7.4.post0 in /home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages (from web3==6.4.0->rysk-client==0.1.9) (3.8.4)
Requirement already satisfied: hexbytes>=0.1.0 in /home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages (from web3==6.4.0->rysk-client==0.1.9) (0.3.0)
Requirement already satisfied: aiodns>=1.1.1 in /home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages (from ccxt<4.0.0,>=3.1.15->rysk-client==0.1.9) (3.0.0)
Requirement already satisfied: cryptography>=2.6.1 in /home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages (from ccxt<4.0.0,>=3.1.15->rysk-client==0.1.9) (39.0.1)
Requirement already satisfied: certifi>=2018.1.18 in /home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages (from ccxt<4.0.0,>=3.1.15->rysk-client==0.1.9) (2022.6.15)
Requirement already satisfied: yarl>=1.7.2 in /home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages (from ccxt<4.0.0,>=3.1.15->rysk-client==0.1.9) (1.7.2)
Requirement already satisfied: setuptools>=60.9.0 in /home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages (from ccxt<4.0.0,>=3.1.15->rysk-client==0.1.9) (67.8.0)
Requirement already satisfied: click>=7 in /home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages (from rich-click<2.0.0,>=1.6.1->rysk-client==0.1.9) (8.0.2)
Requirement already satisfied: rich>=10.7.0 in /home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages (from rich-click<2.0.0,>=1.6.1->rysk-client==0.1.9) (13.3.1)
Requirement already satisfied: pycares>=4.0.0 in /home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages (from aiodns>=1.1.1->ccxt<4.0.0,>=3.1.15->rysk-client==0.1.9) (4.2.2)
Requirement already satisfied: async-timeout<5.0,>=4.0.0a3 in /home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages (from aiohttp>=3.7.4.post0->web3==6.4.0->rysk-client==0.1.9) (4.0.2)
Requirement already satisfied: charset-normalizer<4.0,>=2.0 in /home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages (from aiohttp>=3.7.4.post0->web3==6.4.0->rysk-client==0.1.9) (2.1.1)
Requirement already satisfied: aiosignal>=1.1.2 in /home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages (from aiohttp>=3.7.4.post0->web3==6.4.0->rysk-client==0.1.9) (1.2.0)
Requirement already satisfied: multidict<7.0,>=4.5 in /home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages (from aiohttp>=3.7.4.post0->web3==6.4.0->rysk-client==0.1.9) (6.0.2)
Requirement already satisfied: frozenlist>=1.1.1 in /home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages (from aiohttp>=3.7.4.post0->web3==6.4.0->rysk-client==0.1.9) (1.3.1)
Requirement already satisfied: attrs>=17.3.0 in /home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages (from aiohttp>=3.7.4.post0->web3==6.4.0->rysk-client==0.1.9) (22.1.0)
Requirement already satisfied: cffi>=1.12 in /home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages (from cryptography>=2.6.1->ccxt<4.0.0,>=3.1.15->rysk-client==0.1.9) (1.15.1)
Requirement already satisfied: parsimonious<0.10.0,>=0.9.0 in /home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages (from eth-abi>=4.0.0->web3==6.4.0->rysk-client==0.1.9) (0.9.0)
Requirement already satisfied: eth-keyfile>=0.6.0 in /home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages (from eth-account>=0.8.0->web3==6.4.0->rysk-client==0.1.9) (0.6.1)
Requirement already satisfied: rlp>=1.0.0 in /home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages (from eth-account>=0.8.0->web3==6.4.0->rysk-client==0.1.9) (3.0.0)
Requirement already satisfied: eth-keys>=0.4.0 in /home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages (from eth-account>=0.8.0->web3==6.4.0->rysk-client==0.1.9) (0.4.0)
Requirement already satisfied: bitarray>=2.4.0 in /home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages (from eth-account>=0.8.0->web3==6.4.0->rysk-client==0.1.9) (2.7.4)
Requirement already satisfied: eth-rlp>=0.3.0 in /home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages (from eth-account>=0.8.0->web3==6.4.0->rysk-client==0.1.9) (0.3.0)
Requirement already satisfied: pycryptodome<4,>=3.6.6 in /home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages (from eth-hash[pycryptodome]>=0.5.1->web3==6.4.0->rysk-client==0.1.9) (3.15.0)
Requirement already satisfied: cytoolz>=0.10.1 in /home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages (from eth-utils>=2.1.0->web3==6.4.0->rysk-client==0.1.9) (0.12.0)
Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages (from jsonschema>=4.0.0->web3==6.4.0->rysk-client==0.1.9) (0.18.1)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages (from requests>=2.16.0->web3==6.4.0->rysk-client==0.1.9) (1.26.12)
Requirement already satisfied: idna<4,>=2.5 in /home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages (from requests>=2.16.0->web3==6.4.0->rysk-client==0.1.9) (3.3)
Requirement already satisfied: pygments<3.0.0,>=2.14.0 in /home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages (from rich>=10.7.0->rich-click<2.0.0,>=1.6.1->rysk-client==0.1.9) (2.14.0)
Requirement already satisfied: markdown-it-py<3.0.0,>=2.1.0 in /home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages (from rich>=10.7.0->rich-click<2.0.0,>=1.6.1->rysk-client==0.1.9) (2.2.0)
Requirement already satisfied: pycparser in /home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.6.1->ccxt<4.0.0,>=3.1.15->rysk-client==0.1.9) (2.21)
Requirement already satisfied: toolz>=0.8.0 in /home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages (from cytoolz>=0.10.1->eth-utils>=2.1.0->web3==6.4.0->rysk-client==0.1.9) (0.11.2)
Requirement already satisfied: mdurl~=0.1 in /home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages (from markdown-it-py<3.0.0,>=2.1.0->rich>=10.7.0->rich-click<2.0.0,>=1.6.1->rysk-client==0.1.9) (0.1.2)
Requirement already satisfied: regex>=2022.3.15 in /home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages (from parsimonious<0.10.0,>=0.9.0->eth-abi>=4.0.0->web3==6.4.0->rysk-client==0.1.9) (2023.6.3)
Building wheels for collected packages: rysk-client
  Building wheel for rysk-client (pyproject.toml) ... [?25ldone
[?25h  Created wheel for rysk-client: filename=rysk_client-0.1.9-py3-none-any.whl size=514236 sha256=f16768223fc0aceb0298909bc28cfd4dbf73a6aaa2aec2867ef94aaed4596de8
  Stored in directory: /tmp/pip-ephem-wheel-cache-2ifvyr76/wheels/85/5d/62/83b40ae2d2c1fc31bec44436912ab30c592085539d92f35254
Successfully built rysk-client
WARNING: Error parsing requirements for vulture: [Errno 2] No such file or directory: '/home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages/vulture-2.5.dist-info/METADATA'
Installing collected packages: rysk-client
  Attempting uninstall: rysk-client
    Found existing installation: rysk-client 0.1.9
    Uninstalling rysk-client-0.1.9:
      Successfully uninstalled rysk-client-0.1.9
Successfully installed rysk-client-0.1.9
WARNING: You are using pip version 22.0.4; however, version 23.1.2 is available.
You should consider upgrading via the '/home/tom/.pyenv/versions/3.10.4/bin/python3.10 -m pip install --upgrade pip' command.



Cli Tool

The application is also bundled as cli tool to allow users to interact with the protocol from the cli.

! rysk
                                                                                
 Usage: rysk [OPTIONS] COMMAND [ARGS]...                                        
                                                                                
 Rysk client command line interface.                                            
                                                                                
โ•ญโ”€ Options โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ
โ”‚ --log-level  -l  [DEBUG|INFO|WARNING|ERROR|CR  Logging level.                โ”‚
โ”‚                  ITICAL]                                                     โ”‚
โ”‚ --help                                         Show this message and exit.   โ”‚
โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ
โ•ญโ”€ Commands โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ
โ”‚ balances               Interact with balances.                               โ”‚
โ”‚ markets                Interact with markets.                                โ”‚
โ”‚ positions              Interact with positions.                              โ”‚
โ”‚ tickers                Interact with tickers.                                โ”‚
โ”‚ trades                 Interact with trades.                                 โ”‚
โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ

Markets

We can fetch data about the markets as so;

! rysk markets fetch
[06/23/23 01:00:18] INFO     Rysk client initialized and connected  ]8;id=857749;file:///home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages/rysk_client/client.py\client.py]8;;\:]8;id=815266;file:///home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages/rysk_client/client.py#99\99]8;;\
                             to the blockchain at RPC connection                
                             https://arbitrum-goerli.rpc.thirdweb.c             
                             om                                                 
[06/23/23 01:00:18] INFO     Rysk client initialized and connected  ]8;id=541501;file:///home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages/rysk_client/client.py\client.py]8;;\:]8;id=410566;file:///home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages/rysk_client/client.py#99\99]8;;\
                             to the blockchain at RPC connection                
                             https://arbitrum-goerli.rpc.thirdweb.c             
                             om                                                 
                              Markets                               
โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“
โ”ƒ id                 โ”ƒ expiration โ”ƒ strike โ”ƒ bid       โ”ƒ ask       โ”ƒ
โ”กโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ฉ
โ”‚ ETH-30JUN23-1900-C โ”‚ 1688112000 โ”‚ 1900.0 โ”‚ 48.757072 โ”‚ 49.693761 โ”‚
โ”‚ ETH-30JUN23-2000-C โ”‚ 1688112000 โ”‚ 2000.0 โ”‚ 29.897698 โ”‚ 30.529623 โ”‚
โ”‚ ETH-30JUN23-2100-C โ”‚ 1688112000 โ”‚ 2100.0 โ”‚ 38.865564 โ”‚ 39.419208 โ”‚
โ”‚ ETH-30JUN23-1700-P โ”‚ 1688112000 โ”‚ 1700.0 โ”‚ 14.441823 โ”‚ 14.94933  โ”‚
โ”‚ ETH-30JUN23-1800-P โ”‚ 1688112000 โ”‚ 1800.0 โ”‚ 34.589717 โ”‚ 35.407297 โ”‚
โ”‚ ETH-30JUN23-1900-P โ”‚ 1688112000 โ”‚ 1900.0 โ”‚ 67.834271 โ”‚ 69.232565 โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

Positions

We can view the current positions, along with those which are expired.

! export ETH_ADDRESS=0x9B8a204636a7aa9c33053d9C3A828720d32212e8 && \
  export ETH_PRIVATE_KEY=0x75cc9212e9e1243b9a3e5db5012f39469254088e33363324ad94dd0b212d7efa && \
    rysk positions list
[06/23/23 01:00:20] INFO     Fetching positions for                   ]8;id=669384;file:///home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages/rysk_client/cli.py\cli.py]8;;\:]8;id=495604;file:///home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages/rysk_client/cli.py#101\101]8;;\
                             0x9B8a204636a7aa9c33053d9C3A828720d32212           
                             e8                                                 
                    INFO     Rysk client initialized and connected  ]8;id=59983;file:///home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages/rysk_client/client.py\client.py]8;;\:]8;id=529467;file:///home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages/rysk_client/client.py#99\99]8;;\
                             to the blockchain at RPC connection                
                             https://arbitrum-goerli.rpc.thirdweb.c             
                             om                                                 
                                   Positions                                    
โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“
โ”ƒ symbol     โ”ƒ side  โ”ƒ entryPrice โ”ƒ id        โ”ƒ size  โ”ƒ unrealizeโ€ฆ โ”ƒ realizedโ€ฆ โ”ƒ
โ”กโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ฉ
โ”‚ ETH-30JUNโ€ฆ โ”‚ long  โ”‚ -70.13740โ€ฆ โ”‚ 0x9b8a20โ€ฆ โ”‚ 25.0  โ”‚ 1753.4350โ€ฆ โ”‚ 0         โ”‚
โ”‚ ETH-30JUNโ€ฆ โ”‚ short โ”‚ 0          โ”‚ 0x9b8a20โ€ฆ โ”‚ 0.0   โ”‚ 0.0        โ”‚ 19396.75โ€ฆ โ”‚
โ”‚ ETH-30JUNโ€ฆ โ”‚ short โ”‚ 0          โ”‚ 0x9b8a20โ€ฆ โ”‚ 0.0   โ”‚ 0.0        โ”‚ 21249.08โ€ฆ โ”‚
โ”‚ ETH-30JUNโ€ฆ โ”‚ short โ”‚ 105.35629โ€ฆ โ”‚ 0x9b8a20โ€ฆ โ”‚ -2.0  โ”‚ 210.712583 โ”‚ 0         โ”‚
โ”‚ ETH-30JUNโ€ฆ โ”‚ short โ”‚ 118.16245โ€ฆ โ”‚ 0x9b8a20โ€ฆ โ”‚ -14.0 โ”‚ 1654.2744โ€ฆ โ”‚ 0         โ”‚
โ”‚ ETH-30JUNโ€ฆ โ”‚ short โ”‚ 106.420235 โ”‚ 0x9b8a20โ€ฆ โ”‚ -1.0  โ”‚ 106.420235 โ”‚ 0         โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

Expired positions

We can use the --expired flag in order to filter for the expired positions

! export ETH_ADDRESS=0x9B8a204636a7aa9c33053d9C3A828720d32212e8 && \
  export ETH_PRIVATE_KEY=0x75cc9212e9e1243b9a3e5db5012f39469254088e33363324ad94dd0b212d7efa && \
    rysk positions list --expired
[06/23/23 00:59:40] INFO     Fetching positions for                   ]8;id=480925;file:///home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages/rysk_client/cli.py\cli.py]8;;\:]8;id=771916;file:///home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages/rysk_client/cli.py#101\101]8;;\
                             0x9B8a204636a7aa9c33053d9C3A828720d32212           
                             e8                                                 
                    INFO     Rysk client initialized and connected  ]8;id=57521;file:///home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages/rysk_client/client.py\client.py]8;;\:]8;id=661600;file:///home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages/rysk_client/client.py#99\99]8;;\
                             to the blockchain at RPC connection                
                             https://arbitrum-goerli.rpc.thirdweb.c             
                             om                                                 
                                   Positions                                    
โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“
โ”ƒ symbol    โ”ƒ side  โ”ƒ entryPrice โ”ƒ id        โ”ƒ size   โ”ƒ unrealizeโ€ฆ โ”ƒ realizedโ€ฆ โ”ƒ
โ”กโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ฉ
โ”‚ ETH-09JUโ€ฆ โ”‚ long  โ”‚ -124.0908โ€ฆ โ”‚ 0x9b8a20โ€ฆ โ”‚ 360.0  โ”‚ 44672.716โ€ฆ โ”‚ 0         โ”‚
โ”‚ ETH-02JUโ€ฆ โ”‚ long  โ”‚ -26.10214โ€ฆ โ”‚ 0x9b8a20โ€ฆ โ”‚ 29.0   โ”‚ 756.96213  โ”‚ 0         โ”‚
โ”‚ ETH-09JUโ€ฆ โ”‚ long  โ”‚ 0          โ”‚ 0x9b8a20โ€ฆ โ”‚ 0.0    โ”‚ 0.0        โ”‚ 6467.678โ€ฆ โ”‚
โ”‚ ETH-09JUโ€ฆ โ”‚ long  โ”‚ -63.358176 โ”‚ 0x9b8a20โ€ฆ โ”‚ 1.0    โ”‚ 63.358176  โ”‚ 0         โ”‚
โ”‚ ETH-09JUโ€ฆ โ”‚ long  โ”‚ -88.566839 โ”‚ 0x9b8a20โ€ฆ โ”‚ 1.0    โ”‚ 88.566839  โ”‚ 0         โ”‚
โ”‚ ETH-09JUโ€ฆ โ”‚ long  โ”‚ -38.77678โ€ฆ โ”‚ 0x9b8a20โ€ฆ โ”‚ 35.0   โ”‚ 1357.1874โ€ฆ โ”‚ 0         โ”‚
โ”‚ ETH-09JUโ€ฆ โ”‚ long  โ”‚ -63.12680โ€ฆ โ”‚ 0x9b8a20โ€ฆ โ”‚ 20.0   โ”‚ 1262.53608 โ”‚ 0         โ”‚
โ”‚ ETH-02JUโ€ฆ โ”‚ long  โ”‚ -54.35290โ€ฆ โ”‚ 0x9b8a20โ€ฆ โ”‚ 30.0   โ”‚ 1630.5871โ€ฆ โ”‚ 0         โ”‚
โ”‚ ETH-26MAโ€ฆ โ”‚ long  โ”‚ -12.03728โ€ฆ โ”‚ 0x9b8a20โ€ฆ โ”‚ 60.0   โ”‚ 722.236956 โ”‚ 0         โ”‚
โ”‚ ETH-26MAโ€ฆ โ”‚ short โ”‚ 27.097653โ€ฆ โ”‚ 0x9b8a20โ€ฆ โ”‚ -10.0  โ”‚ 270.976537 โ”‚ 0         โ”‚
โ”‚ ETH-02JUโ€ฆ โ”‚ short โ”‚ 25.513680โ€ฆ โ”‚ 0x9b8a20โ€ฆ โ”‚ -29.0  โ”‚ 739.896739 โ”‚ 0         โ”‚
โ”‚ ETH-09JUโ€ฆ โ”‚ short โ”‚ 69.354942  โ”‚ 0x9b8a20โ€ฆ โ”‚ -1.0   โ”‚ 69.354942  โ”‚ 0         โ”‚
โ”‚ ETH-09JUโ€ฆ โ”‚ short โ”‚ 0          โ”‚ 0x9b8a20โ€ฆ โ”‚ 0.0    โ”‚ 0.0        โ”‚ 244529.4โ€ฆ โ”‚
โ”‚ ETH-09JUโ€ฆ โ”‚ short โ”‚ 48.222507โ€ฆ โ”‚ 0x9b8a20โ€ฆ โ”‚ -150.0 โ”‚ 7233.3761โ€ฆ โ”‚ 0         โ”‚
โ”‚ ETH-16JUโ€ฆ โ”‚ short โ”‚ 0          โ”‚ 0x9b8a20โ€ฆ โ”‚ 0.0    โ”‚ 0.0        โ”‚ 17592.72โ€ฆ โ”‚
โ”‚ ETH-16JUโ€ฆ โ”‚ short โ”‚ 21.762156โ€ฆ โ”‚ 0x9b8a20โ€ฆ โ”‚ -20.0  โ”‚ 435.24313โ€ฆ โ”‚ 0         โ”‚
โ”‚ ETH-26MAโ€ฆ โ”‚ short โ”‚ 50.9876923 โ”‚ 0x9b8a20โ€ฆ โ”‚ -10.0  โ”‚ 509.876923 โ”‚ 0         โ”‚
โ”‚ ETH-02JUโ€ฆ โ”‚ short โ”‚ 31.792668  โ”‚ 0x9b8a20โ€ฆ โ”‚ -1.0   โ”‚ 31.792668  โ”‚ 0         โ”‚
โ”‚ ETH-26MAโ€ฆ โ”‚ short โ”‚ 47.281672โ€ฆ โ”‚ 0x9b8a20โ€ฆ โ”‚ -40.0  โ”‚ 1891.2668โ€ฆ โ”‚ 0         โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

Settling Positions

We are able to settle the positions based on the vault id

! export ETH_ADDRESS=0x9B8a204636a7aa9c33053d9C3A828720d32212e8 && \
  export ETH_PRIVATE_KEY=0x75cc9212e9e1243b9a3e5db5012f39469254088e33363324ad94dd0b212d7efa && \
  rysk positions settle -v 15
[06/23/23 01:02:47] INFO     Settling vault 15 for                    ]8;id=770874;file:///home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages/rysk_client/cli.py\cli.py]8;;\:]8;id=837991;file:///home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages/rysk_client/cli.py#148\148]8;;\
                             0x9B8a204636a7aa9c33053d9C3A828720d32212           
                             e8                                                 
                    INFO     Rysk client initialized and connected  ]8;id=936728;file:///home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages/rysk_client/client.py\client.py]8;;\:]8;id=522814;file:///home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages/rysk_client/client.py#99\99]8;;\
                             to the blockchain at RPC connection                
                             https://arbitrum-goerli.rpc.thirdweb.c             
                             om                                                 
Traceback (most recent call last):
  File "/home/tom/.pyenv/versions/3.10.4/bin/rysk", line 8, in <module>
    sys.exit(cli())
  File "/home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages/click/core.py", line 1126, in __call__
    return self.main(*args, **kwargs)
  File "/home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages/rich_click/rich_group.py", line 21, in main
    rv = super().main(*args, standalone_mode=False, **kwargs)
  File "/home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages/click/core.py", line 1051, in main
    rv = self.invoke(ctx)
  File "/home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages/click/core.py", line 1657, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages/click/core.py", line 1657, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages/click/core.py", line 1393, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages/click/core.py", line 752, in invoke
    return __callback(*args, **kwargs)
  File "/home/tom/.pyenv/versions/3.10.4/lib/python3.10/site-packages/rysk_client/cli.py", line 158, in settle
    raise ValueError(
ValueError: Vault 15 has already been settled for 0x9B8a204636a7aa9c33053d9C3A828720d32212e8

Creating a Client

Clients can be created from the rysk client module.

from rysk_client.client import RyskClient
from tests.conftest import DEFAULT_ADDRESS

auth = {
    "address": DEFAULT_ADDRESS,
}

print(auth)

client = RyskClient(**auth)
client
RyskClient(_markets=[], _tickers=[], _otokens={})

Fetching Markets

The client can fetch markets as so;

markets = client.fetch_markets()
markets[0]
{'base': 'ETH',
 'baseId': 'ETH',
 'contract': True,
 'contractSize': 1.0,
 'spot': False,
 'swap': False,
 'future': False,
 'type': 'option',
 'linear': False,
 'inverse': True,
 'active': True,
 'id': 'ETH-30JUN23-1700-P',
 'strike': 1700.0,
 'optionType': 'put',
 'expiry': 1688112000000,
 'expiryDatetime': '2023-06-30T09:00:00.000000Z',
 'info': {'id': '0x01f460be7389b109cc3599941166ea851d0b7c787badf04b1f276d3ce9269a34',
  'expiration': '1688112000',
  'netDHVExposure': '-60750000000000000000',
  'strike': '1700000000000000000000',
  'isPut': True,
  'isBuyable': True,
  'isSellable': True,
  'expiration_datetime': datetime.datetime(2023, 6, 30, 9, 0)},
 'symbol': 'ETH-30JUN23-1700-P',
 'maker': 0.0003,
 'taker': 0.0003}

Fetching Tickers

Tickers can be fetched from the client as so;

tickers = client.fetch_tickers()
tickers[0]
{'ask': 27.510602,
 'bid': 24.958423,
 'info': {'base': 'ETH',
  'baseId': 'ETH',
  'contract': True,
  'contractSize': 1.0,
  'spot': False,
  'swap': False,
  'future': False,
  'type': 'option',
  'linear': False,
  'inverse': True,
  'active': True,
  'id': 'ETH-30JUN23-1700-P',
  'strike': 1700.0,
  'optionType': 'put',
  'expiry': 1688112000000,
  'expiryDatetime': '2023-06-30T09:00:00.000000Z',
  'info': {'id': '0x01f460be7389b109cc3599941166ea851d0b7c787badf04b1f276d3ce9269a34',
   'expiration': '1688112000',
   'netDHVExposure': '-60750000000000000000',
   'strike': '1700000000000000000000',
   'isPut': True,
   'isBuyable': True,
   'isSellable': True,
   'expiration_datetime': datetime.datetime(2023, 6, 30, 9, 0)},
  'symbol': 'ETH-30JUN23-1700-P',
  'maker': 0.0003,
  'taker': 0.0003}}

Fetching Positions

Positions are fetched from the client such that a user can retrieve their positions.

Positions are indicated by a vault id.

The vaultid iterates when a new position is created.

Vaultid can be retrieved from;

positions = client.fetch_positions()
positions[0]
{'id': '0x9b8a204636a7aa9c33053d9c3a828720d32212e8-0x1c8b898ada9e994d67d86b1a1a15f5cdbaf6da08-l-0',
 'symbol': 'ETH-09JUN23-1900-P',
 'timestamp': 1686297600000,
 'datetime': datetime.datetime(2023, 6, 9, 9, 0),
 'initialMarginPercentage': None,
 'realizedPnl': -4.4852716768,
 'contractSize': '360000000000000000000',
 'side': 'long',
 'info': {'id': '0x9b8a204636a7aa9c33053d9c3a828720d32212e8-0x1c8b898ada9e994d67d86b1a1a15f5cdbaf6da08-l-0',
  'netAmount': '360000000000000000000',
  'buyAmount': '360000000000000000000',
  'sellAmount': '0',
  'active': True,
  'realizedPnl': '-44852716768',
  'oToken': {'id': '0x1c8b898ada9e994d67d86b1a1a15f5cdbaf6da08',
   'symbol': '',
   'expiryTimestamp': '1686297600',
   'strikePrice': '190000000000',
   'isPut': True,
   'underlyingAsset': {'id': '0x3b3a1de07439eeb04492fa64a889ee25a130cdd3'},
   'createdAt': '1685191086'},
  'redeemActions': [],
  'optionsBoughtTransactions': [{'amount': '1000000000000000000',
    'premium': '85411979'},
   {'amount': '2000000000000000000', 'premium': '148982158'},
   {'amount': '5000000000000000000', 'premium': '568595995'},
   {'amount': '2000000000000000000', 'premium': '147232776'},
   {'amount': '1000000000000000000', 'premium': '80345856'},
   {'amount': '5000000000000000000', 'premium': '754623020'},
   {'amount': '5000000000000000000', 'premium': '577098533'},
   {'amount': '5000000000000000000', 'premium': '456388925'},
   {'amount': '5000000000000000000', 'premium': '795314771'},
   {'amount': '5000000000000000000', 'premium': '812900950'},
   {'amount': '1000000000000000000', 'premium': '75740402'},
   {'amount': '5000000000000000000', 'premium': '789065184'},
   {'amount': '1000000000000000000', 'premium': '81192329'},
   {'amount': '5000000000000000000', 'premium': '498482650'},
   {'amount': '5000000000000000000', 'premium': '680790621'},
   {'amount': '5000000000000000000', 'premium': '527928890'},
   {'amount': '5000000000000000000', 'premium': '449675922'},
   {'amount': '5000000000000000000', 'premium': '521162730'},
   {'amount': '1000000000000000000', 'premium': '85918506'},
   {'amount': '1000000000000000000', 'premium': '86428248'},
   {'amount': '5000000000000000000', 'premium': '491147819'},
   {'amount': '1000000000000000000', 'premium': '85664952'},
   {'amount': '2000000000000000000', 'premium': '149865819'},
   {'amount': '5000000000000000000', 'premium': '631534398'},
   {'amount': '2000000000000000000', 'premium': '144646675'},
   {'amount': '5000000000000000000', 'premium': '732499858'},
   {'amount': '5000000000000000000', 'premium': '470114108'},
   {'amount': '5000000000000000000', 'premium': '690987987'},
   {'amount': '1000000000000000000', 'premium': '84286070'},
   {'amount': '5000000000000000000', 'premium': '876032718'},
   {'amount': '5000000000000000000', 'premium': '551961448'},
   {'amount': '5000000000000000000', 'premium': '771994153'},
   {'amount': '1000000000000000000', 'premium': '84535732'},
   {'amount': '1000000000000000000', 'premium': '84279477'},
   {'amount': '1000000000000000000', 'premium': '82253448'},
   {'amount': '2000000000000000000', 'premium': '146365342'},
   {'amount': '5000000000000000000', 'premium': '543830397'},
   {'amount': '1000000000000000000', 'premium': '80583215'},
   {'amount': '4000000000000000000', 'premium': '305184177'},
   {'amount': '5000000000000000000', 'premium': '640987152'},
   {'amount': '2000000000000000000', 'premium': '145503388'},
   {'amount': '5000000000000000000', 'premium': '443062676'},
   {'amount': '5000000000000000000', 'premium': '622220354'},
   {'amount': '5000000000000000000', 'premium': '741154995'},
   {'amount': '5000000000000000000', 'premium': '840881177'},
   {'amount': '1000000000000000000', 'premium': '82552807'},
   {'amount': '5000000000000000000', 'premium': '535822355'},
   {'amount': '5000000000000000000', 'premium': '604018230'},
   {'amount': '5000000000000000000', 'premium': '765931819'},
   {'amount': '1000000000000000000', 'premium': '80108544'},
   {'amount': '5000000000000000000', 'premium': '831627246'},
   {'amount': '5000000000000000000', 'premium': '749361360'},
   {'amount': '5000000000000000000', 'premium': '777415411'},
   {'amount': '1000000000000000000', 'premium': '84037211'},
   {'amount': '5000000000000000000', 'premium': '701339627'},
   {'amount': '1000000000000000000', 'premium': '83288180'},
   {'amount': '5000000000000000000', 'premium': '513492797'},
   {'amount': '5000000000000000000', 'premium': '670742921'},
   {'amount': '1000000000000000000', 'premium': '80952540'},
   {'amount': '5000000000000000000', 'premium': '585733695'},
   {'amount': '1000000000000000000', 'premium': '82010604'},
   {'amount': '5000000000000000000', 'premium': '863083930'},
   {'amount': '5000000000000000000', 'premium': '613043431'},
   {'amount': '5000000000000000000', 'premium': '800892781'},
   {'amount': '4000000000000000000', 'premium': '315514106'},
   {'amount': '2000000000000000000', 'premium': '150754579'},
   {'amount': '1000000000000000000', 'premium': '80713635'},
   {'amount': '5000000000000000000', 'premium': '660851337'},
   {'amount': '5000000000000000000', 'premium': '483918272'},
   {'amount': '4000000000000000000', 'premium': '311802564'},
   {'amount': '4000000000000000000', 'premium': '308813822'},
   {'amount': '5000000000000000000', 'premium': '436553406'},
   {'amount': '1000000000000000000', 'premium': '83782490'},
   {'amount': '5000000000000000000', 'premium': '807240638'},
   {'amount': '5000000000000000000', 'premium': '594497886'},
   {'amount': '1000000000000000000', 'premium': '81768992'},
   {'amount': '1000000000000000000', 'premium': '84030699'},
   {'amount': '5000000000000000000', 'premium': '825093045'},
   {'amount': '5000000000000000000', 'premium': '837468476'},
   {'amount': '5000000000000000000', 'premium': '853495586'},
   {'amount': '5000000000000000000', 'premium': '651099941'},
   {'amount': '1000000000000000000', 'premium': '83042247'},
   {'amount': '5000000000000000000', 'premium': '889176821'},
   {'amount': '1000000000000000000', 'premium': '83534965'},
   {'amount': '5000000000000000000', 'premium': '722507695'},
   {'amount': '5000000000000000000', 'premium': '711843975'},
   {'amount': '5000000000000000000', 'premium': '560217431'},
   {'amount': '5000000000000000000', 'premium': '760595165'},
   {'amount': '5000000000000000000', 'premium': '819344684'},
   {'amount': '1000000000000000000', 'premium': '82796990'},
   {'amount': '1000000000000000000', 'premium': '85159819'},
   {'amount': '5000000000000000000', 'premium': '463202872'},
   {'amount': '1000000000000000000', 'premium': '80821894'},
   {'amount': '5000000000000000000', 'premium': '476798780'},
   {'amount': '2000000000000000000', 'premium': '148104491'},
   {'amount': '5000000000000000000', 'premium': '743479150'},
   {'amount': '5000000000000000000', 'premium': '783569359'},
   {'amount': '5000000000000000000', 'premium': '848702420'},
   {'amount': '1000000000000000000', 'premium': '86173174'},
   {'amount': '5000000000000000000', 'premium': '505931893'}],
  'optionsSoldTransactions': [],
  'expiration_datetime': datetime.datetime(2023, 6, 9, 9, 0),
  'strike': 1.9e+21,
  'isPut': True},
 'contracts': None,
 'marginRatio': None,
 'liquidationPrice': None,
 'lastPrice': None,
 'collateral': None,
 'marginMode': None,
 'initialMargin': None,
 'maintenanceMargin': None,
 'maintenanceMarginPercentage': None,
 'entryPrice': None,
 'notional': None,
 'leverage': None,
 'percentage': None}

Tests

!make test
poetry run adev test -v -p tests
Testing Open Autonomy Packages
[14:13:41] INFO     [1m============================= test     ]8;id=536186;file:///home/tom/.cache/pypoetry/virtualenvs/rysk-client-O72xupT4-py3.10/lib/python3.10/site-packages/auto_dev/cli_executor.py\cli_executor.py]8;;\:]8;id=447753;file:///home/tom/.cache/pypoetry/virtualenvs/rysk-client-O72xupT4-py3.10/lib/python3.10/site-packages/auto_dev/cli_executor.py#36\36]8;;\
                    session starts                                              
                    ==============================[0m                           
                    platform linux -- Python 3.10.4,                            
                    pytest-7.3.1, pluggy-1.0.0                                  
                    rootdir:                                                    
                    /home/tom/Desktop/Fun/rysk_explorations                     
                    configfile: pytest.ini                                      
                    plugins: cov-3.0.0, pylama-8.4.1,                           
                    web3-5.31.4, anyio-3.7.0                                    
                    collected 23 items                                          
                                                                                
                    tests/test_client.py                                        
                    [32m.[0m[32m.[0m[33ms[0m[32m                                
                    [ 13%][0m                                                   
                    tests/test_collateral.py                                    
                    [32m.[0m[32m.[0m[32m.[0m[32m.[0m                            
                    [32m.[0m[32m.[0m[32m                                        
                                   [ 39%][0m                                    
                    tests/test_rysk_option_market.py                            
                    [32m.[0m[32m.[0m[32m                                        
                    [ 47%][0m                                                   
                    tests/test_rysk_options_market_manager.py                   
                    [32m.[0m[32m.[0m[32m                                        
                    [ 56%][0m                                                   
                    tests/test_subgraph.py [32m.[0m[32m                         
                    [ 60%][0m                                                   
                    tests/test_utils.py                                         
                    [32m.[0m[32m.[0m[32m.[0m[32m.[0m                            
                    [32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m                    
                    [32m                                                        
                    [100%][0m                                                   
                                                                                
                    [32m======================== [32m[1m22                      
                    passed[0m, [33m1 skipped[0m[32m in                          
                    25.17s[0m[32m ========================[0m                   
                                                                                
Testing... โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” 100% 0:00:26
[?25hTesting completed successfully!
!make fmt lint
poetry run isort tests rysk_client && poetry run black tests rysk_client
All done! โœจ ๐Ÿฐ โœจ
19 files left unchanged.
poetry run adev lint -v -p tests
[14:13:44] INFO     Linting Open Autonomy Packages                     ]8;id=281004;file:///home/tom/.cache/pypoetry/virtualenvs/rysk-client-O72xupT4-py3.10/lib/python3.10/site-packages/auto_dev/cli.py\cli.py]8;;\:]8;id=265993;file:///home/tom/.cache/pypoetry/virtualenvs/rysk-client-O72xupT4-py3.10/lib/python3.10/site-packages/auto_dev/cli.py#47\47]8;;\
Linting... โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ” 100% 0:00:03
[?25h[14:13:48] INFO     Linting completed successfully!                    ]8;id=864081;file:///home/tom/.cache/pypoetry/virtualenvs/rysk-client-O72xupT4-py3.10/lib/python3.10/site-packages/auto_dev/cli.py\cli.py]8;;\:]8;id=992553;file:///home/tom/.cache/pypoetry/virtualenvs/rysk-client-O72xupT4-py3.10/lib/python3.10/site-packages/auto_dev/cli.py#66\66]8;;\

Releasing

Git ops is used to enable automated releases via pypi.

export NEW_VERSION=0.2.0
git checkout -b v$NEW_VERSION
bumpversion  rysk_client/ --new-version $NEW_VERSION
git push && git push --tag

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rysk_client-0.2.6.tar.gz (60.4 kB view details)

Uploaded Source

Built Distribution

rysk_client-0.2.6-py3-none-any.whl (77.8 kB view details)

Uploaded Python 3

File details

Details for the file rysk_client-0.2.6.tar.gz.

File metadata

  • Download URL: rysk_client-0.2.6.tar.gz
  • Upload date:
  • Size: 60.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for rysk_client-0.2.6.tar.gz
Algorithm Hash digest
SHA256 21c27bac5f695574f377b65b2bb0ba0944a4f5ddbe192313f3a42c01ed7313ae
MD5 f07b7be03d622f252f0f2eac7dbb8621
BLAKE2b-256 f05de6b072cc8585f06639d1c56e3d25de9269bbcf2f292294cc2f03b1206a70

See more details on using hashes here.

Provenance

File details

Details for the file rysk_client-0.2.6-py3-none-any.whl.

File metadata

  • Download URL: rysk_client-0.2.6-py3-none-any.whl
  • Upload date:
  • Size: 77.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for rysk_client-0.2.6-py3-none-any.whl
Algorithm Hash digest
SHA256 2be6005c252f8f5d0896ee390e86ca4294142db6e821d497dfe9e1c52e557d41
MD5 e23bd1ab0d3d764bf70722978c26fc08
BLAKE2b-256 d1601f34bf63e0de53fdb3dc98defa831836ea1036f2b7f1e29a0f8401b9e987

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page