Wed Jan 31 19:13:17 2018 UTC ()
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.


(minskim)
diff -r0 -r1.1 pkgsrc/finance/py-alpha_vantage/DESCR
diff -r0 -r1.1 pkgsrc/finance/py-alpha_vantage/Makefile
diff -r0 -r1.1 pkgsrc/finance/py-alpha_vantage/PLIST
diff -r0 -r1.1 pkgsrc/finance/py-alpha_vantage/distinfo

File Added: pkgsrc/finance/py-alpha_vantage/DESCR
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.

File Added: pkgsrc/finance/py-alpha_vantage/Makefile
# $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"

File Added: pkgsrc/finance/py-alpha_vantage/PLIST
@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

File Added: pkgsrc/finance/py-alpha_vantage/distinfo
$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