[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
- [bug#64134] [PATCH 04/17] gnu: Add python-pandas-datareader., (continued)
- [bug#64134] [PATCH 04/17] gnu: Add python-pandas-datareader., Vinicius Monego, 2023/06/17
- [bug#64134] [PATCH 05/17] gnu: Add python-ffn., Vinicius Monego, 2023/06/17
- [bug#64134] [PATCH 06/17] gnu: Add python-bt., Vinicius Monego, 2023/06/17
- [bug#64134] [PATCH 08/17] gnu: Add python-interface-meta., Vinicius Monego, 2023/06/17
- [bug#64134] [PATCH 07/17] gnu: Add python-pyhdfe., Vinicius Monego, 2023/06/17
- [bug#64134] [PATCH 10/17] gnu: Add python-alpha-vantage., Vinicius Monego, 2023/06/17
- [bug#64134] [PATCH 11/17] gnu: Add python-ascii-magic., Vinicius Monego, 2023/06/17
- [bug#64134] [PATCH 12/17] gnu: Add python-degiro-connector., Vinicius Monego, 2023/06/17
- [bug#64134] [PATCH 13/17] gnu: Add python-detecta., Vinicius Monego, 2023/06/17
- [bug#64134] [PATCH 14/17] gnu: Add python-financedatabase., Vinicius Monego, 2023/06/17
- [bug#64134] [PATCH 15/17] gnu: Add python-mstarpy.,
Vinicius Monego <=
- [bug#64134] [PATCH 16/17] gnu: Add python-pandas-ta., Vinicius Monego, 2023/06/17
- [bug#64134] [PATCH 17/17] gnu: Add python-vectorbt., Vinicius Monego, 2023/06/17