Skip to content
wwj718 edited this page Apr 4, 2020 · 20 revisions

Welcome to the codelab_adapter_extensions wiki!

第三方模块(CodeLab Adapter 3.0.0)

默认打包进codelab-adapter的第三方库,至少要满足通用性。开发者可以在自定义extension中使用它们

目前已经内置的第三方库包括:

  • aiohttp==3.5.4
  • chardet==3.0.4
  • pyserial==3.4
  • pyzmq==19.0.0
  • requests==2.21.0
  • mpfshell-lite == 0.9.4
    • websocket-client==0.54.0
  • hbmqtt==0.9.5
  • networkzero==1.0b1
  • tenacity==5.0.4
  • pygatt==4.0.3(暂时移除,安装很慢)
  • pymata-aio==2.30
  • codelab_adapter_client==1.1.0
  • bottle
  • paho-mqtt
  • itchat==1.3.10
  • pymata-express==1.10
  • msgpack-python

平台相关的内置库

  • raspberrpi

开发者希望内置的库

  • numpy(将使软件体积增大13MB)