forked from Lainports/freebsd-ports
finance/py-python-binance: New port: Binance REST API python implementation
This commit is contained in:
parent
b3dbca0e80
commit
0315c33dd3
4 changed files with 35 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
27
finance/py-python-binance/Makefile
Normal file
27
finance/py-python-binance/Makefile
Normal 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>
|
||||
3
finance/py-python-binance/distinfo
Normal file
3
finance/py-python-binance/distinfo
Normal 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
|
||||
4
finance/py-python-binance/pkg-descr
Normal file
4
finance/py-python-binance/pkg-descr
Normal 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.
|
||||
Loading…
Add table
Reference in a new issue