-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
8baller
committed
Nov 9, 2023
1 parent
5623ecc
commit 6c617b9
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Lyra V2 Python Client. | ||
|
||
This repo provides a unified interface for the Lyra V2 Exchange. | ||
|
||
## Dev | ||
|
||
### Formatting | ||
|
||
```bash | ||
make fmt | ||
``` | ||
|
||
### Linting | ||
|
||
```bash | ||
make lint | ||
``` | ||
|
||
### Tests | ||
|
||
```bash | ||
make tests | ||
``` | ||
|
||
For convience, all commands can be run with; | ||
|
||
``` | ||
make all | ||
``` |