Metadata-Version: 2.1
Name: quatex
Version: 1.0.2
Summary: 
Author: Karlo
Author-email: karloyz@proton.me
Requires-Python: >=3.11,<3.12
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: matplotlib (>=3.9.1.post1,<4.0.0)
Requires-Dist: pandas (>=2.2.2,<3.0.0)
Requires-Dist: pandas-market-calendars (>=4.4.1,<5.0.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Description-Content-Type: text/markdown

# About
Quant trading library

## Prerequisites
- Python ~3.11
- Poetry ~1.8 [https://python-poetry.org/]

## Installation
Clone this project to local folder
```
git clone <project_url>
```
In the project's root directory, install project dependencies by executing
```
poetry install
```
This will create a `.venv` directory in the project folder, and install all the dependencies into `.venv` directory.


