pfolio 0.0.1.dev2__tar.gz → 0.0.1.dev4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pfolio
3
- Version: 0.0.1.dev2
4
- Summary:
3
+ Version: 0.0.1.dev4
4
+ Summary: Portfolio Management Library, including analysis, analytics and optimization
5
5
  Home-page: https://pfund.ai
6
6
  License: Apache-2.0
7
7
  Keywords: portfolio management,investment,analytics,fundamental analysis
@@ -22,12 +22,12 @@ Requires-Dist: arviz (>=0.18.0,<0.19.0) ; extra == "bayesian"
22
22
  Requires-Dist: cvxpy (>=1.4.2,<2.0.0) ; extra == "portfolio"
23
23
  Requires-Dist: empyrial (>=2.1.4,<3.0.0) ; extra == "temporary"
24
24
  Requires-Dist: empyrical-reloaded (>=0.5.9,<0.6.0) ; extra == "temporary"
25
- Requires-Dist: ffn (>=1.0.1,<2.0.0)
25
+ Requires-Dist: ffn (>=1.0.1,<2.0.0) ; extra == "temporary"
26
26
  Requires-Dist: financedatabase (>=2.2.2,<3.0.0) ; extra == "data"
27
27
  Requires-Dist: financetoolkit (>=1.8.5,<2.0.0) ; extra == "temporary"
28
28
  Requires-Dist: finquant (>=0.7.0,<0.8.0) ; extra == "temporary"
29
- Requires-Dist: pfeed[boost,data,df] (>=0.0.1.dev9,<0.0.2) ; extra == "data"
30
- Requires-Dist: pfund (>=0.0.1.dev9,<0.0.2)
29
+ Requires-Dist: pfeed[boost,data,df] (>=0.0.1.dev10,<0.0.2) ; extra == "data"
30
+ Requires-Dist: pfund (>=0.0.1.dev10,<0.0.2)
31
31
  Requires-Dist: plotly (>=5.20.0,<6.0.0)
32
32
  Requires-Dist: pyfolio-reloaded (>=0.9.5,<0.10.0) ; extra == "temporary"
33
33
  Requires-Dist: pymc (>=5.12.0,<6.0.0) ; extra == "bayesian"
@@ -36,10 +36,10 @@ Requires-Dist: pyro-ppl (>=1.9.0,<2.0.0) ; extra == "bayesian"
36
36
  Requires-Dist: quantstats (>=0.0.62,<0.0.63)
37
37
  Requires-Dist: riskfolio-lib (>=6.0.0,<7.0.0) ; extra == "portfolio"
38
38
  Requires-Dist: rsome (>=1.2.6,<2.0.0) ; extra == "temporary"
39
- Requires-Dist: scikit-learn (>=1.4.2,<2.0.0)
39
+ Requires-Dist: scikit-learn (>=1.3.1,<2.0.0)
40
40
  Requires-Dist: seaborn (>=0.13.2,<0.14.0)
41
41
  Requires-Dist: skfolio (>=0.1.3,<0.2.0) ; extra == "portfolio"
42
- Requires-Dist: statsmodels (>=0.14.1,<0.15.0)
42
+ Requires-Dist: statsmodels (>=0.14.0,<0.15.0)
43
43
  Requires-Dist: thepassiveinvestor (>=1.2.2,<2.0.0) ; extra == "temporary"
44
44
  Project-URL: Documentation, https://pfolio-docs.pfund.ai
45
45
  Project-URL: Repository, https://github.com/PFund-Software-Ltd/pfolio
@@ -47,6 +47,8 @@ Description-Content-Type: text/markdown
47
47
 
48
48
  # pfolio
49
49
 
50
+ > **still designing, NOT WORKING YET**
51
+
50
52
  It is a wrapper of the existing portfolio management packages, eventually it will be a true package on its own.
51
53
 
52
54
 
@@ -1,5 +1,7 @@
1
1
  # pfolio
2
2
 
3
+ > **still designing, NOT WORKING YET**
4
+
3
5
  It is a wrapper of the existing portfolio management packages, eventually it will be a true package on its own.
4
6
 
5
7
 
@@ -0,0 +1,9 @@
1
+ from importlib.metadata import version
2
+
3
+
4
+ __version__ = version('pfolio')
5
+
6
+
7
+ __all__ = (
8
+ '__version__',
9
+ )
@@ -1,7 +1,7 @@
1
1
  [tool.poetry]
2
2
  name = "pfolio"
3
- version = "0.0.1.dev2"
4
- description = ""
3
+ version = "0.0.1.dev4"
4
+ description = "Portfolio Management Library, including analysis, analytics and optimization"
5
5
  license = "Apache-2.0"
6
6
  authors = ["Stephen Yau <softwareentrepreneer+pfolio@gmail.com>"]
7
7
  readme = "README.md"
@@ -12,12 +12,12 @@ keywords = ["portfolio management", "investment", "analytics", "fundamental anal
12
12
 
13
13
  [tool.poetry.dependencies]
14
14
  python = ">=3.10 <3.13"
15
- pfund = "^0.0.1.dev9"
16
- statsmodels = "^0.14.1"
17
- scikit-learn = "^1.4.2"
15
+ pfund = "^0.0.1.dev10"
16
+ statsmodels = "^0.14.0"
17
+ scikit-learn = "^1.3.1"
18
18
  plotly = "^5.20.0"
19
19
  seaborn = "^0.13.2"
20
- pfeed = { version = "^0.0.1.dev9", optional = true, extras = ["df", "data", "boost"] }
20
+ pfeed = { version = "^0.0.1.dev10", optional = true, extras = ["df", "data", "boost"] }
21
21
  financedatabase = { version = "^2.2.2", optional = true }
22
22
  pymc = { version = "^5.12.0", optional = true }
23
23
  pyro-ppl = { version = "^1.9.0", optional = true }
@@ -26,8 +26,8 @@ cvxpy = { version = "^1.4.2", optional = true }
26
26
  skfolio = { version = "^0.1.3", optional = true }
27
27
  pyportfolioopt = { version = "^1.5.5", optional = true }
28
28
  riskfolio-lib = { version = "^6.0.0", optional = true }
29
- ffn = "^1.0.1"
30
29
  quantstats = "^0.0.62"
30
+ ffn = { version = "^1.0.1", optional = true }
31
31
  rsome = { version = "^1.2.6", optional = true }
32
32
  financetoolkit = { version = "^1.8.5", optional = true }
33
33
  thepassiveinvestor = { version = "^1.2.2", optional = true }
@@ -41,7 +41,7 @@ empyrial = { version = "^2.1.4", optional = true }
41
41
  data = ['pfeed', 'financedatabase']
42
42
  bayesian = ['pymc', 'pyro-ppl', 'arviz']
43
43
  portfolio = ['cvxpy', 'skfolio', 'pyportfolioopt' ,'riskfolio-lib']
44
- temporary = ['empyrial', 'pyfolio-reloaded', 'alphalens-reloaded', 'empyrical-reloaded', 'rsome', 'financetoolkit', 'thepassiveinvestor', 'finquant']
44
+ temporary = ['empyrial', 'pyfolio-reloaded', 'alphalens-reloaded', 'empyrical-reloaded', 'ffn', 'rsome', 'financetoolkit', 'thepassiveinvestor', 'finquant']
45
45
 
46
46
  [tool.poetry.group.dev.dependencies]
47
47
  pfund = {path = "../pfund", develop = true}
File without changes
File without changes
File without changes