summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2018-01-31 19:13:17 +0000
committerminskim <minskim@pkgsrc.org>2018-01-31 19:13:17 +0000
commit77e24a3aeb45bf5ebee530a300205668ffe32510 (patch)
treee874c0033836cdba4e7a357a386ce94fca90a414 /finance
parent8f79ba700a14630976cc9d07f1ba550a1b26468d (diff)
downloadpkgsrc-77e24a3aeb45bf5ebee530a300205668ffe32510.tar.gz
finance/py-alpha_vantage: Import version 1.8.0
Alpha Vantage delivers a free API for real time financial data and most used finance indicators in a simple json or pandas format. This module implements a python interface to the free API provided by Alpha Vantage (http://www.alphavantage.co/). It requires a free API key, which can be requested on http://www.alphavantage.co/support/#api-key.
Diffstat (limited to 'finance')
-rw-r--r--finance/py-alpha_vantage/DESCR5
-rw-r--r--finance/py-alpha_vantage/Makefile18
-rw-r--r--finance/py-alpha_vantage/PLIST27
-rw-r--r--finance/py-alpha_vantage/distinfo6
4 files changed, 56 insertions, 0 deletions
diff --git a/finance/py-alpha_vantage/DESCR b/finance/py-alpha_vantage/DESCR
new file mode 100644
index 00000000000..4b835c8bdcb
--- /dev/null
+++ b/finance/py-alpha_vantage/DESCR
@@ -0,0 +1,5 @@
+Alpha Vantage delivers a free API for real time financial data and
+most used finance indicators in a simple json or pandas format. This
+module implements a python interface to the free API provided by Alpha
+Vantage (http://www.alphavantage.co/). It requires a free API key,
+which can be requested on http://www.alphavantage.co/support/#api-key.
diff --git a/finance/py-alpha_vantage/Makefile b/finance/py-alpha_vantage/Makefile
new file mode 100644
index 00000000000..5bb42e3e725
--- /dev/null
+++ b/finance/py-alpha_vantage/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2018/01/31 19:13:17 minskim Exp $
+
+DISTNAME= alpha_vantage-1.8.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= finance python
+MASTER_SITES= ${MASTER_SITE_GITHUB:=RomelTorres/}
+GITHUB_PROJECT= alpha_vantage
+
+MAINTAINER= minskim@NetBSD.org
+HOMEPAGE= https://github.com/RomelTorres/alpha_vantage
+COMMENT= Python wrapper for Alpha Vantage API for financial data
+LICENSE= mit
+
+DEPENDS+= ${PYPKGPREFIX}-pandas-[0-9]*:../../math/py-pandas
+DEPENDS+= ${PYPKGPREFIX}-simplejson-[0-9]*:../../converters/py-simplejson
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/finance/py-alpha_vantage/PLIST b/finance/py-alpha_vantage/PLIST
new file mode 100644
index 00000000000..ad7ef588b5f
--- /dev/null
+++ b/finance/py-alpha_vantage/PLIST
@@ -0,0 +1,27 @@
+@comment $NetBSD: PLIST,v 1.1 2018/01/31 19:13:17 minskim Exp $
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/alpha_vantage/__init__.py
+${PYSITELIB}/alpha_vantage/__init__.pyc
+${PYSITELIB}/alpha_vantage/__init__.pyo
+${PYSITELIB}/alpha_vantage/alphavantage.py
+${PYSITELIB}/alpha_vantage/alphavantage.pyc
+${PYSITELIB}/alpha_vantage/alphavantage.pyo
+${PYSITELIB}/alpha_vantage/cryptocurrencies.py
+${PYSITELIB}/alpha_vantage/cryptocurrencies.pyc
+${PYSITELIB}/alpha_vantage/cryptocurrencies.pyo
+${PYSITELIB}/alpha_vantage/foreignexchange.py
+${PYSITELIB}/alpha_vantage/foreignexchange.pyc
+${PYSITELIB}/alpha_vantage/foreignexchange.pyo
+${PYSITELIB}/alpha_vantage/sectorperformance.py
+${PYSITELIB}/alpha_vantage/sectorperformance.pyc
+${PYSITELIB}/alpha_vantage/sectorperformance.pyo
+${PYSITELIB}/alpha_vantage/techindicators.py
+${PYSITELIB}/alpha_vantage/techindicators.pyc
+${PYSITELIB}/alpha_vantage/techindicators.pyo
+${PYSITELIB}/alpha_vantage/timeseries.py
+${PYSITELIB}/alpha_vantage/timeseries.pyc
+${PYSITELIB}/alpha_vantage/timeseries.pyo
diff --git a/finance/py-alpha_vantage/distinfo b/finance/py-alpha_vantage/distinfo
new file mode 100644
index 00000000000..5f81b63ed83
--- /dev/null
+++ b/finance/py-alpha_vantage/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/01/31 19:13:17 minskim Exp $
+
+SHA1 (alpha_vantage-1.8.0.tar.gz) = 493d15ef354d2ca9767178755f4e4e3d977c7fda
+RMD160 (alpha_vantage-1.8.0.tar.gz) = 6a29e9a4e53cbbaa5f25e2a4b8f6ccaa08cbfc41
+SHA512 (alpha_vantage-1.8.0.tar.gz) = 8312d4ac574f7401961756e41b3e762393d98775a458a1d50b522a1f44aff428a4944cbd495ec72475477beff3914747e4191f55b89a6c7765763875eee1a19e
+Size (alpha_vantage-1.8.0.tar.gz) = 321644 bytes