diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-12-07 19:16:24 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-12-07 19:16:24 +0000 |
| commit | 90a0f7161f278b682a9d9e9f416b09758a1fe43d (patch) | |
| tree | bf39fa5d2b301390b36fba64520205200bd87779 /dev-python/kicad-python/metadata.xml | |
| parent | f9d0675741ad162abaaa7eac1da4c2f2cd4a07a8 (diff) | |
| download | baldeagleos-repo-90a0f7161f278b682a9d9e9f416b09758a1fe43d.tar.gz baldeagleos-repo-90a0f7161f278b682a9d9e9f416b09758a1fe43d.tar.xz baldeagleos-repo-90a0f7161f278b682a9d9e9f416b09758a1fe43d.zip | |
Adding metadata
Diffstat (limited to 'dev-python/kicad-python/metadata.xml')
| -rw-r--r-- | dev-python/kicad-python/metadata.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-python/kicad-python/metadata.xml b/dev-python/kicad-python/metadata.xml new file mode 100644 index 000000000000..719c1cf0f530 --- /dev/null +++ b/dev-python/kicad-python/metadata.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>vowstar@gmail.com</email> + <name>Huang Rui</name> + </maintainer> + <longdescription lang="en"> + kicad-python is the official Python library for interacting with running + KiCad sessions through the IPC API. It enables development of scripts + and tools for electronic design automation workflows. The library requires + KiCad 9.0 or higher with the API server enabled in Preferences. Note that + the IPC API requires communication with a running instance of KiCad; it + is not possible to use kicad-python to manipulate KiCad design files + without KiCad running. + </longdescription> + <longdescription lang="zh"> + kicad-python是用于通过IPC API与运行中的KiCad会话进行交互的官方Python库。 + 它支持开发用于电子设计自动化工作流程的脚本和工具。该库需要KiCad 9.0或更高版本, + 并在首选项中启用API服务器。请注意,IPC API需要与正在运行的KiCad实例通信; + 如果没有运行KiCad,则无法使用kicad-python操作KiCad设计文件。 + </longdescription> + <upstream> + <bugs-to>https://gitlab.com/kicad/code/kicad-python/-/issues</bugs-to> + <doc>https://docs.kicad.org/kicad-python-main/</doc> + </upstream> + <origin>gentoo-guru-overlay</origin> +</pkgmetadata>
\ No newline at end of file |
