Metadata-Version: 2.1
Name: quantfinlib
Version: 0.0.5
Summary: Fundamental package for quantitative finance with Python.
Home-page: https://quantfinlib.org/
License: MIT
Keywords: quantitative finance,asset management,financial engineering
Author: Thijs van den Berg, Andrejs Fedjajevs, Mohammadjavad Vakili, Nathan de Vries
Maintainer: Thijs van den Berg
Maintainer-email: thijs@sitmo.com
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Office/Business
Classifier: Topic :: Office/Business :: Financial
Classifier: Topic :: Office/Business :: Financial :: Investment
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Dist: cvxpy (==1.5.3)
Requires-Dist: ipykernel (>=6.29.4,<7.0.0)
Requires-Dist: ipywidgets (>=8.1.3,<9.0.0)
Requires-Dist: matplotlib (>=3.9.0,<4.0.0)
Requires-Dist: numpy (>1.20)
Requires-Dist: pandas (>=2.2.2,<3.0.0)
Requires-Dist: plotly (>=5.22.0,<6.0.0)
Requires-Dist: pydantic (>=2.9.0,<3.0.0)
Requires-Dist: pyyaml (>=6.0.1,<7.0.0)
Requires-Dist: scikit-learn (>=1.5.0,<2.0.0)
Requires-Dist: scipy (==1.13.1)
Project-URL: Repository, https://github.com/quantfinlib/quantfinlib
Description-Content-Type: text/markdown

# QuantFinLib

<h1 align='center'>
<img src="./_static/quantfinlib_logo.png"  alt="QuantFinLib Logo" width="60"/>
</h1><br>

<h3 style='background-color:red; color:white; padding:20px'>This library is pre-alpha, please only use it for development testing</h2>

```
$ pip install quantfinlib
```


[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/quantfinlib/quantfinlib/blob/main/LICENSE)
[![Python Version](https://img.shields.io/pypi/pyversions/quantfinlib.svg)](https://pypi.org/project/quantfinlib/)
[![PyPI Version](https://img.shields.io/pypi/v/quantfinlib.svg)](https://pypi.org/project/quantfinlib/)
[![Build Status](https://github.com/quantfinlib/quantfinlib/actions/workflows/deploy.yml/badge.svg)](https://github.com/quantfinlib/quantfinlib/actions/workflows/deploy.yml)
[![Coverage Status](https://coveralls.io/repos/github/quantfinlib/quantfinlib/badge.svg?branch=main)](https://coveralls.io/github/quantfinlib/quantfinlib?branch=main)
[![Docs](https://readthedocs.org/projects/quantfinlib/badge/?version=latest)](https://quantfinlib.readthedocs.io/en/latest/)


QuantFinLib is a comprehensive Python library designed for quantitative finance. It offers a wide range
of tools with applications in quantitative finance, including machine learning,
asset management, portfolio optimization, time series transformations, indicators, labeling, feature engineering,
stochastic simulation, randomization tests, and backtesting. 

Quantfinlib provide robust and well-designed
solutions for financial data analysis, modeling, and trading strategy development.

Quantfinlib is and always will be open source. Everyone is encouraged to add new features and contribute. Quantfinlib is free to use under the MIT license.
