fspacker package
Subpackages
- fspacker.models package
- fspacker.packers package
- fspacker.parsers package
- Submodules
- fspacker.parsers.manager module
- fspacker.parsers.package module
- fspacker.parsers.project module
ProjectProject.IGNORE_ENTRIESProject.dist_dirProject.dest_src_dirProject.license_fileProject.runtime_dirProject.exe_fileProject.min_python_versionProject.embed_filenameProject.embed_filepathProject.is_guiProject.is_normal_projectProject.normalized_dirProject.normalized_nameProject.is_valid_entry()
- Module contents
- fspacker.utils package
Submodules
fspacker.cli module
应用客户端命令行接口.
- fspacker.cli.build(*, archive: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7c26d9b439d0>] = False, debug: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7c26d9b43b10>] = False, gui: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7c26d9b43c50>] = False, offline: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7c26d9b43d90>] = False, rebuild: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7c26d9b43ed0>] = False, recursive: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7c26d9bf0050>] = True, simplify: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7c26d9bf0190>] = True, use_tk: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7c26d9bf02d0>] = False, name: str = <typer.models.ArgumentInfo object>) None[源代码]
构建项目命令.
- fspacker.cli.run(name: str = <typer.models.ArgumentInfo object>, *, debug: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7c26d9bf1310>] = False) None[源代码]
运行项目命令.
- fspacker.cli.clean(directory: ~typing.Annotated[~pathlib.Path | None, <typer.models.ArgumentInfo object at 0x7c26d9bf1590>] = None, *, debug: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7c26d9bf16d0>] = False, recursive: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7c26d9bf1810>] = True) None[源代码]
清理项目命令.
fspacker.exceptions module
fspacker.settings module
fspacker.simplifiers module
提供库打包精简配置功能.