1 Star 0 Fork 20

花木水之间/IOTOSDK-Python

forked from IOTOS/IOTOSDK-Python 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 707 Bytes
一键复制 编辑 原始数据 按行查看 历史
ImRobbin 提交于 2022-10-17 19:36 . setValues support dict
#!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/huamushuizhijian/IOTOSDK-Python.git
git@gitee.com:huamushuizhijian/IOTOSDK-Python.git
huamushuizhijian
IOTOSDK-Python
IOTOSDK-Python
master

搜索帮助