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.
This commit is contained in:
parent
d1d2c1dafb
commit
17d7512524
4 changed files with 56 additions and 0 deletions
5
finance/py-alpha_vantage/DESCR
Normal file
5
finance/py-alpha_vantage/DESCR
Normal file
|
@ -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.
|
18
finance/py-alpha_vantage/Makefile
Normal file
18
finance/py-alpha_vantage/Makefile
Normal file
|
@ -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"
|
27
finance/py-alpha_vantage/PLIST
Normal file
27
finance/py-alpha_vantage/PLIST
Normal file
|
@ -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
|
6
finance/py-alpha_vantage/distinfo
Normal file
6
finance/py-alpha_vantage/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue