文件名称:powershellmagic:Windows PowerShell 的 IPython 魔法
文件大小:5KB
文件格式:ZIP
更新时间:2024-06-22 15:48:59
Python
威力魔法 powershellmagic 是一个 IPython 扩展,以 IPython 的魔法为模型,支持在 Windows PowerShell 中编写的 IPython 单元的执行。 安装 作为 Python 包: $ pip install powershellmagic 作为 IPython 扩展: In [1]: %install_ext https://raw.github.com/etgalloway/powershellmagic/master/powershellmagic.py 用 In [1]: %load_ext powershellmagic In [2]: %%powershell ...: Get-WMiObject -Class Win32_Process | ...: Where-Object { $_.Name -like "
【文件预览】:
powershellmagic-master
----.gitignore(72B)
----setup.cfg(26B)
----README.rst(1006B)
----LICENSE(1KB)
----test_powershellmagic.py(1KB)
----powershellmagic.py(2KB)
----.coveragerc(103B)
----MANIFEST.in(19B)
----setup.py(965B)
----tox.ini(349B)