mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
finance/py-tradingview-ta: New port: Unofficial TradingView technical analysis API wrapper
This commit is contained in:
parent
045e1af71c
commit
3f0c87bcff
@ -128,6 +128,7 @@
|
||||
SUBDIR += py-stripe
|
||||
SUBDIR += py-ta-lib
|
||||
SUBDIR += py-technical
|
||||
SUBDIR += py-tradingview-ta
|
||||
SUBDIR += py-vatnumber
|
||||
SUBDIR += py-yfinance
|
||||
SUBDIR += py-ystockquote
|
||||
|
23
finance/py-tradingview-ta/Makefile
Normal file
23
finance/py-tradingview-ta/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
PORTNAME= tradingview-ta
|
||||
DISTVERSION= 3.3.0
|
||||
CATEGORIES= finance python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= ${PORTNAME:S/-/_/g}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Unofficial TradingView technical analysis API wrapper
|
||||
WWW= https://python-tradingview-ta.readthedocs.io/en/latest/
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}colorama>=0:devel/py-colorama@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
finance/py-tradingview-ta/distinfo
Normal file
3
finance/py-tradingview-ta/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1704050575
|
||||
SHA256 (tradingview_ta-3.3.0.tar.gz) = f1a55351ed28554234106a28772f167e818d57f384d47f85b763bd143955c34a
|
||||
SIZE (tradingview_ta-3.3.0.tar.gz) = 10898
|
2
finance/py-tradingview-ta/pkg-descr
Normal file
2
finance/py-tradingview-ta/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
tradingview-ta is an unofficial API wrapper for TradingView that allows you to
|
||||
fetch technical analysis data, now under new management.
|
Loading…
Reference in New Issue
Block a user