代码拉取完成,页面将自动刷新
利用 Cython Python 源代码 转换为动态链接库
# in a poetry env, install requirements
poetry install
# build package
poetry build
# install
cd dist
pip install ./cy_encrypt-0.1.0-py3-none-any.whl
config.json example
{
"source_dir": "/home/user/project/example",
"need_compile_dirs": [
"apps",
"apps/threads",
"apps/views"
]
}
example project structure tree
.
├── apps
│ ├── const.py
│ ├── log.py
│ ├── setting.py
│ ├── signal.py
│ ├── threads
│ │ ├── main.py
│ │ └── setting.py
│ ├── views
│ │ ├── main.py
│ │ └── setting.py
│ └── work.py
command
cy_encrypt -c ./config.json execute
Then Will Auto Process /home/user/project/example
cp source_dir
to source_dir_target_{now}
Generate C language source code file to source_dir_c_source_{now}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。