This is a lightweight library that works as a connector to Binance public API. It’s designed to be simple, clean, and easy to use with minimal dependencies.
trading_bot/ ├── bot/ │ ├── __init__.py # Package initialization │ ├── client.py # Binance Futures API client wrapper │ ├── orders.py # Order placement logic │ ├── validators.py # Input validation ...