#python #applications #list #source #source-file #update #sandstorm

build wheelhoss

帮助为Sandstorm打包应用的库和工具

2个版本

0.1.3 2022年12月24日
0.1.2 2022年4月27日

#358 in 构建工具

MIT/Apache

26KB
535

Wheelhoss

帮助为Sandstorm打包应用的库和工具

Wheelhoss 0.1.3只有一个功能

  • sandstorm-files.list 更新以包括Python源文件

示例

Wheelhoss可以更新 sandstorm-files.list 以添加Python源文件,这些源文件与已列在 sandstorm-files.list 中的Python字节码文件相对应。

$ grep __init__ .sandstorm/sandstorm-files.list

opt/app/env/lib/python3.10/site-packages/django/__pycache__/__init__.cpython-310.pyc

$ wheelhoss-files-list-include-python-source-files
$ grep __init__ .sandstorm/sandstorm-files.list

opt/app/env/lib/python3.10/site-packages/django/__init__.py

opt/app/env/lib/python3.10/site-packages/django/__pycache__/__init__.cpython-310.pyc

许可

Wheelhoss在MIT许可和Apache许可(版本2.0)的条款下分发。

有关详细信息,请参阅LICENSE-APACHELICENSE-MITCOPYING

依赖

fs3

https://crates.io/crates/fs3

fs3fs2 的分支,并以MIT许可和Apache许可(版本2.0)的条款分发。

fs3 依赖于 glibc 包,该包根据接收者的选择,以MIT许可或Apache许可(版本2.0)的条款分发。

依赖

~39–265KB