GNU bug report logs -
#64134
[PATCH 00/17] Add some Python financial libraries.
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/finance.scm (python-mstarpy): New variable.
---
gnu/packages/finance.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 958cbd5945..31292c2863 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1126,6 +1126,28 @@ (define-public python-financedatabase
Indices, Currencies, Cryptocurrencies and Money Markets.")
(license license:expat)))
+(define-public python-mstarpy
+ (package
+ (name "python-mstarpy")
+ (version "1.0.1")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "mstarpy" version))
+ (sha256
+ (base32
+ "0nz98q90pn6fkidchdyfamsilnzgsqdy387lhvlsrwjj9s0wqyzi"))))
+ (build-system pyproject-build-system)
+ (arguments
+ (list #:tests? #f))
+ (propagated-inputs (list python-beautifulsoup4 python-pandas
+ python-requests))
+ (home-page "https://github.com/Mael-J/mstarpy")
+ (synopsis "Mutual funds and stocks data extraction from MorningStar")
+ (description
+ "MStarpy is a Python Package to extract data from MorningStar. It
+provides stock and fund public data to retail and professional investors.")
+ (license license:expat)))
+
(define-public python-mnemonic
(package
(name "python-mnemonic")
--
2.34.1
This bug report was last modified 112 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.