文件名称:PyVenvs.jl:适用于Python虚拟环境的Julian界面
文件大小:11KB
文件格式:ZIP
更新时间:2024-03-07 13:08:00
python julia virtualenv venv Julia
PyVenvs:适用于Pythonic虚拟环境的Julian界面 module MyPackage using PyVenvs @pyvenv CLI_VENV requirements = """ Pygments ==2.* docutils ==0.16.* """ function __init__ () PyVenvs . init (CLI_VENV) end pygmentize (args :: Cmd ) = Cmd (CLI_VENV, ` pygmentize $args ` ) rst2html (args :: Cmd ) = Cmd (CLI_VENV, ` rst2html.py $args ` ) end # module PyCall整合 julia > using PyVenvs julia > PyVenvs . init_pycall ()
【文件预览】:
PyVenvs.jl-master
----.mergify.yml(2KB)
----.github()
--------workflows()
----src()
--------core.jl(4KB)
--------pycall.jl(713B)
--------PyVenvs.jl(464B)
--------docs()
----Project.toml(336B)
----examples()
--------CLIVenvExample()
----LICENSE(1KB)
----test()
--------test_core.jl(758B)
--------runtests.jl(375B)
--------preamble.jl(122B)
--------Project.toml(234B)
--------test_aqua.jl(252B)
--------test_pycall.jl(547B)
--------setup_pycall.jl(291B)
----README.md(637B)
----.gitignore(14B)