Metadata-Version: 2.1
Name: backpack-api
Version: 0.0.3
Summary: Backpack REST API python implementation
Author: Web3 Enjoyer
Requires-Python: >=3.9,<4.0
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: PyNaCl (==1.5.0)
Requires-Dist: aiohttp (==3.9.3)
Requires-Dist: ed25519 (==1.5)
Description-Content-Type: text/markdown

# BackPack Library on Python

This is a first unofficial Python sdk for the [Backpack exchange](https://backpack.exchange/refer/binance) REST API. I am in no way affiliated with Backpack, use at your own risk.

## Installation

```bash
pip install backpack-api
```

Source code
https://github.com/MsLolita/pybackpack

Official documentation to api (not sdk)
https://docs.backpack.exchange/

If you want to check out the library, check out the examples.

## Before using

Register an account with [Backpack](https://backpack.exchange/refer/binance).

Generate an [API Key](https://backpack.exchange/settings/api-keys) and assign relevant permissions.

