Metadata-Version: 2.3
Name: quantalogic_toolbox
Version: 0.4.0
Summary: A Python toolbox for Quantalogic
License: Apache 2.0
Keywords: ai
Author: Raphaël MANSUY
Author-email: raphael.mansuy@gmail.com
Requires-Python: >=3.10
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown

# quantalogic-toolbox

A Python toolbox for quantitative analysis and algorithmic trading

## Installation

```bash
pip install quantalogic-toolbox
```

## Usage

```python
import quantalogic_toolbox

# Your quantitative analysis code here
```

## License

Apache 2.0 - See [LICENSE](LICENSE) for details

