Metadata-Version: 2.4
Name: ipyida
Version: 2.2
Summary: IDA plugin to embed the IPython console inside IDA
Home-page: https://www.github.com/eset/ipyida
Author: Marc-Etienne M.Léveillé
Author-email: leveille@eset.com
License: BSD
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Plugins
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ipykernel>=4.6
Requires-Dist: ipykernel>=5.1.4; python_version >= "3.8" and platform_system == "Windows"
Requires-Dist: qtconsole>=4.3
Requires-Dist: qasync; python_version >= "3"
Requires-Dist: jupyter-client<6.1.13
Requires-Dist: nbformat
Provides-Extra: notebook
Requires-Dist: notebook<7; extra == "notebook"
Requires-Dist: jupyter-kernel-proxy; extra == "notebook"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary


IPyIDA
======
IPyIDA is a python-only solution to add an IPython console to IDA Pro. Use
`<Shift-.>` to open a window with an embedded _Qt console_. You can then
benefit from IPython's autocompletion, online help, monospaced font input
field, graphs, and so on.

See full README on GitHub: <https://www.github.com/eset/ipyida>.
