lib not dr at local
Go to file
2023-06-25 02:21:41 +08:00
docs 0.0.4 2023-06-25 02:21:41 +08:00
lib_not_dr 0.0.4 2023-06-25 02:21:41 +08:00
.gitignore add option version 2023-06-17 14:30:14 +08:00
.pdm-python use pdm to build 2023-06-24 20:30:01 +08:00
LICENSE Initial commit 2023-06-10 00:23:46 +08:00
pdm.toml use pdm to build 2023-06-24 20:30:01 +08:00
pyproject.toml 0.0.4 2023-06-25 02:21:41 +08:00
README.md 0.0.4 2023-06-25 02:21:41 +08:00

lib-not-dr

A python lib came from Difficult Rocket development

一个在 Difficult Rocket 开发中 分离出来的 python 库

Information/信息

  • Version/版本: 0.0.4

Author/作者

shenjackyuanjie

License/许可证

MPL-2.0

安装/Install

pip install lib-not-dr

使用/Usage

Nuitka Compiler Helper

import subprocess
from lib_not_dr.nuitka import CompilerHelper

compiler = CompilerHelper("main.py")

print(compiler)
subprocess.run(compiler.gen_subprocess_cmd())