matrix-org / matrix-org/matrix-python-sdk
[Feature request] Support Micropython
未关闭
还没有人认领这个 Issue。
architecture
enhancement
help wanted
- 主要语言
- Python
- 星标
- 266
- 派生
- 118
- PR 合并指标
- 30 天内没有已合并 PR
描述
It would be great if this SDK supports micropython,
micropython uses async keyword.
See also https://github.com/micropython/micropython
MicroPython implements the entire Python 3.4 syntax (including exceptions, with, yield from, etc., and additionally async/await keywords from Python 3.5)
Programs can be written to be Cpython3/micropython compatible,
take this for example https://github.com/pfalcon/picotui
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先审查 SDK 现有的 Python 2/3 兼容性和异步代码,然后将其要求与 MicroPython 文档中说明的异步支持进行比较。明确 SDK 的哪些功能必须在 MicroPython 上运行,以及将如何验证兼容性;完成时应包括已达成一致的实现范围,以及对受支持子集的验证。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- api
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100