Metadata-Version: 2.3
Name: pyalloq
Version: 0.1.2
Summary: A modern Python SDK for quant portfolio optimization.
Author: Siddeshkanth
Author-email: Siddeshkanth <pyalloq-info@alloq-alpha.com>
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Office/Business :: Financial :: Investment
Requires-Dist: numpy>=1.24
Requires-Dist: pandas>=2.0
Requires-Dist: scipy>=1.11
Requires-Dist: cvxopt>=1.3 ; sys_platform != 'win32'
Requires-Dist: cvxpy>=1.3
Requires-Dist: yfinance>=0.2.31
Requires-Dist: scikit-learn>=1.3
Requires-Dist: matplotlib>=3.7
Requires-Dist: seaborn>=0.13
Requires-Dist: pyalloq[torch,rl] ; extra == 'all-ml'
Requires-Dist: pytest>=8 ; extra == 'dev'
Requires-Dist: pytest-cov>=5 ; extra == 'dev'
Requires-Dist: ruff>=0.6 ; extra == 'dev'
Requires-Dist: mypy>=1.11 ; extra == 'dev'
Requires-Dist: twine>=5 ; extra == 'dev'
Requires-Dist: build>=1 ; extra == 'dev'
Requires-Dist: types-requests>=2 ; extra == 'dev'
Requires-Dist: types-setuptools>=75 ; extra == 'dev'
Requires-Dist: stable-baselines3>=2.0 ; extra == 'rl'
Requires-Dist: gymnasium>=0.29 ; extra == 'rl'
Requires-Dist: torch>=2.0 ; extra == 'torch'
Requires-Python: >=3.10
Project-URL: Homepage, https://github.com/your-org/qpo
Project-URL: Repository, https://github.com/your-org/qpo
Project-URL: Issues, https://github.com/your-org/qpo/issues
Provides-Extra: all-ml
Provides-Extra: dev
Provides-Extra: rl
Provides-Extra: torch
Description-Content-Type: text/markdown

# pyalloq
a unified Python SDK for quantitative portfolio optimization and allocation
