mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
finance/py-stocksera: New port: Official Stocksera API
This commit is contained in:
parent
6a12c628c6
commit
08ba224922
4 changed files with 34 additions and 0 deletions
|
@ -125,6 +125,7 @@
|
||||||
SUBDIR += py-python-bitcoinlib
|
SUBDIR += py-python-bitcoinlib
|
||||||
SUBDIR += py-python-obelisk
|
SUBDIR += py-python-obelisk
|
||||||
SUBDIR += py-quantecon
|
SUBDIR += py-quantecon
|
||||||
|
SUBDIR += py-stocksera
|
||||||
SUBDIR += py-stripe
|
SUBDIR += py-stripe
|
||||||
SUBDIR += py-ta-lib
|
SUBDIR += py-ta-lib
|
||||||
SUBDIR += py-technical
|
SUBDIR += py-technical
|
||||||
|
|
24
finance/py-stocksera/Makefile
Normal file
24
finance/py-stocksera/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
PORTNAME= stocksera
|
||||||
|
DISTVERSION= 0.1.21
|
||||||
|
CATEGORIES= finance python
|
||||||
|
MASTER_SITES= PYPI
|
||||||
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
||||||
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
|
COMMENT= Official Stocksera API
|
||||||
|
WWW= https://stocksera-api.readthedocs.io/en/latest/
|
||||||
|
|
||||||
|
LICENSE= MIT
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
|
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
|
||||||
|
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
|
||||||
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} \
|
||||||
|
${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR}
|
||||||
|
|
||||||
|
USES= python
|
||||||
|
USE_PYTHON= pep517 autoplist
|
||||||
|
|
||||||
|
NO_ARCH= yes
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
finance/py-stocksera/distinfo
Normal file
3
finance/py-stocksera/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1704055104
|
||||||
|
SHA256 (stocksera-0.1.21.tar.gz) = 3280137cfd3c02765c9450344e940f31d887f519433ac5a3709ce86710dd5cd8
|
||||||
|
SIZE (stocksera-0.1.21.tar.gz) = 5360
|
6
finance/py-stocksera/pkg-descr
Normal file
6
finance/py-stocksera/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
The stocksera module is the official API for Stocksera.
|
||||||
|
|
||||||
|
It provides access to sata sources:
|
||||||
|
Yahoo Finance, Finviz, Finnhub, FinancialModellingPrep, IBKR, Reddit, Finra,
|
||||||
|
SEC, CompaniesMarketCap, SenateStockWatcher, HouseStockWatcher, Polygon,
|
||||||
|
ARKFunds.io, Stocktwits, Twitter, Federal Reserve and much more...
|
Loading…
Add table
Reference in a new issue