18 lines
		
	
	
		
			160 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			160 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
# Python client
 | 
						|
 | 
						|
Dependencies:
 | 
						|
```bash
 | 
						|
apt install python3-jwt
 | 
						|
```
 | 
						|
 | 
						|
Reformat code:
 | 
						|
 | 
						|
```bash
 | 
						|
black src/*.py
 | 
						|
```
 | 
						|
 | 
						|
Run the client:
 | 
						|
 | 
						|
```bash
 | 
						|
python3 -m src.main
 | 
						|
``` |