guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#64134] [PATCH 15/17] gnu: Add python-mstarpy.


From: Vinicius Monego
Subject: [bug#64134] [PATCH 15/17] gnu: Add python-mstarpy.
Date: Sat, 17 Jun 2023 15:18:38 +0000

* 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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]