Metadata-Version: 2.1
Name: paradex_py
Version: 0.2.0
Summary: Paradex Python SDK
Home-page: https://github.com/tradeparadex/paradex-py
Author: Paradex
Author-email: finfo@paradex.trade
Requires-Python: >=3.9,<3.12
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: eth-account (>=0.11.0,<0.12.0)
Requires-Dist: httpx (>=0.27.0,<0.28.0)
Requires-Dist: marshmallow-dataclass (>=8.6.0,<9.0.0)
Requires-Dist: starknet-crypto-py (>=0.1.0,<0.2.0)
Requires-Dist: starknet-py (>=0.20.0,<0.21.0)
Requires-Dist: web3 (>=6.11.4,<7.0.0)
Requires-Dist: websockets (>=12.0,<13.0)
Project-URL: Documentation, https://tradeparadex.github.io/paradex-py/
Project-URL: Repository, https://github.com/tradeparadex/paradex-py
Description-Content-Type: text/markdown

# Paradex Python SDK

[![Release](https://img.shields.io/github/v/release/tradeparadex/paradex-py)](https://img.shields.io/github/v/release/tradeparadex/paradex-py)
[![Build status](https://img.shields.io/github/actions/workflow/status/tradeparadex/paradex-py/main.yml?branch=main)](https://github.com/tradeparadex/paradex-py/actions/workflows/main.yml?query=branch%3Amain)
[![codecov](https://codecov.io/gh/tradeparadex/paradex-py/branch/main/graph/badge.svg)](https://codecov.io/gh/tradeparadex/paradex-py)
[![Commit activity](https://img.shields.io/github/commit-activity/m/tradeparadex/paradex-py)](https://img.shields.io/github/commit-activity/m/tradeparadex/paradex-py)
[![License](https://img.shields.io/github/license/tradeparadex/paradex-py)](https://img.shields.io/github/license/tradeparadex/paradex-py)

Paradex Python SDK provides a simple interface to interact with the Paradex REST and WS API.

## Development

```bash
make install
make check
make test
make build
make clean-build
make publish
make build-and-publish
make docs-test
make docs
make help
```

The CI/CD pipeline will be triggered when a new pull request is opened, code is merged to main, or when new release is created.

## Notes

> [!WARNING]
> Experimental SDK, library API is subject to change

