DALiuGE 调色板生成工具
项目描述
DALiuGE 调色板生成工具
这是DALiuGE系统的调色板生成器。
它处理一个文件或源文件的目录或已安装的Python模块,并生成一个包含使用标识的函数、类和方法在EAGLE中构建逻辑图所需信息的DALiuGE兼容调色板文件。更多信息请参阅文档。
从PyPI安装它
pip install dlg_paletteGen
使用方法
$ python -m dlg_paletteGen
or
$ dlg_paletteGen -h
or
$ dlg-paletteGen -h
usage: dlg_paletteGen [-h] [-m MODULE] [-t TAG] [-c] [-r] [-s] [-v] idir ofile
This is the palette generator of the DALiuGE system.
It processes a file or a directory of source files and
produces a DALiuGE compatible palette file containing the
information required to use functions and components in graphs.
For more information please refer to the documentation
https://daliuge.readthedocs.io/en/latest/development/app_development/eagle_app_integration.html#automatic-eagle-palette-generation
positional arguments:
idir input directory path or file name
ofile output file name
optional arguments:
-h, --help show this help message and exit
-m MODULE, --module MODULE
Module load path name
-t TAG, --tag TAG filter components with matching tag
-c C mode, if not set Python will be used
-r, --recursive Traverse sub-directories
-s, --parse_all Try to parse non DAliuGE compliant functions and methods
-v, --verbose increase output verbosity
项目详情
下载文件
下载适用于您平台的文件。如果您不确定选择哪个,请了解更多关于安装包的信息。
源代码分发
dlg_palettegen-0.3.8.tar.gz (62.0 kB 查看哈希值)
构建分发
dlg_paletteGen-0.3.8-py3-none-any.whl (35.0 kB 查看哈希值)