6 Star 23 Fork 20

IOTOS/IOTOSDK-Python

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 711 Bytes
一键复制 编辑 原始数据 按行查看 历史
ImRobbin 提交于 2023-07-08 09:11 . update
#!coding:utf8
# from distutils.core import setup
# from Cython.Build import cythonize
#
# setup(
# name=u'IOTOS Python SDK',
# ext_modules=cythonize("iotos.py"),
# )
# import setuptools # important
# from distutils.core import setup
# from Cython.Build import cythonize
# from distutils.extension import Extension
#
# extensions = []
# extensions.append(Extension('myModule', ['iotos.py']))
#
#
# setup(
# ext_modules=cythonize(extensions, compiler_directives={'language_level': 2}),
# )
# Ż
import py_compile
py_compile.compile('./sdk/iotos.py')
py_compile.compile('./sdk/driver.py')
py_compile.compile('./sdk/routelib/Callback_ice.py')
py_compile.compile('./sdk/routelib/ice_connent.py')
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/aiotos/IOTOSDK-Python.git
git@gitee.com:aiotos/IOTOSDK-Python.git
aiotos
IOTOSDK-Python
IOTOSDK-Python
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385