finance/py-valinvest: New port: Value investing tool

This commit is contained in:
Yuri Victorovich 2023-12-31 14:55:00 -08:00
parent 3f0c87bcff
commit b1d7e1fda1
4 changed files with 29 additions and 0 deletions

View File

@ -129,6 +129,7 @@
SUBDIR += py-ta-lib
SUBDIR += py-technical
SUBDIR += py-tradingview-ta
SUBDIR += py-valinvest
SUBDIR += py-vatnumber
SUBDIR += py-yfinance
SUBDIR += py-ystockquote

View File

@ -0,0 +1,20 @@
PORTNAME= valinvest
DISTVERSION= 0.0.2
CATEGORIES= finance python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Value investing tool
WWW= https://github.com/astro30/valinvest
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=2022.12.7:security/py-certifi@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1704052341
SHA256 (valinvest-0.0.2.tar.gz) = 9614aaf8019e015c20ea48867ede8a6ea10e1c6410e787314066d7b2e5aeb7dc
SIZE (valinvest-0.0.2.tar.gz) = 11978

View File

@ -0,0 +1,5 @@
valinvest is a value investing tool based on Warren Buffett, Joseph Piotroski
and Benjamin Graham thoughts.
The Financial API used by valinvest to get financial data has been rewritten
and now requires a API Key in order to make request.