{ "info": { "author": "Eric Galloway", "author_email": "ericgalloway@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Win32 (MS Windows)", "Framework :: IPython", "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: System :: Shells" ], "description": "===============\npowershellmagic\n===============\n\n`powershellmagic` is an IPython extension, modeled after IPython's \n`%%script `_ \nmagic, that supports the execution of IPython cells written in \nWindows PowerShell.\n\nInstall\n=======\n\nAs a Python package:\n\n.. code::\n\n $ pip install powershellmagic\n\nAs an IPython extension:\n\n.. code::\n\n In [1]: %install_ext https://raw.github.com/etgalloway/powershellmagic/master/powershellmagic.py\n\nUse\n===\n\n.. code::\n\n In [1]: %load_ext powershellmagic\n\n In [2]: %%powershell\n ...: Get-WMiObject -Class Win32_Process |\n ...: Where-Object { $_.Name -like \"*python.exe\" } |\n ...: Select-Object ProcessName, ProcessID, ParentProcessId |\n ...: Format-Table -AutoSize\n ...:\n\n ProcessName ProcessID ParentProcessId\n ----------- --------- ---------------\n ipython.exe 5600 5616\n python.exe 1740 5600", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/etgalloway/powershellmagic", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "powershellmagic", "package_url": "https://pypi.org/project/powershellmagic/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/powershellmagic/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/etgalloway/powershellmagic" }, "release_url": "https://pypi.org/project/powershellmagic/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "IPython magic for Windows PowerShell", "version": "0.1.0" }, "last_serial": 1448388, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "cea1edff37f97eec6beb82f9fe075a8a", "sha256": "76164bcc2bb85c0988a54d4c4c3403cf0886b7a9255d599dcdb22010b62ad991" }, "downloads": -1, "filename": "powershellmagic-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cea1edff37f97eec6beb82f9fe075a8a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4031, "upload_time": "2015-03-04T21:55:00", "url": "https://files.pythonhosted.org/packages/38/c9/917e1c9d6c8d16984f021deba5b2a5f0f2c5582a62fb437a237cba460647/powershellmagic-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "08d2366a4c27108c3331848520698e58", "sha256": "71492d6b3f7fd6643864cedc2e425e11b809ca854216341c5fab84798554331a" }, "downloads": -1, "filename": "powershellmagic-0.1.0.zip", "has_sig": false, "md5_digest": "08d2366a4c27108c3331848520698e58", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5523, "upload_time": "2015-03-04T21:55:03", "url": "https://files.pythonhosted.org/packages/31/30/f614db12bb179f5aa813ab354194e73bef370a13dd8a880542186fb0b620/powershellmagic-0.1.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cea1edff37f97eec6beb82f9fe075a8a", "sha256": "76164bcc2bb85c0988a54d4c4c3403cf0886b7a9255d599dcdb22010b62ad991" }, "downloads": -1, "filename": "powershellmagic-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cea1edff37f97eec6beb82f9fe075a8a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4031, "upload_time": "2015-03-04T21:55:00", "url": "https://files.pythonhosted.org/packages/38/c9/917e1c9d6c8d16984f021deba5b2a5f0f2c5582a62fb437a237cba460647/powershellmagic-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "08d2366a4c27108c3331848520698e58", "sha256": "71492d6b3f7fd6643864cedc2e425e11b809ca854216341c5fab84798554331a" }, "downloads": -1, "filename": "powershellmagic-0.1.0.zip", "has_sig": false, "md5_digest": "08d2366a4c27108c3331848520698e58", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5523, "upload_time": "2015-03-04T21:55:03", "url": "https://files.pythonhosted.org/packages/31/30/f614db12bb179f5aa813ab354194e73bef370a13dd8a880542186fb0b620/powershellmagic-0.1.0.zip" } ] }