Metadata-Version: 2.1
Name: quantflow
Version: 0.2.0
Summary: quantitative analysis
License: BSD-3-Clause
Author: Luca
Author-email: luca@quantmind.com
Requires-Python: >=3.10,<3.12
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Provides-Extra: data
Requires-Dist: aiohttp (>=3.8.1,<4.0.0) ; extra == "data"
Requires-Dist: numpy (>=1.22.3,<2.0.0)
Requires-Dist: pandas (>=2.0.1,<3.0.0)
Requires-Dist: pydantic (>=2.0.2,<3.0.0)
Requires-Dist: scipy (>=1.10.1,<2.0.0)
