Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.0.0 with README improvements #215

Merged
merged 1 commit into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<a href='https://www.npmjs.com/package/@dydxprotocol/v4-client-js'>
<img src='https://img.shields.io/npm/v/@dydxprotocol/v4-client-js.svg' alt='npm'/>
</a>
<a href='https://pypi.org/project/v4-client-py'>
<img src='https://img.shields.io/pypi/v/v4-client-py.svg' alt='PyPI'/>
<a href='https://pypi.org/project/dydx-v4-client'>
<img src='https://img.shields.io/pypi/v/dydx-v4-client.svg' alt='PyPI'/>
</a>
<a href='https://github.com/dydxprotocol/v4-clients/blob/main/LICENSE'>
<img src='https://img.shields.io/badge/License-AGPL_v3-blue.svg' alt='License' />
Expand Down
14 changes: 14 additions & 0 deletions v4-client-py-v2/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
<img src="https://dydx.exchange/icon.svg" height="64px" align="right" />

# Python Client (async) for dYdX (v4 API)
<div align="center">
<a href='https://pypi.org/project/dydx-v4-client'>
<img src='https://img.shields.io/pypi/v/dydx-v4-client.svg' alt='PyPI'/>
</a>
<a href='https://github.com/dydxprotocol/v4-clients/blob/main/LICENSE'>
<img src='https://img.shields.io/badge/License-AGPL_v3-blue.svg' alt='License' />
</a>
</div>

## Quick links

Expand All @@ -12,6 +20,12 @@
</div>

## Install
Install from PyPI:

```bash
pip install dydx-v4-client
```

Install from github:

```bash
Expand Down
2 changes: 1 addition & 1 deletion v4-client-py-v2/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dydx-v4-client"
version = "0.1.1"
version = "1.0.0"
description = ""
authors = ["Piotr Piwoński <[email protected]>"]
readme = "README.md"
Expand Down
Loading