Metadata-Version: 2.3
Name: trio-bybit
Version: 0.2.2
Summary: Python bybit async SDK based on trio.
Project-URL: Repository, https://github.com/halfelf/trio-bybit
Author-email: Shu Wang <halfelf.ronin@gmail.com>
License: MIT License
        
        Copyright (c) 2024 Shu Wang <halfelf.ronin@gmail.com>
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
License-File: LICENSE
Keywords: bybit,crypto
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.12
Requires-Dist: cryptography>=42.0.7
Requires-Dist: dateparser>=1.2.0
Requires-Dist: httpx[http2]>=0.27.0
Requires-Dist: orjson>=3.10.0
Requires-Dist: pytz>=2024.1
Requires-Dist: trio-websocket>=0.11.1
Requires-Dist: trio>=0.25.0
Description-Content-Type: text/markdown

# Welcome to trio-bybit

This is an unofficial Python wrapper for the [Bybit exchange API v5](https://bybit-exchange.github.io/docs/v5/intro). I am in no way affiliated with Bybit, use at your own risk.

This repository has only async client, and works **only** with [trio]( https://trio.readthedocs.io/en/stable/index.html) or [trio-compatible](https://trio.readthedocs.io/en/stable/awesome-trio-libraries.html#trio-asyncio-interoperability) asynchronous frameworks, for example, [anyio](https://github.com/agronholm/anyio).

## Quick Start

Sign up an account with [Bybit](https://www.bybit.com/).

Generate an API key pair and assign relevant permissions.

    pip install trio-bybit

## Example

Check pytest file under ``tests``.

## Donate

If this library helps, feel free to donate.

- SOL: EbQ9Vw7QcuX6x3MxXhh34xGA9gV4kC6QVREZy7WGDuAW
