1 Star 3 Fork 1

darcyg/Baidu-BCS-SDK-Python-Plus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
darcyg 提交于 2013-11-18 11:57 . 原Baidu-BCS-SDK-Python-1.0.1版本
#!/usr/bin/env python
from setuptools import setup
import sys
import platform
__VERSION__ = "1.3.1"
requires = ['simplejson']
if sys.version_info < (2,7):
requires.append('argparse')
scripts = ['tools/bcsh.py', ]
#if sys.platform.startswith('win'):
# scripts += [
# 'bin/bcsh.bat'
# ]
setup(
name = "pybcs",
version = __VERSION__,
url = 'http://yun.baidu.com/',
author = 'ning',
author_email = 'idning@gmail.com',
description = "bcs python sdk",
long_description=open('README.md').read(),
packages = ['pybcs'],
include_package_data = True,
install_requires = requires,
scripts = scripts,
classifiers = ['Development Status :: 5 - Production/Stable',
'Environment :: Console',
'License :: OSI Approved :: GNU Affero General Public License v3',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Software Development :: Libraries :: Python Modules',
],
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/darcyg/Baidu-BCS-SDK-Python-Plus.git
git@gitee.com:darcyg/Baidu-BCS-SDK-Python-Plus.git
darcyg
Baidu-BCS-SDK-Python-Plus
Baidu-BCS-SDK-Python-Plus
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385