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 #35 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 10/17] gnu: Add python-alpha-vantage.
Date: Sat, 17 Jun 2023 15:18:33 +0000
* gnu/packages/finance.scm (python-alpha-vantage): 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 9c18e103b7..5a655e3dfa 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1051,6 +1051,27 @@ (define-public python-arch
 (ARCH) and other tools for financial econometrics.")
     (license license:expat)))
 
+(define-public python-alpha-vantage
+  (package
+    (name "python-alpha-vantage")
+    (version "2.3.1")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "alpha_vantage" version))
+              (sha256
+               (base32
+                "1v7vkd2rkz52lilprbpq3sj4yfpcjl0xksmcpndjz8p2qc46krqc"))))
+    (build-system pyproject-build-system)
+    (arguments
+     (list #:tests? #f)) ;this is an API library (online tests)
+    (propagated-inputs (list python-aiohttp python-requests))
+    (home-page "https://github.com/RomelTorres/alpha_vantage")
+    (synopsis "Get stock data from the Alpha Vantage API")
+    (description
+     "This package provides a Python module to get stock data from the Alpha
+Vantage API.")
+    (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.