GNU bug report logs - #64134
[PATCH 00/17] Add some Python financial libraries.

Previous Next

Package: guix-patches;

Reported by: Vinicius Monego <monego <at> posteo.net>

Date: Sat, 17 Jun 2023 15:18:02 UTC

Severity: normal

Tags: patch

Full log


Message #47 received at 64134 <at> debbugs.gnu.org (full text, mbox):

From: Vinicius Monego <monego <at> posteo.net>
To: 64134 <at> debbugs.gnu.org
Cc: Vinicius Monego <monego <at> posteo.net>
Subject: [PATCH 14/17] gnu: Add python-financedatabase.
Date: Sat, 17 Jun 2023 15:18:37 +0000
* gnu/packages/finance.scm (python-financedatabase): New variable.
---
 gnu/packages/finance.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 6149d667ed..958cbd5945 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1105,6 +1105,27 @@ (define-public python-degiro-connector
     (description "This package provides a library to access Degiro's API.")
     (license license:bsd-3)))
 
+(define-public python-financedatabase
+  (package
+    (name "python-financedatabase")
+    (version "2.1.0")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "financedatabase" version))
+              (sha256
+               (base32
+                "0yadyaycwzsyfjfi2gbx3sqc53l1knv23i16lsd2fzbikhy7iyz0"))))
+    (build-system pyproject-build-system)
+    (arguments
+     (list #:tests? #f)) ;data-only package
+    (propagated-inputs (list python-pandas))
+    (home-page "https://github.com/JerBouma/FinanceDatabase")
+    (synopsis "Database of 300.000+ financial symbols")
+    (description
+     "This is a database of 300.000+ symbols containing Equities, ETFs, Funds,
+Indices, Currencies, Cryptocurrencies and Money Markets.")
+    (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.