| Crates.io | obrewin |
| lib.rs | obrewin |
| version | 0.0.1 |
| created_at | 2023-09-18 08:18:36.056299+00 |
| updated_at | 2023-09-18 08:18:36.056299+00 |
| description | Core components of Obrewin Trading Framework |
| homepage | |
| repository | https://github.com/McDic/Obrewin |
| max_upload_size | |
| id | 975676 |
| size | 42,214 |
A quantitative trading framework made for indie trading.
pip install obrewin
Main development is going under WSL 2 Ubuntu 22.04 LTS.
Make your Python virtual environment, then install dependencies by following.
pip install -r requirements-dev.txt
This project uses maturin to integrate the Rust and Python codes.
maturin develop
pre-commitpre-commit install