Metadata-Version: 2.1
Name: quantfinlib
Version: 0.0.2
Summary: Fundamental package for quantitative finance with Python.
License: MIT
Author: Thijs van den Berg
Author-email: thijs@sitmo.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: matplotlib (>=3.9.0,<4.0.0)
Requires-Dist: numpy (>=2.0.0,<3.0.0)
Requires-Dist: pandas (>=2.2.2,<3.0.0)
Description-Content-Type: text/markdown

QuantFinLib is a comprehensive Python library designed for quantitative finance. It offers a wide range
of tools and algorithms that cater to various domains within quantitative finance, including machine learning,
asset management, portfolio optimization, time series transformations, indicators, labeling, feature engineering,
stochastic simulation, randomization tests, and backtesting. This library aims to provide robust and efficient
solutions for financial data analysis, modeling, and trading strategy development.

