1 Star 1 Fork 1

xiaoxinwt / python-binance

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
Sam McHardy 提交于 2017-12-20 21:50 . Update to v0.5.6
#!/usr/bin/env python
from setuptools import setup
setup(
name='python-binance',
version='0.5.6',
packages=['binance'],
description='Binance REST API python implementation',
url='https://github.com/sammchardy/python-binance',
author='Sam McHardy',
license='MIT',
author_email='',
install_requires=['requests', 'six', 'Twisted', 'pyOpenSSL', 'autobahn', 'service-identity'],
keywords='binance exchange rest api bitcoin ethereum btc eth neo',
classifiers=[
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python',
'Topic :: Software Development :: Libraries :: Python Modules',
],
)
Python
1
https://gitee.com/xiaoxinwt/python-binance.git
git@gitee.com:xiaoxinwt/python-binance.git
xiaoxinwt
python-binance
python-binance
master

搜索帮助