Metadata-Version: 2.1
Name: pfolio
Version: 0.0.1.dev3
Summary: Portfolio Management Library, including analysis, analytics and optimization
Home-page: https://pfund.ai
License: Apache-2.0
Keywords: portfolio management,investment,analytics,fundamental analysis
Author: Stephen Yau
Author-email: softwareentrepreneer+pfolio@gmail.com
Requires-Python: >=3.10,<3.13
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Provides-Extra: bayesian
Provides-Extra: data
Provides-Extra: portfolio
Provides-Extra: temporary
Requires-Dist: alphalens-reloaded (>=0.4.3,<0.5.0) ; extra == "temporary"
Requires-Dist: arviz (>=0.18.0,<0.19.0) ; extra == "bayesian"
Requires-Dist: cvxpy (>=1.4.2,<2.0.0) ; extra == "portfolio"
Requires-Dist: empyrial (>=2.1.4,<3.0.0) ; extra == "temporary"
Requires-Dist: empyrical-reloaded (>=0.5.9,<0.6.0) ; extra == "temporary"
Requires-Dist: ffn (>=1.0.1,<2.0.0)
Requires-Dist: financedatabase (>=2.2.2,<3.0.0) ; extra == "data"
Requires-Dist: financetoolkit (>=1.8.5,<2.0.0) ; extra == "temporary"
Requires-Dist: finquant (>=0.7.0,<0.8.0) ; extra == "temporary"
Requires-Dist: pfeed[boost,data,df] (>=0.0.1.dev10,<0.0.2) ; extra == "data"
Requires-Dist: pfund (>=0.0.1.dev10,<0.0.2)
Requires-Dist: plotly (>=5.20.0,<6.0.0)
Requires-Dist: pyfolio-reloaded (>=0.9.5,<0.10.0) ; extra == "temporary"
Requires-Dist: pymc (>=5.12.0,<6.0.0) ; extra == "bayesian"
Requires-Dist: pyportfolioopt (>=1.5.5,<2.0.0) ; extra == "portfolio"
Requires-Dist: pyro-ppl (>=1.9.0,<2.0.0) ; extra == "bayesian"
Requires-Dist: quantstats (>=0.0.62,<0.0.63)
Requires-Dist: riskfolio-lib (>=6.0.0,<7.0.0) ; extra == "portfolio"
Requires-Dist: rsome (>=1.2.6,<2.0.0) ; extra == "temporary"
Requires-Dist: scikit-learn (>=1.3.1,<2.0.0)
Requires-Dist: seaborn (>=0.13.2,<0.14.0)
Requires-Dist: skfolio (>=0.1.3,<0.2.0) ; extra == "portfolio"
Requires-Dist: statsmodels (>=0.14.0,<0.15.0)
Requires-Dist: thepassiveinvestor (>=1.2.2,<2.0.0) ; extra == "temporary"
Project-URL: Documentation, https://pfolio-docs.pfund.ai
Project-URL: Repository, https://github.com/PFund-Software-Ltd/pfolio
Description-Content-Type: text/markdown

# pfolio

> **still designing, NOT WORKING YET**

It is a wrapper of the existing portfolio management packages, eventually it will be a true package on its own.


> Ultimate Goal: It will be the backend of an open-source version of a portfolio analysis tool, like Two Sigma's Venn, or Bloomberg's PORT.

Refereces: \
[Portfolio Visualizer](https://www.portfoliovisualizer.com) \
[Portfolio Performance](https://www.portfolio-performance.info/en/)
