Metadata-Version: 2.1
Name: ltfqia
Version: 0.1.4
Summary: Quantitative Investment Analysis
Author: Shawn Anderson
Author-email: shawn@longtailfinancial.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown

# LTF Quantitative Investment Analysis

## Installation

`pip3 install ltfqia`

## Development
```
poetry install --with dev
poetry shell
pytest
```

