!273 新增python sig组

Merge pull request !273 from jony/python
This commit is contained in:
Robert 2021-07-23 10:11:10 +00:00 committed by Gitee
commit 097929696b
4 changed files with 153 additions and 0 deletions

18
sig/sig-python/OWNERS Normal file
View File

@ -0,0 +1,18 @@
{
"Leader":[
{
"gitee_id":"delphi-tang",
"gitee_email":"delphi_tang@dt4sw.com"
}
],
"Committers":[
{
"gitee_id":"cindy",
"gitee_email":"chenyang870625@126.com"
},
{
"gitee_id":"yi_xiong",
"gitee_email":"14858520@qq.com"
}
]
}

View File

@ -0,0 +1,61 @@
# SIG-python
English | [简体中文](./sig-python_cn.md)
Note: The content of this SIG follows the convention described in OpenHarmony's PMC Management Charter [README](/zh/pmc.md).
## SIG group work objectives and scope
### work goals
* The Python SIG group aims to provide Python language support and software development guidance around OpenHarmony's software and hardware ecology, and maintain support and customization of Python interfaces to enable Python application development on OpenHarmony.
* Python SIG will promote Python developers (AI, education and training, non-professional developers) to pay attention to OpenHarmony and use Python to develop applications on OpenHarmony derivative systems.
### work scope
* Maintain Python environment for OpenHarmony
SIG will maintain OpenHarmony's Python execution environment and build OpenHarmony's Python software development interface
* Adaptation of Python environment on different devices that support OpenHarmony
SIG will continue to update (port) and support hardware devices capable of running the OpenHarmony system.
* Python environment capabilities
SIG will combine Penglai RISC-V TEE to enable OpenHarmony's security capabilities in RISC-V scenarios.
* Ecological expansion
Actively cooperate with developers, universities and related customers to promote the construction of Python application ecology on OpenHarmony
### The repository
- project name:
- sig-python: https://gitee.com/openharmony-sig/python
## SIG Members
### Leader
- [delphi-tang](https://gitee.com/delphi-tang)
### Committers列表
- [cindy](https://gitee.com/cindy)
- [yi_xiong](https://gitee.com/yi_xiong)
### Meetings
- Meeting timeBiWeek Friday 14:00
- Meeting application: [SIG-python Meeting application](https://shimo.im/sheets/WlArz7M5a1Cr1KA2/)
- Meeting linkTencent meeting or other meeting
- Meeting notification: [Subscribe to](https://lists.openatom.io/postorius/lists/sig_python.openharmony.io) mailing list for the meeting link
- Meeting Summary: To view the minutes of past meetings, please click this [link](https://gitee.com/openharmony-sig/sig-content/tree/master/python/meetings)
### Contact (optional)
- Mailing list[sig_python@openharmony.io](https://lists.openatom.io/postorius/lists/sig_python.openharmony.io/)
- Slack groupxxx
- Wechat groupxxx

View File

@ -0,0 +1,69 @@
# SIG-python
简体中文 | [English](./sig-python.md)
说明本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。
## SIG组工作目标和范围
### 工作目标
* Python SIG 组旨在构建围绕OpenHarmony的软硬件生态提供Python语言的支持和软件开发等指导并维护对Python接口的支持与定制使能Python在OpenHarmony上的应用开发。
* Python SIG将推动Python开发者AI教育培训非专业开发者能够关注OpenHarmony并使用Python开发OpenHarmony衍生系统上的应用程序。
### 工作范围
* 为OpenHarmony维护Python环境
SIG将维护OpenHarmony的Python执行环境建设OpenHarmony的Python软件开发接口
* Python环境在不同的支持OpenHarmony的设备上的适配
SIG将不断更新移植和支持能够运行OpenHarmony系统的硬件设备。
* Python环境能力
SIG将结合蓬莱RISC-V TEE使能OpenHarmony在RISC-V场景下的安全能力。
* 生态扩展
积极与开发者、高校和相关客户合作推动Python在OpenHarmony上的应用生态建设
## 代码仓
- 代码仓地址:
- sig-python: https://gitee.com/openharmony-sig/python
## SIG组成员
### Leader
- [delphi-tang](https://gitee.com/delphi-tang)
### Committers列表
- [cindy](https://gitee.com/cindy)
- [yi_xiong](https://gitee.com/yi_xiong)
### 会议
- 会议时间:双周例会,周五 14:00
- 会议申报:[SIG-python会议申报](https://shimo.im/sheets/WlArz7M5a1Cr1KA2/)
- 会议链接:腾讯会议或其他会议
- 会议通知:请[订阅](https://lists.openatom.io/postorius/lists/sig_python.openharmony.io)邮件列表获取会议链接
- 会议纪要:查看往期会议纪要,请点此[链接](https://gitee.com/openharmony-sig/sig-content/tree/master/python/meetings)
### 联系方式(可选)
- 邮件列表:[sig_python@openharmony.io](https://lists.openatom.io/postorius/lists/sig_python.openharmony.io/)
- Slack群组xxx
- 微信群xxx

View File

@ -323,6 +323,11 @@
"third_party/libdrm",
"third_party/pixman"
]
},
{
"sig-name":"sig-python",
"projects":"https://gitee.com/openharmony-sig/python",
"project-path":"NONE"
}
]
}