Metadata-Version: 2.4
Name: ibproxy
Version: 0.0.2
Summary: A proxy service for the Interactive Brokers API
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: fastapi>=0.116.1
Requires-Dist: ruff>=0.12.9
Requires-Dist: uvicorn>=0.35.0
Requires-Dist: ibauth>=0.0.2
Requires-Dist: bump2version>=1.0.1
Requires-Dist: pre-commit>=4.3.0

# IBKR Proxy

## Setup

You need to have the following files in the local directory to enable the use of
the IBKR OAuth service:

- `config.yaml` and
- `privatekey.pem`.

## Development

```bash
uv sync
uv run ibkr-proxy --debug
```

You can access the Swagger interface at http://127.0.0.1:9000/docs.
