finance/py-python-binance: New port: Binance REST API python implementation

This commit is contained in:
Yuri Victorovich 2023-04-09 11:55:35 -07:00
parent b3dbca0e80
commit 0315c33dd3
4 changed files with 35 additions and 0 deletions

View file

@ -120,6 +120,7 @@
SUBDIR += py-pandas-ta
SUBDIR += py-pycoin
SUBDIR += py-pycoingecko
SUBDIR += py-python-binance
SUBDIR += py-python-bitcoinlib
SUBDIR += py-python-obelisk
SUBDIR += py-quantecon

View file

@ -0,0 +1,27 @@
PORTNAME= python-binance
DISTVERSION= 1.0.17
CATEGORIES= finance python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Binance REST API python implementation
WWW= https://python-binance.readthedocs.io/en/latest/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.8:www/py-aiohttp@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dateparser>0:devel/py-dateparser@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pycryptodome>0:security/py-pycryptodome@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ujson>0:devel/py-ujson@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}websockets>0:devel/py-websockets@${PY_FLAVOR}
USES= python:3.5+
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1681065857
SHA256 (python-binance-1.0.17.tar.gz) = 364a0ff0d2892867d6851d90e8567c54a194fc62783f20da766a5c7655f57746
SIZE (python-binance-1.0.17.tar.gz) = 68466

View file

@ -0,0 +1,4 @@
python-binance is an unofficial Python wrapper for the Binance exchange REST
API v3. I am in no way affiliated with Binance, use at your own risk.
It is suitable to automate interactions with Binance.