Metadata-Version: 2.4
Name: kalshi-async-plus
Version: 0.0.1
Summary: Extended kalshi sdk with methods you were missing so much.
Author-email: TheGrisha <alert.chefs_0m@icloud.com>
Requires-Python: >=3.14
Requires-Dist: kalshi-python-async>=3.12.0
Description-Content-Type: text/markdown

# kalshi-async-plus

An extended, drop-in replacement for the official [kalshi-python-async](https://pypi.org/project/kalshi-python-async/) SDK, featuring the methods you were missing so much.

## Installation

```bash
uv add kalshi-async-plus
```

## Usage

Use it as a seamless replacement for the official SDK.

```python
from kalshi_async_plus import KalshiClient, Configuration

# Use exactly like the official SDK, but with extra powers.
client = KalshiClient(Configuration(...))
```
