Metadata-Version: 2.4
Name: quantitativelib
Version: 0.1.1
Summary: A stock analysis tool for quants
Author-email: Your Name <your@email.com>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: yfinance
Requires-Dist: pandas
Requires-Dist: matplotlib

# quantitativelib

A simple Python library to fetch stock data, plot prices and returns, and compute financial statistics.

This functions mainly as a test to learn how packages are made, and hopefully to develop a customised quantitative finance library suited to my needs
