Metadata-Version: 2.1
Name: backpack-api
Version: 0.0.8
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: aiohttp-proxy (==0.1.2)
Requires-Dist: ed25519 (==1.5)
Description-Content-Type: text/markdown

# BackPack Library for Python

[![My Channel 🥰](https://img.shields.io/badge/My_Channel_🥰-0A66C2?style=for-the-badge&logo=telegram&logoColor=white)](https://t.me/web3_enjoyer_club) 

This is an unofficial Python SDK for the [Backpack exchange](https://backpack.exchange/refer/binance) REST API. Please note that I am not affiliated with Backpack, and you should use this library at your own risk.

## Installation

To install the [BackPack library](https://pypi.org/project/backpack-api/), run the following command:

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

## Source Code

You can find the source code for this library on GitHub:

[![Source Code](https://img.shields.io/badge/Source_Code-GitHub-white?style=for-the-badge&logo=github)](https://github.com/MsLolita/pybackpack)

## Official Documentation

For the official documentation of the Backpack API (not the SDK), please visit:

[![Official Documentation](https://img.shields.io/badge/Official_Documentation-Backpack_Exchange-red?style=for-the-badge)](https://docs.backpack.exchange/)

## Examples

If you'd like to see the library in action, please check out the [examples](https://github.com/MsLolita/pybackpack/tree/master/examples) provided.

(Optional) Proxy in format: http://username:password@proxy_ip:proxy_port

## Before Using

Before you start using the library, please follow these steps:

1. Register an account with [Backpack](https://backpack.exchange/refer/binance).
2. Generate an [API Key](https://backpack.exchange/settings/api-keys) and assign the necessary permissions.

## License

This project is licensed under the MIT License.

[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)
